[Newbie]Trouble configuring ATI Xpert 128 on 4.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello All,

I'm attempting to configure XFree86 4.2.0 using an ATI Xpert 128 (16MB)
on freeBSD 4.2. To cut to the punchline, when I run
    XFree86 -xf86config /root/XF86Config.new
I get the following errors:
/var/log/XFree86.0.log:(EE) R128(0): No DFP detected
/var/log/XFree86.0.log:(EE) TRIDENT(1): Cannot read V_BIOS (3)
/var/log/XFree86.0.log:(EE) R128(0): [dri] R128DRIScreenInit failed (depth 8 no
t supported).  [dri] Disabling DRI.
/var/log/XFree86.0.log:(EE) TRIDENT(1): Cannot read V_BIOS (3)
followed by a core dump.

I've appended the config and log files to this message for your
reference.  I've gone through a couple of goggle searches, but
would like to aviod recompiling the 4.2.0 source unless I must.

Has anyone successfully installed this card? If so, how did you do
it?

Or should I exchange my video card for one that has less problems?
Has anyone installed an ATI Radeon card without trouble?

I am looking to your help, Fred

XF86Config.new ---------------------------------------------------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/mouse"
EndSection

Section "Monitor"
	#DisplaySize	  300   230	# mm
	Identifier   "Monitor0"
	VendorName   "EPI"
	ModelName    "EN-5100e"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CCEPIOMode"         	# [<bool>]
        #Option     "CCENoSecurity"      	# [<bool>]
        #Option     "CCEusecTimeout"     	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "Display"            	# <str>
        #Option     "PanelWidth"         	# <i>
        #Option     "PanelHeight"        	# <i>
        #Option     "ProgramFPRegs"      	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "ShowCache"          	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage 128 Pro PP"
	BusID       "PCI:0:9:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "PciRetry"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SetMClk"            	# <freq>
        #Option     "MUXThreshold"       	# <i>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "NoMMIO"             	# [<bool>]
        #Option     "NoPciBurst"         	# [<bool>]
        #Option     "MMIOonly"           	# [<bool>]
        #Option     "CyberShadow"        	# [<bool>]
        #Option     "CyberStretch"       	# [<bool>]
        #Option     "XvHsync"            	# <i>
        #Option     "XvVsync"            	# <i>
        #Option     "XvBskew"            	# <i>
        #Option     "XvRskew"            	# <i>
	Identifier  "Card1"
	Driver      "trident"
	VendorName  "Trident"
	BoardName   "CyberBlade/i1"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

/var/log/XFree86.0.log -------------------------------------------------

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 4.4-RELEASE-p1 i386 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Jun  9 11:52:38 2002
(++) Using config file: "/root/XF86Config.new"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/S
peedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6
/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0601 card 0000,0000 rev 05 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8601 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 1106,4511 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:07:6: chip 1106,3068 card 1543,4c21 rev 30 class 07,80,00 hdr 00
(II) PCI: 00:09:0: chip 1002,5050 card 1002,0008 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:0e:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1023,8500 card 1023,8500 rev 6a class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xd8000000 - 0xdaffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:9:0) ATI Rage 128 Pro PP rev 0, Mem @ 0xd4000000/26, 0xdc000000/14
, I/O @ 0xdc00/8
(--) PCI: (1:0:0) Trident CyberBlade/i1 rev 106, Mem @ 0xd9800000/23, 0xda00000
0/17, 0xd9000000/23
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[1] -1	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]E
	[2] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[3] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[4] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[5] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[6] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[7] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[8] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[9] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[10] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[11] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[1] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[2] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xd3ffff
ff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[1] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B]E
	[2] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[3] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[4] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[5] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[6] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[7] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[8] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[9] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[10] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[11] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[1] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[2] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[6] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B]E
	[7] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[8] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[9] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[10] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[11] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
	[12] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[15] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[16] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[17] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[18] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[19] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[20] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[21] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
	compiled for 4.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
	compiled for 4.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 6.4.8
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "trident"
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
	ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
	ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
	ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
	ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
	ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
	ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
	ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
	ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
	ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
	ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP)
(II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c,
	tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320, cyber9388, cyber9397,
	cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4, tgui9420dgi,
	tgui9440agi, tgui9660, tgui9680, providia9682, providia9685,
	cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d, cyberbladei7,
	cyberbladei7d, cyberbladei1, cyberbladei1d, cyberbladeAi1,
	cyberbladeAi1d, cyberbladeXPm/8, cyberbladeXPm/16, cyberbladeXPAi1
(II) Primary Device is: PCI 00:09:0
(II) ATI:  Candidate "Device" section "Card0".
(--) Chipset ATI Rage 128 Pro PP (PCI) found
(II) Loading sub module "r128"
(II) LoadModule: "r128"
(II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
(II) Module r128: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[6] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B]E
	[7] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[8] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[9] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[10] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[11] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
	[12] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[15] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[16] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[17] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[18] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[19] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[20] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[21] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(--) Chipset cyberbladei1 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[6] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B]E
	[7] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[8] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[9] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[10] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[11] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
	[12] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[15] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[16] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[17] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[18] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[19] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[20] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[21] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[6] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B]E
	[7] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[8] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[9] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[10] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[11] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
	[12] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] 1	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 1	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 1	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[21] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[22] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[23] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[24] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[25] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[26] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[27] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
	[28] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[30] 1	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 1	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) R128(0): PCI bus 0 card 9 func 0
(==) R128(0): Depth 8, (==) framebuffer bpp 8
(II) R128(0): Pixel depth = 8 bits stored in 1 byte (8 bpp pixmaps)
(==) R128(0): Default visual is PseudoColor
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) R128(0): initializing int10
(II) R128(0): Primary V_BIOS segment is: 0xc000
(--) R128(0): Chipset: "ATI Rage 128 Pro PP (PCI)" (ChipID = 0x5050)
(--) R128(0): Linear framebuffer at 0xd4000000
(--) R128(0): MMIO registers at 0xdc000000
(--) R128(0): VideoRAM: 16384 kByte (64-bit SDR SGRAM 2:1)
(WW) R128(0): Can't determine panel dimensions, and none specified. 	
	              Disabling programming of FP registers.
(II) R128(0): PLL parameters: rf=2950 rd=65 min=12500 max=40000; xclk=5500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) R128(0): VESA BIOS detected
(II) R128(0): VESA VBE Version 2.0
(II) R128(0): VESA VBE Total Mem: 16384 kB
(II) R128(0): VESA VBE OEM: ATI RAGE128
(II) R128(0): VESA VBE OEM Software Rev: 1.0
(II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(0): VESA VBE OEM Product: R128
(II) R128(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) R128(0): VESA VBE DDC supported
(II) R128(0): VESA VBE DDC Level 2
(II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(0): VESA VBE DDC read successfully
(II) R128(0): Manufacturer: EPI  Model: e560  Serial#: 16262
(II) R128(0): Year: 2001  Week: 38
(II) R128(0): EDID Version: 1.3
(II) R128(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) R128(0): Sync:  Separate
(II) R128(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) R128(0): Gamma: 2.82
(II) R128(0): DPMS capabilities: Off; RGB/Color Display
(II) R128(0): First detailed timing is preferred mode
(II) R128(0): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.605
(II) R128(0): blueX: 0.150 blueY: 0.065   whiteX: 0.281 whiteY: 0.311
(II) R128(0): Supported VESA Video Modes:
(II) R128(0): 720x400@70Hz
(II) R128(0): 640x480@60Hz
(II) R128(0): 640x480@67Hz
(II) R128(0): 640x480@72Hz
(II) R128(0): 640x480@75Hz
(II) R128(0): 800x600@56Hz
(II) R128(0): 800x600@60Hz
(II) R128(0): 800x600@72Hz
(II) R128(0): 800x600@75Hz
(II) R128(0): 1024x768@60Hz
(II) R128(0): 1024x768@70Hz
(II) R128(0): 1024x768@75Hz
(II) R128(0): Manufacturer's mask: 0
(II) R128(0): Supported Future Video Modes:
(II) R128(0): #0: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) R128(0): #1: hsize: 1024  vsize 768  refresh: 70  vid: 19041
(II) R128(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) R128(0): #3: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) R128(0): #4: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) R128(0): #5: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) R128(0): #6: hsize: 640  vsize 480  refresh: 75  vid: 20273
(II) R128(0): Supported additional Video Mode:
(II) R128(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
(II) R128(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_
border: 0
(II) R128(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_bord
er: 0
(II) R128(0): Serial No: T5HF19AG16262
(II) R128(0): Ranges: V min: 55  V max: 75 Hz, H min: 29  H max: 61 kHz, PixClo
ck max 80 MHz
(II) R128(0): Monitor name: EN-5100e
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.5
(II) R128(0): I2C bus "DDC" initialized.
(II) R128(0): I2C device "DDC:ddc2" registered.
(II) R128(0): I2C device "DDC:ddc2" removed.
(EE) R128(0): No DFP detected
(II) R128(0): Monitor0: Using hsync range of 29.00-61.00 kHz
(II) R128(0): Monitor0: Using vrefresh range of 55.00-75.00 Hz
(II) R128(0): Clock range:  12.50 to 400.00 MHz
(II) R128(0): Not using default mode "640x350" (vrefresh out of range)
(II) R128(0): Not using default mode "320x175" (vrefresh out of range)
(II) R128(0): Not using default mode "640x400" (vrefresh out of range)
(II) R128(0): Not using default mode "320x200" (vrefresh out of range)
(II) R128(0): Not using default mode "720x400" (vrefresh out of range)
(II) R128(0): Not using default mode "360x200" (vrefresh out of range)
(II) R128(0): Not using default mode "640x480" (vrefresh out of range)
(II) R128(0): Not using default mode "320x240" (vrefresh out of range)
(II) R128(0): Not using default mode "800x600" (vrefresh out of range)
(II) R128(0): Not using default mode "400x300" (vrefresh out of range)
(II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
(II) R128(0): Not using default mode "512x384" (vrefresh out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(WW) (1280x960,Monitor0) mode clock 108MHz exceeds DDC maximum 80MHz
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (hsync out of range)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (hsync out of range)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (hsync out of range)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (hsync out of range)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (hsync out of range)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (hsync out of range)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1600x1024" (hsync out of range)
(II) R128(0): Not using default mode "800x512" (hsync out of range)
(--) R128(0): Virtual size is 1280x960 (pitch 1280)
(**) R128(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) R128(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 100
0 +hsync +vsync
(**) R128(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) R128(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800
 +hsync +vsync
(**) R128(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) R128(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806
 -hsync -vsync
(**) R128(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) R128(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806
 -hsync -vsync
(**) R128(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) R128(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hs
ync -vsync
(**) R128(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) R128(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hs
ync +vsync
(**) R128(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) R128(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hs
ync +vsync
(**) R128(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) R128(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hs
ync +vsync
(**) R128(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) R128(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hs
ync +vsync
(**) R128(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) R128(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsy
nc -vsync
(**) R128(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) R128(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsy
nc -vsync
(**) R128(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) R128(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsy
nc -vsync
(**) R128(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) R128(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doub
lescan +hsync +vsync
(**) R128(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) R128(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doub
lescan +hsync +vsync
(**) R128(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) R128(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doub
lescan -hsync -vsync
(**) R128(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) R128(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doub
lescan -hsync -vsync
(**) R128(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) R128(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doub
lescan -hsync -vsync
(**) R128(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) R128(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doub
lescan +hsync +vsync
(**) R128(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) R128(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doub
lescan +hsync +vsync
(**) R128(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) R128(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doub
lescan +hsync +vsync
(**) R128(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) R128(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doub
lescan +hsync +vsync
(**) R128(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) R128(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doub
lescan -hsync -vsync
(**) R128(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) R128(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doub
lescan -hsync -vsync
(**) R128(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) R128(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doub
lescan -hsync -vsync
(--) R128(0): Display dimensions: (300, 230) mm
(--) R128(0): DPI set to (108, 106)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(!!) R128(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(==) TRIDENT(1): Depth 8, (==) framebuffer bpp 8
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) TRIDENT(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x000
0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(==) TRIDENT(1): Default visual is PseudoColor
(==) TRIDENT(1): Using gamma correction (1.0, 1.0, 1.0)
(==) TRIDENT(1): Linear framebuffer at 0xD9800000
(--) TRIDENT(1): IO registers at 0xDA000000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) TRIDENT(1): initializing int10
(EE) TRIDENT(1): Cannot read V_BIOS (3)
(--) TRIDENT(1): Revision is 255
(==) TRIDENT(1): Using HW cursor
(--) TRIDENT(1): Found CyberBlade/i1 chip
(--) TRIDENT(1): RAM type is SDRAM
(--) TRIDENT(1): VideoRAM: 4096 kByte
(--) TRIDENT(1): TFT Panel 800x600 found
(--) TRIDENT(1): Memory Clock is 7.24 MHz
(==) TRIDENT(1): Min pixel clock is 12 MHz
(--) TRIDENT(1): Max pixel clock is 230 MHz
(WW) TRIDENT(1): Monitor1: Using default hsync range of 28.00-33.00kHz
(WW) TRIDENT(1): Monitor1: using default vrefresh range of 43.00-72.00Hz
(II) TRIDENT(1): Clock range:  12.00 to 230.00 MHz
(II) TRIDENT(1): Not using default mode "640x350" (hsync out of range)
(II) TRIDENT(1): Not using default mode "320x175" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "640x400" (hsync out of range)
(II) TRIDENT(1): Not using default mode "320x200" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "720x400" (hsync out of range)
(II) TRIDENT(1): Not using default mode "360x200" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "320x240" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "640x480" (hsync out of range)
(II) TRIDENT(1): Not using default mode "320x240" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "640x480" (hsync out of range)
(II) TRIDENT(1): Not using default mode "320x240" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "640x480" (hsync out of range)
(II) TRIDENT(1): Not using default mode "320x240" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(1): Not using default mode "400x300" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(1): Not using default mode "400x300" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(1): Not using default mode "400x300" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(1): Not using default mode "400x300" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "800x600" (hsync out of range)
(II) TRIDENT(1): Not using default mode "400x300" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1024x768) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1024x768" (unknown reason)
(II) TRIDENT(1): Not using default mode "512x384" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1024x768) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1024x768" (unknown reason)
(II) TRIDENT(1): Not using default mode "512x384" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1024x768) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1024x768" (unknown reason)
(II) TRIDENT(1): Not using default mode "512x384" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1024x768) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1024x768" (unknown reason)
(II) TRIDENT(1): Not using default mode "512x384" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1024x768) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1024x768" (unknown reason)
(II) TRIDENT(1): Not using default mode "512x384" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1152x864) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1152x864" (unknown reason)
(II) TRIDENT(1): Not using default mode "576x432" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1280x960) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1280x960" (unknown reason)
(II) TRIDENT(1): Not using default mode "640x480" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1280x960) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1280x960" (unknown reason)
(II) TRIDENT(1): Not using default mode "640x480" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1280x1024) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1280x1024" (unknown reason)
(II) TRIDENT(1): Not using default mode "640x512" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1280x1024) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1280x1024" (unknown reason)
(II) TRIDENT(1): Not using default mode "640x512" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1280x1024) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1280x1024" (unknown reason)
(II) TRIDENT(1): Not using default mode "640x512" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1600x1200) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(1): Not using default mode "800x600" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1600x1200) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(1): Not using default mode "800x600" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1600x1200) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(1): Not using default mode "800x600" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1600x1200) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(1): Not using default mode "800x600" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1600x1200) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1600x1200" (unknown reason)
(II) TRIDENT(1): Not using default mode "800x600" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1792x1344) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1792x1344" (unknown reason)
(II) TRIDENT(1): Not using default mode "896x672" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "1792x1344" (bad mode clock/interlace/d
oublescan)
(II) TRIDENT(1): Not using default mode "896x672" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1856x1392) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1856x1392" (unknown reason)
(II) TRIDENT(1): Not using default mode "928x696" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "1856x1392" (bad mode clock/interlace/d
oublescan)
(II) TRIDENT(1): Not using default mode "928x696" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "1920x1440" (bad mode clock/interlace/d
oublescan)
(II) TRIDENT(1): Not using default mode "960x720" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Not using default mode "1920x1440" (bad mode clock/interlace/d
oublescan)
(II) TRIDENT(1): Not using default mode "960x720" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (832x624) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "832x624" (unknown reason)
(II) TRIDENT(1): Not using default mode "416x312" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1400x1050) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1400x1050" (unknown reason)
(II) TRIDENT(1): Not using default mode "700x525" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1400x1050) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1400x1050" (unknown reason)
(II) TRIDENT(1): Not using default mode "700x525" (bad mode clock/interlace/dou
blescan)
(II) TRIDENT(1): Removing mode (1600x1024) larger than the LCD panel (800x600)
(II) TRIDENT(1): Not using default mode "1600x1024" (unknown reason)
(II) TRIDENT(1): Not using default mode "800x512" (bad mode clock/interlace/dou
blescan)
(--) TRIDENT(1): Virtual size is 640x480 (pitch 640)
(**) TRIDENT(1): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) TRIDENT(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -
hsync -vsync
(==) TRIDENT(1): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
	[0] 1	0xd9000000 - 0xd97fffff (0x800000) MX[B]
	[1] 1	0xda000000 - 0xda01ffff (0x20000) MX[B]
	[2] 1	0xd9800000 - 0xd9ffffff (0x800000) MX[B]
	[3] 0	0xdc000000 - 0xdc003fff (0x4000) MS[B]
	[4] 0	0xd4000000 - 0xd7ffffff (0x4000000) MS[B]
	[5] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[6] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[7] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[8] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[9] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[10] -1	0xdc004000 - 0xdc007fff (0x4000) MX[B]E
	[11] -1	0xd0000000 - 0xd3ffffff (0x4000000) MX[B]E
	[12] -1	0xdc000000 - 0xdc003fff (0x4000) MX[B](B)
	[13] -1	0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
	[14] -1	0xd9000000 - 0xd97fffff (0x800000) MX[B](B)
	[15] -1	0xda000000 - 0xda01ffff (0x20000) MX[B](B)
	[16] -1	0xd9800000 - 0xd9ffffff (0x800000) MX[B](B)
	[17] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] 1	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[21] 1	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[22] 1	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[23] 0	0x0000dc00 - 0x0000dcff (0x100) IS[B]
	[24] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[25] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[26] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[27] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[28] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[29] -1	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[30] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[31] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[32] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[33] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
	[34] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[36] 1	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[37] 1	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(EE) R128(0): [dri] R128DRIScreenInit failed (depth 8 not supported).  [dri] Di
sabling DRI.
(II) R128(0): Memory manager initialized to (0,0) (1280,8191)
(II) R128(0): Reserved area from (0,960) to (1280,962)
(II) R128(0): Largest offscreen area available: 1280 x 7229
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) R128(0): Acceleration enabled
(II) R128(0): Using hardware cursor (scanline 962)
(II) R128(0): Largest offscreen area available: 1280 x 7227
(**) Option "dpms"
(**) R128(0): DPMS enabled
(II) R128(0): Direct rendering disabled
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) TRIDENT(1): Initializing int10
(EE) TRIDENT(1): Cannot read V_BIOS (3)
(II) TRIDENT(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x000
0
(II) TRIDENT(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x000
0

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources


[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux