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

Bug#462441: xserver-xorg: alt key gets stuck



Package: xserver-xorg
Version: 1:7.3+10
Severity: important

Since my last upgrade (of many, many packages), the "alt" key
sometimes gets stuck in some weird way.

Some programs (such as Sawfish, my window manager) believe the alt
modifier is always pressed, but other programs (such as gnome-terminal
or emacs) behave normally.

That's very annoying because I can't use the arrow keys anymore (they
are bound to actions in sawfish), I can't use the mouse with any
program (sawfish intercepts the clicks), ...

I first suspected a sawfish bug, but killing and restarting it does not
help. I also notice that Emacs started to treat the Alt key as Meta,
while in my configuration is should not and did not previously. (Meta
is the left OS/Flag/Logo key for me.) I don't know if it is related.

Killing X and restarting it temporarily solves the problem.

Also, when X is in that "alt stuck" mode, trying to install a new
keymap with setxkbmap makes X segfault.

Also, in that mode, keeping a key pressed does not repeat its
action. For example keeping "f" pressed in Emacs inserts f only one
time.



Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c674e]
1: [0xffffe500]
2: /usr/bin/X(Xfree+0x21) [0x81b4611]
3: /usr/bin/X [0x81a6880]
4: /usr/bin/X [0x81a691c]
5: /usr/bin/X [0x81a635d]
6: /usr/bin/X(SrvXkbFreeGeomRows+0x49) [0x81a64c9]
7: /usr/bin/X [0x81a6511]
8: /usr/bin/X [0x81a635d]
9: /usr/bin/X(SrvXkbFreeGeomSections+0x49) [0x81a6479]
10: /usr/bin/X(SrvXkbFreeGeometry+0xdf) [0x81a6b8f]
11: /usr/bin/X(SrvXkbFreeKeyboard+0xc1) [0x81a4d61]
12: /usr/bin/X(ProcXkbGetKbdByName+0x894) [0x81818a4]
13: /usr/bin/X [0x818935a]
14: /usr/bin/X [0x814d82e]
15: /usr/bin/X(Dispatch+0x2bf) [0x808d1ef]
16: /usr/bin/X(main+0x48b) [0x807470b]
17: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xf7d0c450]
18: /usr/bin/X(FontFileCompleteXLFD+0x205) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 mai 15  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1673916 jan 18 22:59 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5781 jan 21 14:22 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/CID"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
# Model microsoft doesn't work, that is debian bug #TODO
	Option		"XkbModel"	"microsoft"
#	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	"altwin:left_meta_win,compose:rwin"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection
#Section "InputDevice"
#	Identifier	"Generic Mouse"
#	Driver		"mouse"
#	Option		"SendCoreEvents"	"true"
#	Option		"Device"		"/dev/input/mice"
#	Option		"Protocol"		"ImPS/2"
#	Option		"ZAxisMapping"		"4 5"
#EndSection

Section "Device"
	Identifier	"ATI Radeon 9200 SE Primary"
	Driver		"ati"
	BusID		"PCI:2:0:0"
	Option		"Monitor-DVI-0"		"Philips 190B"
	Option		"Monitor-VGA-0"		"Philips Brilliance 150P3"
#	Option		"CloneMode"	"1280x1024"
#	Option		"CloneDisplay"	"0"
#	Screen		0
#        Option          "UseFBDev"              "true"
#	Option		"MergedFB"	"true"
#	Option		"CRT2Position"	"Below"
#	Option		"MergedXineramaCRT2IsScreen0"		"false"
#	Option		"MergedNonRectangular"		"true"
#	Option		"MetaModes"	"1280x1024-1024x768"
#       Option		"DDCMode"	"true"
EndSection

#Section "Device"
#	Identifier	"ATI Radeon 9200 SE Secondary"
#	Driver		"ati"
#	BusID		"PCI:2:0:0"
#	Screen		1
#        Option          "UseFBDev"              "true"
#	Option		"MergedFB"	"true"
#        Option          "MonitorLayout" "TMDS, TMDS"
#       Option		"DDCMode"	"true"
#       Option "IgnoreEDID" "true"
#EndSection

#Section "Device"
#	Identifier	"ATI Radeon 9200 SE Secondary"
#	Driver		"ati"
#	BusID		"PCI:2:0:1"
#EndSection

#Section "Monitor"
#	Identifier	"IIyama Vision Master Pro MT-9017T"
#	HorizSync	30-107
#	VertRefresh	50-85
#	HorizSync	28-96
#	VertRefresh	50-75
#	Option		"DPMS"
#        ModeLine	"1280x1024" 135 1280 1312 1456 1712  1024 1024 1027 1064 +hsync +vsync
#EndSection

Section "Monitor"
	Identifier	"Philips Brilliance 150P3"
	Option		"DPMS"
	Option		"Below"	"Philips 190B"
        ## DDC/EDID detection seems to be broken, so hardcode values
#        HorizSync       30.00-61.00
#        VertRefresh     56.00-76.00
#-(II) RADEON(0): DDC Type: 3, Detected Type: 1
#+(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
#+(II) RADEON(0): I2C device "DDC:ddc2" removed.
#+(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
#+(II) RADEON(0): I2C device "DDC:ddc2" removed.
#+(II) RADEON(0): DDC Type: 3, Detected Type: 0
EndSection

Section "Monitor"
	Identifier	"Philips 190B"
	Option		"DPMS"
 	#Modeline "1280x1024@75"  75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
	Option "PreferredMode" "1280x1024"
EndSection

Section "Screen"
	Identifier	"Screen: DVI"
#	Device		"ATI Radeon 9200 SE Primary"
	Monitor		"Philips 190B"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
#		Modes		"1280x1024" "1024x768"
		Virtual		1280	1792
	EndSubSection
EndSection

#Section "Screen"
#	Identifier	"Screen: VGA"
#	Device		"ATI Radeon 9200 SE Secondary"
#	Monitor		"Philips Brilliance 150P3"
#	DefaultDepth	24
#	SubSection "Display"
#		Depth		1
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		4
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		8
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		15
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		16
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		24
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#EndSection

Section "ServerLayout"
	Identifier	"Dual-Head Layout"
	#TODO: Swapping 0 and 1 here should work, but nope.
	Screen		"Screen: DVI"
#	Screen		1	"Screen: VGA" Below "Screen: DVI"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
#	InputDevice	"Generic Mouse"
#	Option		"Xinerama"	"on"
EndSection

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 62830 jui  5  2007 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 62865 aoû 28 13:15 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 61112 jan 24 21:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080118-1)
Current Operating System: Linux harif 2.6.22-amd64+deb-3 #5 Thu Aug 9 16:05:34 CEST 2007 x86_64
Build Date: 18 January 2008  09:38:43PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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/Xorg.0.log", Time: Thu Jan 24 16:36:09 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Dual-Head Layout"
(**) |-->Screen "Screen: DVI" (0)
(**) |   |-->Monitor "Philips 190B"
(==) No device specified for screen "Screen: DVI".
	Using the first device section listed.
(**) |   |-->Device "ATI Radeon 9200 SE Primary"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	unix/:7100,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d8e20
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00d1 card 1043,80c5 rev a4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00d0 card 1043,80c5 rev f6 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00d4 card 1043,80c5 rev a4 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00d7 card 1043,80c5 rev a5 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00d7 card 1043,80c5 rev a5 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00d8 card 1043,80c5 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:05:0: chip 10de,00d6 card 1043,80c5 rev a5 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,00da card 1043,80c5 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00d5 card 1043,80c5 rev a5 class 01,01,8a hdr 00
(II) PCI: 00:0a:0: chip 10de,00dd card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10de,00d2 card 0000,0000 rev a4 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:08:0: chip 105a,3373 card 1043,80f5 rev 02 class 01,04,00 hdr 00
(II) PCI: 01:09:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:00:0: chip 1002,5964 card 1043,c006 rev 01 class 03,00,00 hdr 80
(II) PCI: 02:00:1: chip 1002,5d44 card 1043,c007 rev 01 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (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) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:10:0), (0,1,1), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xff400000 - 0xff4fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xff500000 - 0xff5fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xd6b00000 - 0xf6afffff (0x20000000) MX[B]
(--) PCI:*(2:0:0) ATI Technologies Inc RV280 [Radeon 9200 SE] rev 1, Mem @ 0xe8000000/27, 0xff5f0000/16, I/O @ 0xd800/8, BIOS @ 0xff5c0000/17
(--) PCI: (2:0:1) ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) rev 1, Mem @ 0xe0000000/27, 0xff5e0000/16
(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	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xf8000000 to 0xf7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xff4f8000 - 0xff4fbfff (0x4000) MX[B]
	[1] -1	0	0xff4ff000 - 0xff4ff7ff (0x800) MX[B]
	[2] -1	0	0xff4c0000 - 0xff4dffff (0x20000) MX[B]
	[3] -1	0	0xff4fe000 - 0xff4fefff (0x1000) MX[B]
	[4] -1	0	0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
	[5] -1	0	0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
	[6] -1	0	0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
	[7] -1	0	0xff6fe000 - 0xff6fefff (0x1000) MX[B]
	[8] -1	0	0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
	[9] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[10] -1	0	0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
	[13] -1	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
	[14] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[15] -1	0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[16] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[B]
	[17] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[18] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[19] -1	0	0x0000e400 - 0x0000e47f (0x80) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[22] -1	0	0x00005040 - 0x0000507f (0x40) IX[B]
	[23] -1	0	0x00005000 - 0x0000503f (0x40) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xff4f8000 - 0xff4fbfff (0x4000) MX[B]
	[1] -1	0	0xff4ff000 - 0xff4ff7ff (0x800) MX[B]
	[2] -1	0	0xff4c0000 - 0xff4dffff (0x20000) MX[B]
	[3] -1	0	0xff4fe000 - 0xff4fefff (0x1000) MX[B]
	[4] -1	0	0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
	[5] -1	0	0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
	[6] -1	0	0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
	[7] -1	0	0xff6fe000 - 0xff6fefff (0x1000) MX[B]
	[8] -1	0	0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
	[9] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[10] -1	0	0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
	[13] -1	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
	[14] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[15] -1	0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[16] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[B]
	[17] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[18] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[19] -1	0	0x0000e400 - 0x0000e47f (0x80) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[22] -1	0	0x00005040 - 0x0000507f (0x40) IX[B]
	[23] -1	0	0x00005000 - 0x0000503f (0x40) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xff4f8000 - 0xff4fbfff (0x4000) MX[B]
	[5] -1	0	0xff4ff000 - 0xff4ff7ff (0x800) MX[B]
	[6] -1	0	0xff4c0000 - 0xff4dffff (0x20000) MX[B]
	[7] -1	0	0xff4fe000 - 0xff4fefff (0x1000) MX[B]
	[8] -1	0	0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
	[9] -1	0	0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
	[10] -1	0	0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
	[11] -1	0	0xff6fe000 - 0xff6fefff (0x1000) MX[B]
	[12] -1	0	0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
	[13] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[14] -1	0	0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[16] -1	0	0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
	[17] -1	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
	[18] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[22] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[B]
	[23] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[24] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e47f (0x80) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[27] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[28] -1	0	0x00005040 - 0x0000507f (0x40) IX[B]
	[29] -1	0	0x00005000 - 0x0000503f (0x40) IX[B]
	[30] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 0.1.1
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 6.7.197
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) v4l driver for Video4Linux
(II) ATI: ATI driver wrapper (version 6.7.197) for chipsets: mach64, rage128, radeon
(II) Primary Device is: PCI 02:00:0
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 4.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
	ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon 9100 PRO IGP 7834,
	ATI Radeon Mobility 9200 IGP 7835
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xff4f8000 - 0xff4fbfff (0x4000) MX[B]
	[5] -1	0	0xff4ff000 - 0xff4ff7ff (0x800) MX[B]
	[6] -1	0	0xff4c0000 - 0xff4dffff (0x20000) MX[B]
	[7] -1	0	0xff4fe000 - 0xff4fefff (0x1000) MX[B]
	[8] -1	0	0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
	[9] -1	0	0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
	[10] -1	0	0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
	[11] -1	0	0xff6fe000 - 0xff6fefff (0x1000) MX[B]
	[12] -1	0	0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
	[13] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[14] -1	0	0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[16] -1	0	0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
	[17] -1	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
	[18] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[22] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[B]
	[23] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[24] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e47f (0x80) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[27] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[28] -1	0	0x00005040 - 0x0000507f (0x40) IX[B]
	[29] -1	0	0x00005000 - 0x0000503f (0x40) IX[B]
	[30] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xff4f8000 - 0xff4fbfff (0x4000) MX[B]
	[5] -1	0	0xff4ff000 - 0xff4ff7ff (0x800) MX[B]
	[6] -1	0	0xff4c0000 - 0xff4dffff (0x20000) MX[B]
	[7] -1	0	0xff4fe000 - 0xff4fefff (0x1000) MX[B]
	[8] -1	0	0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
	[9] -1	0	0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
	[10] -1	0	0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
	[11] -1	0	0xff6fe000 - 0xff6fefff (0x1000) MX[B]
	[12] -1	0	0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
	[13] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[14] -1	0	0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[16] -1	0	0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
	[17] -1	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
	[18] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[25] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[B]
	[26] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[27] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[28] -1	0	0x0000e400 - 0x0000e47f (0x80) IX[B]
	[29] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[30] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[31] -1	0	0x00005040 - 0x0000507f (0x40) IX[B]
	[32] -1	0	0x00005000 - 0x0000503f (0x40) IX[B]
	[33] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0x00000000ff5f0000: size 64KB
(II) RADEON(0): PCI bus 2 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
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) 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) Reloading /usr/lib/xorg/modules//libint10.so
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon 9200SE 5964 (AGP)" (ChipID = 0x5964)
(--) RADEON(0): Linear framebuffer at 0x00000000e8000000
(--) RADEON(0): BIOS at 0xff5c0000
(II) RADEON(0): AGP card detected
(II) RADEON(0): Legacy BIOS detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.27.0
(==) RADEON(0): Page Flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 131072 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) RADEON(0): Max desktop size set to 1280x1792
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
(II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEON(0): ref_freq: 2700, min_pll: 20000, max_pll: 40000, xclk: 16600, sclk: 166.000000, mclk: 200.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=16600
(II) RADEON(0): Bios Connector table: 
(II) RADEON(0): Port0: DDCType-3, DACType-0, TMDSType-0, ConnectorType-2
(II) RADEON(0): Port1: DDCType-2, DACType-1, TMDSType-0, ConnectorType-4
(II) RADEON(0): Port5: DDCType-0, DACType-1, TMDSType-2, ConnectorType-6
(II) RADEON(0): Output VGA-0 using monitor section Philips Brilliance 150P3
(**) RADEON(0): Option "Below" "Philips 190B"
(II) RADEON(0): I2C bus "VGA_DDC" initialized.
(II) RADEON(0): Output DVI-0 using monitor section Philips 190B
(**) RADEON(0): Option "PreferredMode" "1280x1024"
(II) RADEON(0): I2C bus "DVI_DDC" initialized.
(II) RADEON(0): DFP table revision: 4
(II) RADEON(0): Output S-video has no monitor section
(II) RADEON(0): Default TV standard: PAL
(II) RADEON(0): TV standards supported by chip: NTSC PAL 
(II) RADEON(0): Port0:
 Monitor   -- AUTO
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- None
 DDC Type  -- VGA_DDC
(II) RADEON(0): Port1:
 Monitor   -- AUTO
 Connector -- DVI-D
 DAC Type  -- None
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) RADEON(0): Port2:
 Monitor   -- AUTO
 Connector -- STV
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- None
 DDC Type  -- None
(II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): EDID vendor "PHL", prod id 2058
(II) RADEON(0): Using EDID range info for horizontal sync
(II) RADEON(0): Using EDID range info for vertical refresh
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) RADEON(0): DDC Type: 3, Detected Monitor Type: 1
(II) RADEON(0): EDID data from the display on connector: VGA ----------------------
(II) RADEON(0): Manufacturer: PHL  Model: 80a  Serial#: 2653
(II) RADEON(0): Year: 2002  Week: 41
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
(II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.626 redY: 0.347   greenX: 0.308 greenY: 0.588
(II) RADEON(0): blueX: 0.146 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 65.0 MHz   Image Size:  307 x 230 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Serial No:  CX  002653
(II) RADEON(0): Monitor name: Philips 150P
(II) RADEON(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 61 kHz, PixClock max 80 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff00410c0a085d0a0000
(II) RADEON(0): 	290c01032e1e1778ea7ea5a0584e9625
(II) RADEON(0): 	1e5054bfee0001010101010101010101
(II) RADEON(0): 	01010101010164190040410026301888
(II) RADEON(0): 	360033e610000018000000ff00204358
(II) RADEON(0): 	20203030323635330a20000000fc0050
(II) RADEON(0): 	68696c69707320313530500a000000fd
(II) RADEON(0): 	00384c1e3d08000a202020202020004d
finished output detect: 0
(II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): DDC Type: 2, Detected Monitor Type: 3
(II) RADEON(0): Panel infos found from DDC detailed: 1280x1024
(II) RADEON(0): EDID data from the display on connector: DVI-D ----------------------
(II) RADEON(0): Manufacturer: PHL  Model: 840  Serial#: 16843009
(II) RADEON(0): Year: 2006  Week: 20
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 38  vert.: 30
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.634 redY: 0.354   greenX: 0.300 greenY: 0.614
(II) RADEON(0): blueX: 0.138 blueY: 0.076   whiteX: 0.310 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@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: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEON(0): Serial No:  AU  023297
(II) RADEON(0): Monitor name: Philips 190B
(II) RADEON(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff00410c400801010101
(II) RADEON(0): 	1410010380261e782a6d65a25a4c9d23
(II) RADEON(0): 	134f54bfef80714f8140818001010101
(II) RADEON(0): 	010101010101302a009851002a403070
(II) RADEON(0): 	1300782d1100001e000000ff00204155
(II) RADEON(0): 	20203032333239370a20000000fc0050
(II) RADEON(0): 	68696c69707320313930420a000000fd
(II) RADEON(0): 	00384c1e530e000a2020202020200066
finished output detect: 1
finished output detect: 2
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): EDID vendor "PHL", prod id 2058
(II) RADEON(0): Using hsync ranges from config file
(II) RADEON(0): Using vrefresh ranges from config file
(II) RADEON(0): Printing DDC gathered Modelines:
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) RADEON(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) RADEON(0): DDC Type: 3, Detected Monitor Type: 1
(II) RADEON(0): EDID data from the display on connector: VGA ----------------------
(II) RADEON(0): Manufacturer: PHL  Model: 80a  Serial#: 2653
(II) RADEON(0): Year: 2002  Week: 41
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
(II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.626 redY: 0.347   greenX: 0.308 greenY: 0.588
(II) RADEON(0): blueX: 0.146 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 65.0 MHz   Image Size:  307 x 230 mm
(II) RADEON(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Serial No:  CX  002653
(II) RADEON(0): Monitor name: Philips 150P
(II) RADEON(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 61 kHz, PixClock max 80 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff00410c0a085d0a0000
(II) RADEON(0): 	290c01032e1e1778ea7ea5a0584e9625
(II) RADEON(0): 	1e5054bfee0001010101010101010101
(II) RADEON(0): 	01010101010164190040410026301888
(II) RADEON(0): 	360033e610000018000000ff00204358
(II) RADEON(0): 	20203030323635330a20000000fc0050
(II) RADEON(0): 	68696c69707320313530500a000000fd
(II) RADEON(0): 	00384c1e3d08000a202020202020004d
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "PHL", prod id 2058
(II) RADEON(0): DDC Type: 2, Detected Monitor Type: 3
(II) RADEON(0): EDID data from the display on connector: DVI-D ----------------------
(II) RADEON(0): Manufacturer: PHL  Model: 840  Serial#: 16843009
(II) RADEON(0): Year: 2006  Week: 20
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 38  vert.: 30
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.634 redY: 0.354   greenX: 0.300 greenY: 0.614
(II) RADEON(0): blueX: 0.138 blueY: 0.076   whiteX: 0.310 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@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: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEON(0): Serial No:  AU  023297
(II) RADEON(0): Monitor name: Philips 190B
(II) RADEON(0): Ranges: V min: 56  V max: 76 Hz, H min: 30  H max: 83 kHz, PixClock max 140 MHz
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 	00ffffffffffff00410c400801010101
(II) RADEON(0): 	1410010380261e782a6d65a25a4c9d23
(II) RADEON(0): 	134f54bfef80714f8140818001010101
(II) RADEON(0): 	010101010101302a009851002a403070
(II) RADEON(0): 	1300782d1100001e000000ff00204155
(II) RADEON(0): 	20203032333239370a20000000fc0050
(II) RADEON(0): 	68696c69707320313930420a000000fd
(II) RADEON(0): 	00384c1e530e000a2020202020200066
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor "PHL", prod id 2112
(II) RADEON(0): Output VGA-0 connected
(II) RADEON(0): Output DVI-0 connected
(II) RADEON(0): Output S-video disconnected
(II) RADEON(0): Output VGA-0 using initial mode 1024x768
(II) RADEON(0): Output DVI-0 using initial mode 1280x1024
after xf86InitialConfiguration
(**) RADEON(0): Display dimensions: (300, 230) mm
(**) RADEON(0): DPI set to (108, 197)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(==) RADEON(0): Assuming overlay scaler buffer width is 1536
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B]
	[1] 0	0	0xe8000000 - 0xefffffff (0x8000000) MX[B]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xff4f8000 - 0xff4fbfff (0x4000) MX[B]
	[7] -1	0	0xff4ff000 - 0xff4ff7ff (0x800) MX[B]
	[8] -1	0	0xff4c0000 - 0xff4dffff (0x20000) MX[B]
	[9] -1	0	0xff4fe000 - 0xff4fefff (0x1000) MX[B]
	[10] -1	0	0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
	[11] -1	0	0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
	[12] -1	0	0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
	[13] -1	0	0xff6fe000 - 0xff6fefff (0x1000) MX[B]
	[14] -1	0	0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
	[15] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
	[16] -1	0	0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
	[17] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[18] -1	0	0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
	[19] -1	0	0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
	[20] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[21] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[22] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[23] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[24] 0	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[25] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[26] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[27] -1	0	0x0000c400 - 0x0000c47f (0x80) IX[B]
	[28] -1	0	0x0000c800 - 0x0000c80f (0x10) IX[B]
	[29] -1	0	0x0000cc00 - 0x0000cc3f (0x40) IX[B]
	[30] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[31] -1	0	0x0000e400 - 0x0000e47f (0x80) IX[B]
	[32] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[33] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[34] -1	0	0x00005040 - 0x0000507f (0x40) IX[B]
	[35] -1	0	0x00005000 - 0x0000503f (0x40) IX[B]
	[36] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[38] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xe8000000,0x8000000)
Entering TV Save
Save TV timing tables
saveTimingTables: reading timing tables
TV Save done
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() : 
(II) RADEON(0):   mem_size         : 0x08000000
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,1792) to (1280,1794)
(II) RADEON(0): Largest offscreen area available: 1280 x 6397
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x247c000
(II) RADEON(0): Will use depth buffer at offset 0x2d3c000
(II) RADEON(0): Will use 75776 kb for textures at offset 0x35fc000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(==) RADEON(0): Using AGP 8x
(II) RADEON(0): [agp] Mode 0x1f00420a [AGP 0x10de/0x00d1; Card 0x1002/0x5964]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xf8000000
(II) RADEON(0): [agp] Ring mapped at 0xf7a10000
(II) RADEON(0): [agp] ring read ptr handle = 0xf8101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xf7c28000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xf8102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xef74b000
(II) RADEON(0): [agp] GART texture map handle = 0xf8302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xef26b000
(II) RADEON(0): [drm] register handle = 0xff5f0000
(II) RADEON(0): [dri] Visual configs initialized
init memmap
init common
init crtc1
init pll1
freq: 6500
best_freq: 6500
best_feedback_div: 260
best_ref_div: 27
best_post_div: 4
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
restore common
restore crtc1
restore pll1
finished PLL1
restore dac
enable montype: 1
init memmap
init common
init crtc2
init pll2
freq: 10800
best_freq: 10800
best_feedback_div: 48
best_ref_div: 6
best_post_div: 2
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
restore common
restore crtc2
restore pll2
finished PLL2
restore FP
enable montype: 3
disable montype: 1
disable montype: 3
(==) RADEON(0): Backing store disabled
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 16
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xefffe800 is: 0xefffe800
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xf87ff800
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration 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 Horizontal and Vertical 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
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor 0 (scanline 1794)
(II) RADEON(0): Using hardware cursor 1 (scanline 1797)
(II) RADEON(0): Largest offscreen area available: 1280 x 6390
(II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) RADEON(0): Option "PreferredMode" is not used
(--) RandR disabled
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/r200_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 376 x 526
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "microsoft"
(**) Generic Keyboard: XkbModel: "microsoft"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "XkbOptions" "altwin:left_meta_win,compose:rwin"
(**) Generic Keyboard: XkbOptions: "altwin:left_meta_win,compose:rwin"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/psaux"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/psaux"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
(II) AIGLX: Suspending AIGLX clients for VT switch
disable montype: 1
disable montype: 3
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
init memmap
init common
init crtc1
init pll1
freq: 6500
best_freq: 6500
best_feedback_div: 260
best_ref_div: 27
best_post_div: 4
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc1
restore pll1
finished PLL1
restore dac
enable montype: 1
init memmap
init common
init crtc2
init pll2
freq: 10800
best_freq: 10800
best_feedback_div: 48
best_ref_div: 6
best_post_div: 2
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc2
restore pll2
finished PLL2
restore FP
enable montype: 3
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 8x
(II) RADEON(0): [agp] Mode 0x1f00420a [AGP 0x10de/0x00d1; Card 0x1002/0x5964]
enable montype: 1
enable montype: 3
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button
SetGrabKeysState - disabled
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
disable montype: 1
disable montype: 3
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
SetGrabKeysState - enabled
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
disable montype: 1
disable montype: 3
SetGrabKeysState - disabled
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
SetGrabKeysState - enabled
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
disable montype: 1
disable montype: 3
SetGrabKeysState - disabled
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
SetGrabKeysState - enabled
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
disable montype: 1
disable montype: 3
SetGrabKeysState - disabled
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
disable montype: 1
disable montype: 3
disable montype: 1
disable montype: 3
enable montype: 1
enable montype: 3
enable montype: 1
enable montype: 3
SetGrabKeysState - enabled
(II) AIGLX: Suspending AIGLX clients for VT switch
disable montype: 1
disable montype: 3
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
init memmap
init common
init crtc1
init pll1
freq: 6500
best_freq: 6500
best_feedback_div: 260
best_ref_div: 27
best_post_div: 4
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc1
restore pll1
finished PLL1
restore dac
enable montype: 1
init memmap
init common
init crtc2
init pll2
freq: 10800
best_freq: 10800
best_feedback_div: 48
best_ref_div: 6
best_post_div: 2
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc2
restore pll2
finished PLL2
restore FP
enable montype: 3
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 8x
(II) RADEON(0): [agp] Mode 0x1f00420a [AGP 0x10de/0x00d1; Card 0x1002/0x5964]
enable montype: 1
enable montype: 3
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) AIGLX: Suspending AIGLX clients for VT switch
disable montype: 1
disable montype: 3
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
init memmap
init common
init crtc1
init pll1
freq: 6500
best_freq: 6500
best_feedback_div: 260
best_ref_div: 27
best_post_div: 4
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc1
restore pll1
finished PLL1
restore dac
enable montype: 1
init memmap
init common
init crtc2
init pll2
freq: 10800
best_freq: 10800
best_feedback_div: 48
best_ref_div: 6
best_post_div: 2
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc2
restore pll2
finished PLL2
restore FP
enable montype: 3
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 8x
(II) RADEON(0): [agp] Mode 0x1f00420a [AGP 0x10de/0x00d1; Card 0x1002/0x5964]
enable montype: 1
enable montype: 3
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button
(II) AIGLX: Suspending AIGLX clients for VT switch
disable montype: 1
disable montype: 3
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
finished PLL2
finished PLL1
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
init memmap
init common
init crtc1
init pll1
freq: 6500
best_freq: 6500
best_feedback_div: 260
best_ref_div: 27
best_post_div: 4
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc1
restore pll1
finished PLL1
restore dac
enable montype: 1
init memmap
init common
init crtc2
init pll2
freq: 10800
best_freq: 10800
best_feedback_div: 48
best_ref_div: 6
best_post_div: 2
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() : 
(II) RADEON(0):   MC_FB_LOCATION   : 0xefffe800
(II) RADEON(0):   MC_AGP_LOCATION  : 0xf87ff800
restore common
restore crtc2
restore pll2
finished PLL2
restore FP
enable montype: 3
(II) RADEON(0): [RESUME] Attempting to re-init Radeon hardware.
(==) RADEON(0): Using AGP 8x
(II) RADEON(0): [agp] Mode 0x1f00420a [AGP 0x10de/0x00d1; Card 0x1002/0x5964]
enable montype: 1
enable montype: 3
(II) Configured Mouse: ps2EnableDataReporting: succeeded


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.22-amd64+deb-3
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2 1.5.18                Debian configuration management sy
ii  x11-common         1:7.3+10              X Window System (X.Org) infrastruc
ii  x11-xkb-utils      7.3+1                 X11 XKB utilities
ii  xkb-data           1.1~cvs.20080104.1-1  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core  2:1.4.1~git20080118-1 Xorg X server - core server
ii  xserver-xorg-input 1:7.3+10              the X.Org X server -- input driver
ii  xserver-xorg-input 1:1.2.0-1             X.Org X server -- evdev input driv
ii  xserver-xorg-input 1:1.2.2-3             X.Org X server -- keyboard input d
ii  xserver-xorg-input 1:1.2.3-2             X.Org X server -- mouse input driv
ii  xserver-xorg-input 0.14.7~git20070706-2  Synaptics TouchPad driver for X.Or
ii  xserver-xorg-input 0.7.9.3-2             X.Org X server -- Wacom input driv
ii  xserver-xorg-video 1:7.3+10              the X.Org X server -- output drive
ii  xserver-xorg-video 1:1.1.1-10            X.Org X server -- APM display driv
ii  xserver-xorg-video 1:0.6.0-9             X.Org X server -- ark display driv
ii  xserver-xorg-video 1:6.7.197-1           X.Org X server -- ATI display driv
ii  xserver-xorg-video 1:1.1.1-9             X.Org X server -- Chips display dr
ii  xserver-xorg-video 1:1.1.0-8             X.Org X server -- Cirrus display d
ii  xserver-xorg-video 1:1.1.0-8             X.Org X server -- Cyrix display dr
ii  xserver-xorg-video 1:0.2.0-7             X.Org X server -- dummy display dr
ii  xserver-xorg-video 1:0.3.1-4             X.Org X server -- fbdev display dr
ii  xserver-xorg-video 1:1.1.1-8             X.Org X server -- Glint display dr
ii  xserver-xorg-video 1:1.2.1-4             X.Org X server -- i128 display dri
ii  xserver-xorg-video 1:1.1.0-7             X.Org X server -- i740 display dri
ii  xserver-xorg-video 1:1.1.0-7             X.Org X server -- IMSTT display dr
ii  xserver-xorg-video 2:2.2.0-1             X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video 1:1.4.8.dfsg.1-1      X.Org X server -- MGA display driv
ii  xserver-xorg-video 1:1.1.1-8             X.Org X server -- Neomagic display
ii  xserver-xorg-video 1:0.2.1-4             X.Org X server -- Newport display 
ii  xserver-xorg-video 1:2.8.3-2             X.Org X server -- NSC display driv
ii  xserver-xorg-video 1:2.1.6-1             X.Org X server -- NV display drive
ii  xserver-xorg-video 1:4.1.3.dfsg.1-4      X.Org X server -- Rendition displa
ii  xserver-xorg-video 1:0.5.0-4             X.Org X server -- legacy S3 displa
ii  xserver-xorg-video 1:1.9.1-7             X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video 1:2.1.3-5             X.Org X server -- Savage display d
ii  xserver-xorg-video 1:1.5.1-3             X.Org X server -- SiliconMotion di
ii  xserver-xorg-video 1:0.9.3-6             X.Org X server -- SiS display driv
ii  xserver-xorg-video 1:0.8.1-9             X.Org X server -- SiS USB display 
ii  xserver-xorg-video 1:1.3.0-6             X.Org X server -- tdfx display dri
ii  xserver-xorg-video 1:1.1.0-9             X.Org X server -- TGA display driv
ii  xserver-xorg-video 1:1.2.3-6             X.Org X server -- Trident display 
ii  xserver-xorg-video 1:1.1.1-4             X.Org X server -- Tseng display dr
ii  xserver-xorg-video 0.1.1-6               X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video 1:1.3.0-4             X.Org X server -- VESA display dri
ii  xserver-xorg-video 1:4.1.0-8             X.Org X server -- VGA display driv
ii  xserver-xorg-video 1:0.2.2-5             X.Org X server -- VIA display driv
ii  xserver-xorg-video 1:10.15.2-1           X.Org X server -- VMware display d
ii  xserver-xorg-video 1:1.1.1-5             X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  dmidecode                     2.9-1      Dump Desktop Management Interface 
ii  libgl1-mesa-dri               7.0.2-4    A free implementation of the OpenG
ii  udev                          0.114-2    /dev/ and hotplug management daemo

-- debconf information:
* xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/monitor/lcd: false
  xserver-xorg/config/device/default-identifier:
* xserver-xorg/config/inputdevice/keyboard/internal:
* xserver-xorg/config/inputdevice/keyboard/options: altwin:left_meta_win,compose:rwin
* xserver-xorg/config/device/use_fbdev: true
* xserver-xorg/config/inputdevice/keyboard/variant:
* xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: us
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: false
* xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/inputdevice/keyboard/model: natural
* xserver-xorg/config/device/driver:
  shared/fontpath/fontserver:
* xserver-xorg/config/doublequote_in_string_error:
* shared/no_known_x-server:
* xserver-xorg/config/device/bus_id_error:
* xserver-xorg/autodetect_keyboard: false
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/null_string_error:
* shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:2:0:0
* xserver-xorg/config/inputdevice/keyboard/rules: xorg



Reply to: