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

Bug#131614: xserver-xfree86: Radeon/Sys6236 system crash with unresolved symbols by radeon_drv.o



Package: xserver-xfree86
Version: 4.2.1-12.1
Severity: normal
Followup-For: Bug #131614

My system is configured with a radeon and a sys 6326 card. When both are 
turned on, the X server starts and then dies right away with 
instructions to report this bug. The dire messages seem to be related to 
radeon_drv.o unresolved calls.

When I was running the "stable" version, the problem was even worse. The 
system died altogether, with absolutely no response from the local 
system. I had to remote log in and reboot - merely killing the processes 
with a "kill -9" option did nothing.

When only the sys6326 card is used, there are no errors. When the radeon 
is used by itself, the same error pops up, but the x server seems to run 
without problems. 

Right now, I am running with only the radeon (I comment out the second 
device in the config file.). I would like to get both running. 

Thanks for your help.

-- Package-specific info:
00:0e.0 VGA compatible controller: Silicon Integrated Systems [SiS] 86C326 5598/6326 (rev 0b)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 7200]
00:0e.0 Class 0300: 1039:6326 (rev 0b)
01:00.0 Class 0300: 1002:5144

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "larger" 0 0
        Screen      1  "smaller" LeftOf "larger"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
   Option "Xinerama" "true"
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/"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules"  "xfree86"
       Option      "XkbModel" "pc101"
       Option      "XkbLayout" "us" 
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
        Option      "CorePointer"
        Option      "Emulate3Buttons"  "true"
        Option      "ZAxisMapping" "4 5" 
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
EndSection

Section "Monitor"
	#DisplaySize	  320   240	# mm
	Identifier   "pixie"
	VendorName   "TRL"
	ModelName    "770C"
        HorizSync     29-70
        VertRefresh   47-120
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "kds"
	VendorName   "Korea Data Systems"
	ModelName    "195"
        HorizSync    30-95
        VertRefresh   50-160
        Option  "DPMS"
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     "HWcursor"           	# [<bool>]
        #Option     "PciRetry"           	# [<bool>]
        #Option     "rgbbits"            	# <i>
        #Option     "NoAccel" "true"           	# [<bool>]
        #Option     "TurboQueue"         	# [<bool>]
        #Option     "SetMClk"            	# <freq>
        #Option     "FastVram"           	# [<bool>]
        #Option     "ForceCRT2Type"      	# [<str>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "NoXvideo"           	# [<bool>]
        #Option     "Vesa"               	# [<bool>]
        #Option     "MaxXFBMem"          	# <i>
	Identifier  "sis"
	Driver      "sis"
	VendorName  "SiS"
	BoardName   "6326"
	BusID       "PCI:0:14: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     "NoAccel" "true"           	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "CrtScreen"          	# [<bool>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
	Identifier  "radeon"
        Option      "radeon_drv"     "false"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "Radeon QD"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "smaller"
	Device     "sis"
	Monitor    "pixie"
        DefaultDepth  24
	SubSection "Display"
		Depth     24
                modes  "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "larger"
	Device     "radeon"
	Monitor    "kds"
        DefaultDepth 24
	SubSection "Display"
		Depth     24
                modes "1280x1024"
	EndSubSection
EndSection



This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-12.1 20031003005825 james@nocrew.org) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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: Linux 2.4.21-rc1-ac1-cryptoloop i686 [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: Sat Feb  7 19:19:11 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "larger" (0)
(**) |   |-->Monitor "kds"
(**) |   |-->Device "radeon"
(**) |-->Screen "smaller" (1)
(**) |   |-->Monitor "pixie"
(**) |   |-->Device "sis"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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 linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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.1.1, 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 8086,7180 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7181 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 8086,7110 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:02:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:02:3: chip 8086,7113 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:03:0: chip 8086,1229 card 8086,0005 rev 02 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 9004,7895 card 9004,7895 rev 03 class 01,00,00 hdr 80
(II) PCI: 00:09:1: chip 9004,7895 card 9004,7895 rev 03 class 01,00,00 hdr 80
(II) PCI: 00:0e:0: chip 1039,6326 card 1039,6326 rev 0b class 03,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5144 card 1002,008a rev 00 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.1.1, 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 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	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:
	[0] -1 0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[1] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[2] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[3] -1 0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:2: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:14:0) SiS 6326 rev 11, Mem @ 0xfe000000/23, 0xfece0000/16, I/O @ 0xfc00/7
(--) PCI: (1:0:0) ATI Radeon QD rev 0, Mem @ 0xe8000000/27, 0xfeb00000/19, I/O @ 0xe800/8
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[1] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[2] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[3] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[4] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[5] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[6] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[7] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[8] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[9] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[10] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[11] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[12] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[13] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[14] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[15] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[1] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[2] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[3] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[4] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[5] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[6] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[7] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[8] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[9] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[10] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[11] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[12] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[13] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[14] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[15] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[6] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[7] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[8] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[9] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[10] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[11] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[13] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[17] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[18] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[19] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[20] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[21] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[22] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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.1.1, 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
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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.1.1, 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: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 6.4.16
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.6.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.1.1, 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.16) 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 LX (AGP),
	ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QM (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), ATI Radeon 9000 If (AGP)
(II) SIS: driver for SiS chipsets: SIS5597, SIS530, SIS6326, SIS300,
	SIS630, SIS540
(II) Primary Device is: PCI 00:0e:0
(--) Chipset ATI Radeon QD (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[6] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[7] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[8] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[9] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[10] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[11] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[13] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[17] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[18] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[19] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[20] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[21] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[22] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(--) Chipset SIS6326 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[6] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[7] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[8] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[9] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[10] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[11] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[13] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[17] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[18] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[19] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[20] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[21] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[22] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[6] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[7] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[8] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[9] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[10] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[11] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[13] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[14] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] 1 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 1 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 1 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[23] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[24] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[25] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[26] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[27] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[28] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
	[29] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[30] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[31] 1 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[32] 1 0	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.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): initializing int10
(II) Truncating PCI BIOS Length to 36864
(--) RADEON(0): Chipset: "ATI Radeon QD (AGP)" (ChipID = 0x5144)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(--) RADEON(0): MMIO registers at 0xfeb00000
(--) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR SDRAM)
(II) RADEON(0): Primary Display == Type 1
(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.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(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.1.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C EDID Info:
(II) RADEON(0): Manufacturer: KDS  Model: 1983  Serial#: 792013500
(II) RADEON(0): Year: 1999  Week: 39
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync:  Separate  Composite
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 35  vert.: 27
(II) RADEON(0): Gamma: 2.80
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.625 redY: 0.342   greenX: 0.280 greenY: 0.595
(II) RADEON(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): #1: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) RADEON(0): #2: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(0): #3: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(0): #4: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) RADEON(0): #5: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) RADEON(0): Monitor name: Visual Sensat
(II) RADEON(0): Monitor name: ion VS-195e
(II) RADEON(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 95 kHz, PixClock max 200 MHz
(II) RADEON(0): Serial No: 0992031626
(II) RADEON(0): End of DDC Monitor info

(II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=16600
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): kds: Using hsync range of 30.00-95.00 kHz
(II) RADEON(0): kds: Using vrefresh range of 50.00-160.00 Hz
(II) RADEON(0): Clock range:  12.00 to 350.00 MHz
(WW) (1600x1200,kds) mode clock 202.5MHz exceeds DDC maximum 200MHz
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,kds) mode clock 204.8MHz exceeds DDC maximum 200MHz
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,kds) mode clock 218.3MHz exceeds DDC maximum 200MHz
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,kds) mode clock 234MHz exceeds DDC maximum 200MHz
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,kds) mode clock 266.95MHz exceeds DDC maximum 200MHz
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(++) RADEON(0): DPI set to (100, 100)
(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.1.1, 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.1.1, 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.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) RADEON(0): Depth moves disabled by default
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) SIS(1): Unofficial driver (16.01.02) by Thomas Winischhofer
(**) SIS(1): Depth 24, (--) framebuffer bpp 24
(==) SIS(1): RGB weight 888
(==) SIS(1): Default visual is TrueColor
(==) SIS(1): Using gamma correction (1.0, 1.0, 1.0)
(==) SIS(1): Using HW cursor
(==) SIS(1): PCI retry enabled
(==) SIS(1): Fast VRAM enabled
(==) SIS(1): TurboQueue enabled
(--) SIS(1): Detected memory clock : 59.956MHz
(--) SIS(1): Linear framebuffer at 0xFE000000
(--) SIS(1): MMIO registers at 0xFECE0000
(--) SIS(1): Relocate IO registers at 0xFC00
(--) SIS(1): Limiting VideoRAM to 4096 KB
(--) SIS(1): Video BIOS version ËBIOS V detected
(--) SIS(1): Detected unknown bridge type (7)
(==) SIS(1): Min pixel clock is 16 MHz
(--) SIS(1): Max pixel clock is 175 MHz
(II) SIS(1): pixie: Using hsync range of 29.00-70.00 kHz
(II) SIS(1): pixie: Using vrefresh range of 47.00-120.00 Hz
(II) SIS(1): Clock range:  16.25 to 175.00 MHz
(II) SIS(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) SIS(1): Not using default mode "1280x960" (hsync out of range)
(II) SIS(1): Not using default mode "640x480" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "640x512" (hsync out of range)
(II) SIS(1): Not using default mode "1280x1024" (hsync out of range)
(II) SIS(1): Not using default mode "640x512" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) SIS(1): Not using default mode "800x600" (hsync out of range)
(II) SIS(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) SIS(1): Not using default mode "896x672" (hsync out of range)
(II) SIS(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) SIS(1): Not using default mode "896x672" (hsync out of range)
(II) SIS(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) SIS(1): Not using default mode "928x696" (hsync out of range)
(II) SIS(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) SIS(1): Not using default mode "928x696" (hsync out of range)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "960x720" (hsync out of range)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "960x720" (hsync out of range)
(II) SIS(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) SIS(1): Not using default mode "700x525" (hsync out of range)
(II) SIS(1): Not using default mode "1600x1024" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) SIS(1): Not using default mode "960x720" (hsync out of range)
(II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1024x768" (hsync out of range)
(II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1024x768" (hsync out of range)
(II) SIS(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) SIS(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(--) SIS(1): Virtual size is 1024x768 (pitch 1024)
(**) SIS(1): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) SIS(1): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(++) SIS(1): DPI set to (100, 100)
(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) SIS(1): Accel Enable
(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) 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.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SIS(1): initializing int10
(II) SIS(1): Primary V_BIOS segment is: 0xc000
(II) SIS(1): VESA BIOS detected
(II) SIS(1): VESA VBE Version 2.0
(II) SIS(1): VESA VBE Total Mem: 4096 kB
(II) SIS(1): VESA VBE OEM: SiS
(II) SIS(1): VESA VBE OEM Software Rev: 1.0
(II) SIS(1): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(1): VESA VBE OEM Product: 6326
(II) SIS(1): VESA VBE OEM Product Rev:   
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) SIS(1): VESA VBE DDC supported
(II) SIS(1): VESA VBE DDC Level 2
(II) SIS(1): VESA VBE DDC transfer in appr. 1 sec.
(II) SIS(1): VESA VBE DDC read successfully
(II) SIS(1): Manufacturer: TRL  Model: 510  Serial#: 45825
(II) SIS(1): Year: 2000  Week: 44
(II) SIS(1): EDID Version: 1.2
(II) SIS(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) SIS(1): Sync:  Separate
(II) SIS(1): Max H-Image Size [cm]: horiz.: 32  vert.: 24
(II) SIS(1): Gamma: 2.20
(II) SIS(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) SIS(1): First detailed timing is preferred mode
(II) SIS(1): redX: 0.626 redY: 0.340   greenX: 0.288 greenY: 0.608
(II) SIS(1): blueX: 0.148 blueY: 0.064   whiteX: 0.283 whiteY: 0.298
(II) SIS(1): Supported VESA Video Modes:
(II) SIS(1): 720x400@70Hz
(II) SIS(1): 640x480@60Hz
(II) SIS(1): 640x480@75Hz
(II) SIS(1): 800x600@75Hz
(II) SIS(1): 1024x768@75Hz
(II) SIS(1): Manufacturer's mask: 0
(II) SIS(1): Supported Future Video Modes:
(II) SIS(1): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) SIS(1): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) SIS(1): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) SIS(1): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) SIS(1): Supported additional Video Mode:
(II) SIS(1): clock: 94.5 MHz   Image Size:  300 x 230 mm
(II) SIS(1): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) SIS(1): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) SIS(1): Supported additional Video Mode:
(II) SIS(1): clock: 78.8 MHz   Image Size:  300 x 230 mm
(II) SIS(1): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
(II) SIS(1): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
(II) SIS(1): Monitor name: 770C
(II) SIS(1): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz, PixClock max 110 MHz
(--) Depth 24 pixmap format is 32 bpp
(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.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
	[0] 1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B]
	[1] 1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B]
	[2] 0 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B]
	[3] 0 0	0xe8000000 - 0xefffffff (0x8000000) MX[B]
	[4] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[5] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[6] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[7] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[8] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1 0	0xfecfe000 - 0xfecfefff (0x1000) MX[B]
	[10] -1 0	0xfecff000 - 0xfecfffff (0x1000) MX[B]
	[11] -1 0	0xfed00000 - 0xfedfffff (0x100000) MX[B]
	[12] -1 0	0xfecfd000 - 0xfecfdfff (0x1000) MX[B]
	[13] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[14] -1 0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0xfece0000 - 0xfeceffff (0x10000) MX[B](B)
	[17] -1 0	0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
	[18] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[19] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[20] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[21] 1 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[22] 1 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[23] 1 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[24] 1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B]
	[25] 0 0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[26] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[27] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[28] -1 0	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[29] -1 0	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[30] -1 0	0x0000fce0 - 0x0000fcff (0x20) IX[B]
	[31] -1 0	0x0000fca0 - 0x0000fcbf (0x20) IX[B]
	[32] -1 0	0x0000fcd0 - 0x0000fcdf (0x10) IX[B]
	[33] -1 0	0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
	[34] -1 0	0x0000fc00 - 0x0000fc7f (0x80) IX[B](B)
	[35] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[36] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
	[37] 1 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[38] 1 0	0x000003c0 - 0x000003df (0x20) IS[B]
(==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
(II) RADEON(0): Memory manager initialized to (0,0) (1280,6553)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 5527
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(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) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 4104)
(II) RADEON(0): Largest offscreen area available: 1280 x 5525
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(WW) RADEON(0): Option "radeon_drv" is not used
(II) RADEON(0): Direct rendering disabled
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) SIS(1): Write-combining range (0xfe000000,0x400000)
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SIS(1): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(==) SIS(1): Backing store disabled
(==) SIS(1): Silken mouse enabled
(**) Option "dpms"
(**) SIS(1): DPMS enabled
(II) SIS(1): direct rendering disabled
Symbol drmScatterGatherFree from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved!
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
Screen 0 is using RAC for mem
Screen 0 is using RAC for io
Screen 1 is using RAC for mem
Screen 1 is using RAC for io
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(EE) RADEON(0): Idle timed out, resetting engine...


	This should not happen!
	An unresolved function was called!

Fatal server error:



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 submit@bugs.debian.org.

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) SIS(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

-rw-r--r--    1 root     root        39606 Feb  7 19:19 /var/log/XFree86.0.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux kidd 2.4.18-686-smp #1 SMP Sun Apr 14 12:07:19 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                     1.3.22       Debian configuration management sy
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  xserver-common              4.2.1-12.1   files and utilities common to all 
ii  zlib1g                      1:1.2.1-3    compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: radeon
* xserver-xfree86/config/monitor/screen-size: 19-20 inches (480-510 mm)
  xserver-xfree86/config/device/use_fbdev: 
* xserver-xfree86/config/monitor/selection-method: Simple
  xserver-xfree86/config/doublequote_in_string_error: 
  shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/device/bus_id: PCI:1:0:0
* xserver-xfree86/config/inputdevice/keyboard/layout: us
  xserver-xfree86/config/monitor/horiz-sync: 30-100
* xserver-xfree86/config/monitor/identifier: KDS
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram: 
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: 
  xserver-xfree86/clobber_XF86Config-4: 
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc101
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: ati
  xserver-xfree86/config/monitor/vert-refresh: 50-160
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1280x1024, 1024x768, 800x600, 640x480
  xserver-xfree86/config/inputdevice/mouse/retry_detection: 
* xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true





Reply to: