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

Bug#613573: sid xserver-xorg 1:7.6+3 + radeon + konversatin segfault X



Package: xorg
Version: 1:7.6+3
Severity: normal


currently running on liquorix kernel bu it also happens on stock kernel from sid.

many kde based apps crash on opening or when a dialog is opened.

konversatino segfaults X on launch. k3b segfaults x when you try to select an image to burn.


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Apr 19  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1771428 Feb  6 21:07 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X700 (PCIE)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 4370 May  7  2010 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------

# xorg.conf.dpkg-new (Xorg 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 xorg.conf.dpkg-new manual page.
# (Type "man xorg.conf.dpkg-new" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# 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/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
#   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
	InputDevice    "MX Revolution"
EndSection

Section "Files"

	# local font server
	# if the local font server has problems, we can fall back on these
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/lib/X11/fonts/CID"
	FontPath     "/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/misc"
	FontPath     "/usr/lib/X11/fonts/cyrillic"
	FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
	FontPath     "unix/:7100"
	FontPath     "/usr/lib/X11/fonts/Type1"
EndSection

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

Section "ServerFlags"
	Option	    "Xinerama" "off"
	Option	    "AIGLX" "on"
	Option	    "DontZap" "false"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"

#	Option	    "CorePointer"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "false"
#	Option	    "ZAxisMapping" "4 5"
	Option	    "SendCoreEvents" "true"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
	Option	    "VertEdgeScroll" "true"
	Option	    "HorizEdgeScroll" "true"
EndSection

Section "InputDevice"
	Identifier  "MX Revolution"
	Driver      "evdev"
	Option	    "CorePointer"
	#Option     "Phys" "usb-000:00:1d.0-2/input0"
	Option	    "Device" "/dev/input/event7"
	Option	    "Protocol" "auto"
EndSection

Section "Monitor"
	Identifier   "LVDS Panel"
	DisplaySize  331 207
	Option	    "DPMS"
EndSection

Section "Monitor"
        Identifier   "TMDS Panel"
        DisplaySize  375 301
        Option      "DPMS"
	Option	    "RightOf" "LVDS Panel"
EndSection

Section "Monitor"
	Identifier  "VGA External"
	Option      "Ignore" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. FireGL Mobility (M26) V5000 (PCIE) 0"
	Driver      "radeon"
	Option	    "AccelMethod" "EXA"
	Option	    "EXAVSync" "off"
	Option	    "AccelDFS" "on"
	Option	    "R4xxAtom"	"on"
	Option	    "EnablePageFlip" "on"
	Option	    "RenderAccel" "on"
	Option      "DRI" "on"
	Option	    "ColorTiling" "on"
	Option	    "Monitor-LVDS" "LVDS Panel"
	Option	    "Monitor-DVI-0" "TMDS Panel"
	Option      "Monitor-VGA-0" "VGA External"
	Option	    "DynamicClocks" "true"
	Option      "DMAForXv" "true"
	Option      "DynamicPM" "on"
	Option      "Clockgating" "on"
	Option      "AGPMode" "4"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. FireGL Mobility (M26) V5000 (PCIE) 0"
	Monitor    "LVDS Panel"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Virtual 3200 1200
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "enable"
EndSection


/etc/X11/xorg.conf.d does not exist.

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.37-0.dmz.7-liquorix-686 (Debian 2.6.37-7) (damentz@gmail.com) (gcc version 4.4.5 (Debian 4.4.5-10) ) #1 ZEN SMP PREEMPT Mon Jan 31 09:27:48 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 54157 Feb 25  2008 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 51578 Jul 27  2008 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 40831 Feb 15 18:21 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    54.104] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[    54.104] X Protocol Version 11, Revision 0
[    54.104] Build Operating System: Linux 2.6.26-2-amd64 i686 Debian
[    54.104] Current Operating System: Linux bran 2.6.37-0.dmz.7-liquorix-686 #1 ZEN SMP PREEMPT Mon Jan 31 09:27:48 UTC 2011 i686
[    54.104] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.37-0.dmz.7-liquorix-686 root=UUID=c6a7baa2-238b-4ee5-9436-8ce852aff175 ro quiet
[    54.105] Build Date: 06 February 2011  08:02:19PM
[    54.105] xorg-server 2:1.9.4-1 (Cyril Brulebois <kibi@debian.org>) 
[    54.105] Current version of pixman: 0.21.4
[    54.105] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    54.105] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    54.105] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 15 18:09:48 2011
[    54.105] (==) Using config file: "/etc/X11/xorg.conf"
[    54.105] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    54.105] (==) ServerLayout "Default Layout"
[    54.105] (**) |-->Screen "Default Screen" (0)
[    54.105] (**) |   |-->Monitor "LVDS Panel"
[    54.105] (**) |   |-->Device "ATI Technologies, Inc. FireGL Mobility (M26) V5000 (PCIE) 0"
[    54.105] (**) |-->Input Device "Generic Keyboard"
[    54.105] (**) |-->Input Device "Configured Mouse"
[    54.105] (**) |-->Input Device "Synaptics Touchpad"
[    54.105] (**) |-->Input Device "MX Revolution"
[    54.105] (**) Option "DontZap" "false"
[    54.105] (**) Option "Xinerama" "off"
[    54.105] (**) Option "AIGLX" "on"
[    54.105] (==) Automatically adding devices
[    54.105] (==) Automatically enabling devices
[    54.106] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
[    54.106] 	Entry deleted from font path.
[    54.106] 	(Run 'mkfontdir' on "/usr/share/fonts/truetype").
[    54.106] (WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/misc" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    54.106] 	Entry deleted from font path.
[    54.106] (**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	unix/:7100,
	/usr/share/fonts/X11/misc,
	/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,
	built-ins
[    54.106] (==) ModulePath set to "/usr/lib/xorg/modules"
[    54.106] (**) Extension "Composite" is enabled
[    54.106] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    54.106] (WW) Disabling Generic Keyboard
[    54.106] (WW) Disabling Configured Mouse
[    54.106] (II) Loader magic: 0x81f7140
[    54.106] (II) Module ABI versions:
[    54.106] 	X.Org ANSI C Emulation: 0.4
[    54.106] 	X.Org Video Driver: 8.0
[    54.106] 	X.Org XInput driver : 11.0
[    54.106] 	X.Org Server Extension : 4.0
[    54.107] (--) PCI:*(0:1:0:0) 1002:5653:103c:0940 rev 0, Mem @ 0xc0000000/134217728, 0xc8800000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[    54.108] (II) Open ACPI successful (/var/run/acpid.socket)
[    54.108] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    54.108] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    54.108] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    54.108] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    54.108] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    54.108] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    54.108] (II) LoadModule: "dbe"
[    54.108] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    54.108] (II) Module dbe: vendor="X.Org Foundation"
[    54.108] 	compiled for 1.9.4, module version = 1.0.0
[    54.108] 	Module class: X.Org Server Extension
[    54.108] 	ABI class: X.Org Server Extension, version 4.0
[    54.108] (II) Loading extension DOUBLE-BUFFER
[    54.108] (II) LoadModule: "ddc"
[    54.108] (II) Module "ddc" already built-in
[    54.108] (II) LoadModule: "dri"
[    54.108] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    54.108] (II) Module dri: vendor="X.Org Foundation"
[    54.108] 	compiled for 1.9.4, module version = 1.0.0
[    54.108] 	ABI class: X.Org Server Extension, version 4.0
[    54.108] (II) Loading extension XFree86-DRI
[    54.108] (II) LoadModule: "dri2"
[    54.108] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    54.109] (II) Module dri2: vendor="X.Org Foundation"
[    54.109] 	compiled for 1.9.4, module version = 1.2.0
[    54.109] 	ABI class: X.Org Server Extension, version 4.0
[    54.109] (II) Loading extension DRI2
[    54.109] (II) LoadModule: "extmod"
[    54.109] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    54.109] (II) Module extmod: vendor="X.Org Foundation"
[    54.109] 	compiled for 1.9.4, module version = 1.0.0
[    54.109] 	Module class: X.Org Server Extension
[    54.109] 	ABI class: X.Org Server Extension, version 4.0
[    54.109] (II) Loading extension SELinux
[    54.109] (II) Loading extension MIT-SCREEN-SAVER
[    54.109] (II) Loading extension XFree86-VidModeExtension
[    54.109] (II) Loading extension XFree86-DGA
[    54.109] (II) Loading extension DPMS
[    54.109] (II) Loading extension XVideo
[    54.109] (II) Loading extension XVideo-MotionCompensation
[    54.109] (II) Loading extension X-Resource
[    54.109] (II) LoadModule: "glx"
[    54.109] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    54.109] (II) Module glx: vendor="X.Org Foundation"
[    54.109] 	compiled for 1.9.4, module version = 1.0.0
[    54.109] 	ABI class: X.Org Server Extension, version 4.0
[    54.109] (**) AIGLX enabled
[    54.109] (II) Loading extension GLX
[    54.109] (II) LoadModule: "int10"
[    54.110] (II) Loading /usr/lib/xorg/modules/libint10.so
[    54.110] (II) Module int10: vendor="X.Org Foundation"
[    54.110] 	compiled for 1.9.4, module version = 1.0.0
[    54.110] 	ABI class: X.Org Video Driver, version 8.0
[    54.110] (II) LoadModule: "record"
[    54.110] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    54.110] (II) Module record: vendor="X.Org Foundation"
[    54.110] 	compiled for 1.9.4, module version = 1.13.0
[    54.110] 	Module class: X.Org Server Extension
[    54.110] 	ABI class: X.Org Server Extension, version 4.0
[    54.110] (II) Loading extension RECORD
[    54.110] (II) LoadModule: "v4l"
[    54.110] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[    54.110] (II) Module v4l: vendor="X.Org Foundation"
[    54.110] 	compiled for 1.9.0.901, module version = 0.1.1
[    54.110] 	ABI class: X.Org Video Driver, version 8.0
[    54.110] (II) LoadModule: "vbe"
[    54.110] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    54.110] (II) Module vbe: vendor="X.Org Foundation"
[    54.110] 	compiled for 1.9.4, module version = 1.1.0
[    54.110] 	ABI class: X.Org Video Driver, version 8.0
[    54.110] (II) LoadModule: "radeon"
[    54.111] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    54.111] (II) Module radeon: vendor="X.Org Foundation"
[    54.111] 	compiled for 1.9.4, module version = 6.13.2
[    54.111] 	Module class: X.Org Video Driver
[    54.111] 	ABI class: X.Org Video Driver, version 8.0
[    54.111] (II) LoadModule: "synaptics"
[    54.111] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    54.111] (II) Module synaptics: vendor="X.Org Foundation"
[    54.111] 	compiled for 1.9.4, module version = 1.3.0
[    54.111] 	Module class: X.Org XInput Driver
[    54.111] 	ABI class: X.Org XInput driver, version 11.0
[    54.111] (II) LoadModule: "evdev"
[    54.111] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.111] (II) Module evdev: vendor="X.Org Foundation"
[    54.111] 	compiled for 1.9.4, module version = 2.6.0
[    54.111] 	Module class: X.Org XInput Driver
[    54.111] 	ABI class: X.Org XInput driver, version 11.0
[    54.111] (II) v4l driver for Video4Linux
[    54.111] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	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 X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (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 X550XTX 5657 (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 X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
	ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
	ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR
[    54.113] (++) using VT number 7

[    54.121] (WW) Falling back to old probe method for v4l
[    54.121] (II) [KMS] Kernel modesetting enabled.
[    54.121] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    54.121] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    54.121] (==) RADEON(0): Default visual is TrueColor
[    54.121] (**) RADEON(0): Option "EnablePageFlip" "on"
[    54.121] (**) RADEON(0): Option "AccelDFS" "on"
[    54.121] (**) RADEON(0): Option "ColorTiling" "on"
[    54.121] (**) RADEON(0): Option "RenderAccel" "on"
[    54.121] (**) RADEON(0): Option "AccelMethod" "EXA"
[    54.121] (**) RADEON(0): Option "DRI" "on"
[    54.121] (**) RADEON(0): Option "EXAVSync" "off"
[    54.121] (==) RADEON(0): RGB weight 888
[    54.121] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    54.121] (--) RADEON(0): Chipset: "ATI Mobility Radeon X700 (M26) (PCIE)" (ChipID = 0x5653)
[    54.121] (II) RADEON(0): PCIE card detected
[    54.121] drmOpenDevice: node name is /dev/dri/card0
[    54.121] drmOpenDevice: open result is 9, (OK)
[    54.121] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    54.121] drmOpenDevice: node name is /dev/dri/card0
[    54.121] drmOpenDevice: open result is 9, (OK)
[    54.121] drmOpenByBusid: drmOpenMinor returns 9
[    54.122] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    54.122] (II) RADEON(0): KMS Color Tiling: enabled
[    54.130] (II) RADEON(0): Output VGA-0 using monitor section VGA External
[    54.130] (**) RADEON(0): Option "Ignore" "true"
[    54.130] (II) RADEON(0): Output LVDS using monitor section LVDS Panel
[    54.150] (II) RADEON(0): Output S-video has no monitor section
[    54.154] (II) RADEON(0): Output DVI-0 using monitor section TMDS Panel
[    54.154] (**) RADEON(0): Option "RightOf" "LVDS Panel"
[    54.154] (II) RADEON(0): EDID for output LVDS
[    54.154] (II) RADEON(0): Manufacturer: SEC  Model: 4246  Serial#: 0
[    54.154] (II) RADEON(0): Year: 2005  Week: 0
[    54.154] (II) RADEON(0): EDID Version: 1.3
[    54.154] (II) RADEON(0): Digital Display Input
[    54.251] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    54.252] (II) RADEON(0): Gamma: 2.20
[    54.252] (II) RADEON(0): No DPMS capabilities specified
[    54.252] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    54.252] (II) RADEON(0): First detailed timing is preferred mode
[    54.252] (II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[    54.252] (II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[    54.252] (II) RADEON(0): Manufacturer's mask: 0
[    54.252] (II) RADEON(0): Supported detailed timing:
[    54.252] (II) RADEON(0): clock: 161.6 MHz   Image Size:  331 x 207 mm
[    54.252] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2208 h_border: 0
[    54.252] (II) RADEON(0): v_active: 1200  v_sync: 1202  v_sync_end 1208 v_blanking: 1220 v_border: 0
[    54.252] (II) RADEON(0): Unknown vendor-specific block f
[    54.252] (II) RADEON(0):  SAMSUNG
[    54.252] (II) RADEON(0):  LTN154U1-L02
[    54.252] (II) RADEON(0): EDID (in hex):
[    54.252] (II) RADEON(0): 	00ffffffffffff004ca3464200000000
[    54.252] (II) RADEON(0): 	000f0103802115780a87f594574f8c27
[    54.252] (II) RADEON(0): 	27505400000001010101010101010101
[    54.252] (II) RADEON(0): 	010101010101233f802071b014403020
[    54.252] (II) RADEON(0): 	26004bcf100000190000000f00000000
[    54.252] (II) RADEON(0): 	000000000046d2026403000000fe0053
[    54.252] (II) RADEON(0): 	414d53554e470a2020202020000000fe
[    54.252] (II) RADEON(0): 	004c544e31353455312d4c30320a0089
[    54.252] (II) RADEON(0): EDID vendor "SEC", prod id 16966
[    54.252] (II) RADEON(0): Printing DDC gathered Modelines:
[    54.252] (II) RADEON(0): Modeline "1920x1200"x0.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)
[    54.252] (II) RADEON(0): Printing probed modes for output LVDS
[    54.252] (II) RADEON(0): Modeline "1920x1200"x60.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)
[    54.252] (II) RADEON(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[    54.252] (II) RADEON(0): Modeline "1600x1200"x59.9  161.00  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (74.5 kHz)
[    54.252] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    54.252] (II) RADEON(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[    54.252] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    54.252] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    54.252] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[    54.252] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[    54.252] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[    54.252] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[    54.252] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[    54.252] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    54.252] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    54.252] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    54.252] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    54.252] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    54.272] (II) RADEON(0): EDID for output S-video
[    54.276] (II) RADEON(0): EDID for output DVI-0
[    54.276] (II) RADEON(0): Output LVDS connected
[    54.276] (II) RADEON(0): Output S-video disconnected
[    54.276] (II) RADEON(0): Output DVI-0 disconnected
[    54.276] (II) RADEON(0): Using user preference for initial modes
[    54.276] (II) RADEON(0): Output LVDS using initial mode 1920x1200
[    54.276] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    54.276] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:76f6000
[    54.276] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    54.276] (++) RADEON(0): DPI set to (75, 75)
[    54.276] (II) Loading sub module "fb"
[    54.276] (II) LoadModule: "fb"
[    54.276] (II) Loading /usr/lib/xorg/modules/libfb.so
[    54.290] (II) Module fb: vendor="X.Org Foundation"
[    54.290] 	compiled for 1.9.4, module version = 1.0.0
[    54.290] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    54.290] (II) Loading sub module "ramdac"
[    54.290] (II) LoadModule: "ramdac"
[    54.290] (II) Module "ramdac" already built-in
[    54.290] (II) Loading sub module "exa"
[    54.290] (II) LoadModule: "exa"
[    54.290] (II) Loading /usr/lib/xorg/modules/libexa.so
[    54.315] (II) Module exa: vendor="X.Org Foundation"
[    54.315] 	compiled for 1.9.4, module version = 2.5.0
[    54.315] 	ABI class: X.Org Video Driver, version 8.0
[    54.315] (--) Depth 24 pixmap format is 32 bpp
[    54.315] (II) RADEON(0): [DRI2] Setup complete
[    54.316] (II) RADEON(0): [DRI2]   DRI driver: r300
[    54.316] (II) RADEON(0): Front buffer size: 15000K
[    54.316] (II) RADEON(0): VRAM usage limit set to 96134K
[    54.339] (==) RADEON(0): Backing store disabled
[    54.339] (II) RADEON(0): Direct rendering enabled
[    54.339] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[    54.339] (II) RADEON(0): Setting EXA maxPitchBytes
[    54.339] (II) EXA(0): Driver allocated offscreen pixmaps
[    54.339] (II) EXA(0): Driver registered support for the following operations:
[    54.339] (II)         Solid
[    54.339] (II)         Copy
[    54.339] (II)         Composite (RENDER acceleration)
[    54.339] (II)         UploadToScreen
[    54.339] (II)         DownloadFromScreen
[    54.339] (II) RADEON(0): Acceleration enabled
[    54.339] (**) RADEON(0): DPMS enabled
[    54.339] (==) RADEON(0): Silken mouse enabled
[    54.365] (II) RADEON(0): Set up textured video
[    54.365] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    54.365] (WW) RADEON(0): Option "R4xxAtom" is not used
[    54.365] (WW) RADEON(0): Option "DynamicClocks" is not used
[    54.365] (WW) RADEON(0): Option "DMAForXv" is not used
[    54.365] (WW) RADEON(0): Option "DynamicPM" is not used
[    54.365] (WW) RADEON(0): Option "Clockgating" is not used
[    54.365] (WW) RADEON(0): Option "AGPMode" is not used
[    54.365] (--) RandR disabled
[    54.365] (II) Initializing built-in extension Generic Event Extension
[    54.365] (II) Initializing built-in extension SHAPE
[    54.365] (II) Initializing built-in extension MIT-SHM
[    54.365] (II) Initializing built-in extension XInputExtension
[    54.365] (II) Initializing built-in extension XTEST
[    54.365] (II) Initializing built-in extension BIG-REQUESTS
[    54.365] (II) Initializing built-in extension SYNC
[    54.365] (II) Initializing built-in extension XKEYBOARD
[    54.365] (II) Initializing built-in extension XC-MISC
[    54.365] (II) Initializing built-in extension XINERAMA
[    54.365] (II) Initializing built-in extension XFIXES
[    54.365] (II) Initializing built-in extension RENDER
[    54.365] (II) Initializing built-in extension RANDR
[    54.365] (II) Initializing built-in extension COMPOSITE
[    54.365] (II) Initializing built-in extension DAMAGE
[    54.366] (II) SELinux: Disabled on system
[    54.710] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    54.710] (II) AIGLX: enabled GLX_INTEL_swap_event
[    54.710] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    54.710] (II) AIGLX: enabled GLX_SGI_make_current_read
[    54.710] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    54.710] (II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
[    54.710] (II) GLX: Initialized DRI2 GL provider for screen 0
[    54.723] (II) RADEON(0): Setting screen physical size to 650 x 406
[    54.729] (II) RADEON(0): Allocate new frame buffer 1920x1200 stride 1920
[    54.729] (II) RADEON(0): VRAM usage limit set to 101534K
[    56.604] (II) Synaptics touchpad driver version 1.3.0
[    56.626] (--) Synaptics Touchpad auto-dev sets device to /dev/input/event6
[    56.630] (**) Option "Device" "/dev/input/event6"
[    56.640] (--) Synaptics Touchpad: x-axis range 1472 - 5472
[    56.640] (--) Synaptics Touchpad: y-axis range 1408 - 4448
[    56.640] (--) Synaptics Touchpad: pressure range 0 - 255
[    56.640] (--) Synaptics Touchpad: finger width range 0 - 15
[    56.640] (--) Synaptics Touchpad: buttons: left right middle double triple
[    56.640] (**) Option "HorizScrollDelta" "0"
[    56.640] (**) Option "VertEdgeScroll" "true"
[    56.640] (**) Option "HorizEdgeScroll" "true"
[    56.648] (--) Synaptics Touchpad: touchpad found
[    56.648] (**) Option "SendCoreEvents" "true"
[    56.648] (**) Synaptics Touchpad: always reports core events
[    56.652] (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
[    56.652] (**) Synaptics Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    56.652] (**) Synaptics Touchpad: MaxSpeed is now 1.75
[    56.652] (**) Synaptics Touchpad: AccelFactor is now 0.040
[    56.652] (**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
[    56.652] (**) Synaptics Touchpad: (accel) acceleration profile 1
[    56.652] (**) Synaptics Touchpad: (accel) acceleration factor: 2.000
[    56.652] (**) Synaptics Touchpad: (accel) acceleration threshold: 4
[    56.658] (--) Synaptics Touchpad: touchpad found
[    56.658] (**) Option "CorePointer"
[    56.658] (**) MX Revolution: always reports core events
[    56.658] (**) MX Revolution: Device: "/dev/input/event7"
[    56.660] (--) MX Revolution: Found keys
[    56.660] (II) MX Revolution: Configuring as keyboard
[    56.660] (II) XINPUT: Adding extended input device "MX Revolution" (type: KEYBOARD)
[    56.660] (**) Option "xkb_rules" "evdev"
[    56.660] (**) Option "xkb_model" "evdev"
[    56.660] (**) Option "xkb_layout" "us"
[    56.725] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    56.725] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    56.725] (**) Power Button: always reports core events
[    56.725] (**) Power Button: Device: "/dev/input/event3"
[    56.726] (--) Power Button: Found keys
[    56.726] (II) Power Button: Configuring as keyboard
[    56.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    56.726] (**) Option "xkb_rules" "evdev"
[    56.726] (**) Option "xkb_model" "pc105"
[    56.726] (**) Option "xkb_layout" "us"
[    56.726] (**) Option "xkb_variant" "alt-intl"
[    56.726] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    56.815] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    56.815] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    56.815] (**) Video Bus: always reports core events
[    56.815] (**) Video Bus: Device: "/dev/input/event4"
[    56.817] (--) Video Bus: Found keys
[    56.817] (II) Video Bus: Configuring as keyboard
[    56.817] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    56.817] (**) Option "xkb_rules" "evdev"
[    56.817] (**) Option "xkb_model" "pc105"
[    56.817] (**) Option "xkb_layout" "us"
[    56.817] (**) Option "xkb_variant" "alt-intl"
[    56.817] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    56.840] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    56.840] (II) No input driver/identifier specified (ignoring)
[    56.840] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    56.840] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    56.840] (**) Sleep Button: always reports core events
[    56.840] (**) Sleep Button: Device: "/dev/input/event1"
[    56.842] (--) Sleep Button: Found keys
[    56.842] (II) Sleep Button: Configuring as keyboard
[    56.842] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    56.842] (**) Option "xkb_rules" "evdev"
[    56.842] (**) Option "xkb_model" "pc105"
[    56.842] (**) Option "xkb_layout" "us"
[    56.842] (**) Option "xkb_variant" "alt-intl"
[    56.842] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    56.855] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    56.855] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    56.855] (**) AT Translated Set 2 keyboard: always reports core events
[    56.855] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    56.857] (--) AT Translated Set 2 keyboard: Found keys
[    56.857] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    56.857] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    56.857] (**) Option "xkb_rules" "evdev"
[    56.857] (**) Option "xkb_model" "pc105"
[    56.857] (**) Option "xkb_layout" "us"
[    56.857] (**) Option "xkb_variant" "alt-intl"
[    56.857] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    56.857] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    56.857] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    56.857] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    56.857] (II) Synaptics touchpad driver version 1.3.0
[    56.857] (**) Option "Device" "/dev/input/event6"
[    56.859] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[    56.859] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[    56.859] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[    56.859] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[    56.859] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[    56.859] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[    56.861] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[    56.861] (II) UnloadModule: "synaptics"
[    56.861] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    56.861] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    56.861] (II) Synaptics touchpad driver version 1.3.0
[    56.951] (EE) SynPS/2 Synaptics TouchPad no synaptics event device found
[    56.951] (**) Option "Device" "/dev/input/mouse0"
[    56.953] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[    56.953] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[    56.953] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[    56.953] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[    56.973] (EE) Query no Synaptics: 6003C8
[    56.973] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[    56.973] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[    56.976] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[    56.976] (II) UnloadModule: "synaptics"
[    56.976] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    56.976] (II) No input driver/identifier specified (ignoring)
[    56.980] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[    56.980] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    56.980] (**) HP WMI hotkeys: always reports core events
[    56.980] (**) HP WMI hotkeys: Device: "/dev/input/event7"
[    56.982] (WW) HP WMI hotkeys: device file is duplicate. Ignoring.
[    56.984] (II) UnloadModule: "evdev"
[    56.984] (EE) PreInit returned NULL for "HP WMI hotkeys"
[    70.139] (II) AIGLX: Suspending AIGLX clients for VT switch
[   764.806] (II) Open ACPI successful (/var/run/acpid.socket)
[   764.806] (II) AIGLX: Resuming AIGLX clients after VT switch
[   764.808] (II) RADEON(0): EDID vendor "SEC", prod id 16966
[   764.808] (II) RADEON(0): Printing DDC gathered Modelines:
[   764.808] (II) RADEON(0): Modeline "1920x1200"x0.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)
[   764.843] (--) Synaptics Touchpad: touchpad found
[   768.219] (II) RADEON(0): EDID vendor "SEC", prod id 16966
[   768.219] (II) RADEON(0): Printing DDC gathered Modelines:
[   768.219] (II) RADEON(0): Modeline "1920x1200"x0.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)
[   768.246] (II) RADEON(0): EDID vendor "SEC", prod id 16966
[   768.246] (II) RADEON(0): Printing DDC gathered Modelines:
[   768.246] (II) RADEON(0): Modeline "1920x1200"x0.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)
[   768.274] (II) RADEON(0): EDID vendor "SEC", prod id 16966
[   768.274] (II) RADEON(0): Printing DDC gathered Modelines:
[   768.274] (II) RADEON(0): Modeline "1920x1200"x0.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)
[   768.301] (II) RADEON(0): EDID vendor "SEC", prod id 16966
[   768.301] (II) RADEON(0): Printing DDC gathered Modelines:
[   768.301] (II) RADEON(0): Modeline "1920x1200"x0.0  161.63  1920 1968 2000 2208  1200 1202 1208 1220 -hsync -vsync (73.2 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: XKBVARIANT=alt-intl
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Hewlett-Packard

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: XKBVARIANT=alt-intl
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Hewlett-Packard

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=Hewlett-Packard

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: XKBVARIANT=alt-intl
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Hewlett-Packard

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: XKBVARIANT=alt-intl
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Hewlett-Packard
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio4/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-4-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DMI_VENDOR=Hewlett-Packard
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse

P: /devices/platform/i8042/serio4/input/input6/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-4-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input6/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse

P: /devices/platform/pcspkr/input/input5/event5
N: input/event5
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Hewlett-Packard
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input7/event7
N: input/event7
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: XKBVARIANT=alt-intl
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Hewlett-Packard


DRM Information from dmesg:
---------------------------
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
[drm] radeon kernel modesetting enabled.
fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[drm] initializing kernel modesetting (RV410 0x1002:0x5653).
[drm] register mmio base: 0xC8800000
[drm] register mmio size: 65536
[drm] Generation 2 PCI interface, using max accessible memory
[drm] radeon: irq initialized.
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 128bits DDR
[drm] radeon: 128M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] PCIE GART of 512M enabled (table at 0xC0040000).
[drm] radeon: 2 quad pipes, 1 z pipes initialized.
[drm] Loading R400 Microcode
[drm] radeon: ring at 0x00000000A0001000
[drm] ring test succeeded in 1 usecs
[drm] radeon: ib pool ready.
[drm] ib test succeeded in 0 usecs
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   VGA
[drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[drm]   Encoders:
[drm]     CRT1: INTERNAL_DAC1
[drm] Connector 1:
[drm]   LVDS
[drm]   DDC: 0x68 0x68 0x68 0x68 0x68 0x68 0x68 0x68
[drm]   Encoders:
[drm]     LCD1: INTERNAL_LVDS
[drm] Connector 2:
[drm]   S-video
[drm]   Encoders:
[drm]     TV1: INTERNAL_DAC2
[drm] Connector 3:
[drm]   DVI-D
[drm]   HPD1
[drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[drm]   Encoders:
[drm]     DFP1: INTERNAL_TMDS1
[drm] radeon: power management initialized
[drm] fb mappable at 0xC00C0000
[drm] vram apper at 0xC0000000
[drm] size 9216000
[drm] fb depth is 24
[drm]    pitch is 7680
fbcon: radeondrmfb (fb0) is primary device
fb0: radeondrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized radeon 2.7.0 20080528 for 0000:01:00.0 on minor 0


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-0.dmz.7-liquorix-686 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  eterm [x-terminal-emulator]  0.9.5-2rss1 Enlightened Terminal Emulator
ii  libgl1-mesa-dri              7.10-3      A free implementation of the OpenG
ii  libgl1-mesa-glx [libgl1]     7.10-3      A free implementation of the OpenG
ii  libglu1-mesa                 7.10-3      The OpenGL utility library (GLU)
ii  rxvt [x-terminal-emulator]   1:2.6.4-14  VT102 terminal emulator for the X 
ii  rxvt-unicode [x-terminal-emu 9.09-5      RXVT-like terminal emulator with U
ii  wterm [x-terminal-emulator]  6.2.9-8.1   lightweight terminal emulator for 
ii  x11-apps                     7.6+4       X applications
ii  x11-session-utils            7.6+1       X session utilities
ii  x11-utils                    7.6+1       X11 utilities
ii  x11-xfs-utils                7.6+1       X font server utilities
ii  x11-xkb-utils                7.6+2       X11 XKB utilities
ii  x11-xserver-utils            7.6+1       X server utilities
ii  xauth                        1:1.0.5-1   X authentication utility
ii  xfonts-100dpi                1:1.0.3     100 dpi fonts for X
ii  xfonts-75dpi                 1:1.0.3     75 dpi fonts for X
ii  xfonts-base                  1:1.0.3     standard fonts for X
ii  xfonts-scalable              1:1.0.3-1   scalable fonts for X
ii  xfonts-utils                 1:7.6~1     X Window System font utility progr
ii  xinit                        1.3.0-1     X server initialisation tool
ii  xkb-data                     1.8-2       X Keyboard Extension (XKB) configu
ii  xorg-docs-core               1:1.6-1     Core documentation for the X.org X
ii  xserver-xorg                 1:7.6+3     the X.Org X server
ii  xterm [x-terminal-emulator]  268-1       X terminal emulator

xorg recommends no packages.

Versions of packages xorg suggests:
ii  xorg-docs                     1:1.6-1    Miscellaneous documentation for th

Versions of packages xserver-xorg depends on:
ii  libc6                 2.11.2-11          Embedded GNU C Library: Shared lib
ii  x11-xkb-utils         7.6+2              X11 XKB utilities
ii  xkb-data              1.8-2              X Keyboard Extension (XKB) configu
ii  xserver-xorg-core     2:1.9.4-1          Xorg X server - core server
ii  xserver-xorg-input-ac 1:1.4.0-4          X.Org X server -- AceCad input dri
ii  xserver-xorg-input-ai 1:1.3.1-2          X.Org X server -- Aiptek input dri
ii  xserver-xorg-input-al 1:7.6+3            the X.Org X server -- input driver
ii  xserver-xorg-input-el 1:1.2.4-2          X.Org X server -- ELOGraphics inpu
ii  xserver-xorg-input-ev 1:2.6.0-2          X.Org X server -- evdev input driv
ii  xserver-xorg-input-jo 1:1.5.0-7          X.Org X server -- joystick input d
ii  xserver-xorg-input-kb 1:1.5.0-2          X.Org X server -- keyboard input d
ii  xserver-xorg-input-mo 1:1.6.0-2          X.Org X server -- mouse input driv
ii  xserver-xorg-input-pe 1:1.4.1-4          X.Org X server -- Penmount input d
ii  xserver-xorg-input-sy 1.3.0-2            Synaptics TouchPad driver for X.Or
ii  xserver-xorg-input-vm 1:12.6.99.901-2    X.Org X server -- VMMouse input dr
ii  xserver-xorg-input-vo 1:1.3.1-2          X.Org X server -- void input drive
ii  xserver-xorg-input-wa 0.10.10+20110203-1 X.Org X server -- Wacom input driv
ii  xserver-xorg-video-ap 1:1.2.3-2          X.Org X server -- APM display driv
ii  xserver-xorg-video-ar 1:0.7.3-2          X.Org X server -- ark display driv
ii  xserver-xorg-video-at 1:6.13.2-2         X.Org X server -- AMD/ATI display 
ii  xserver-xorg-video-ch 1:1.2.3-3          X.Org X server -- Chips display dr
ii  xserver-xorg-video-ci 1:1.3.2-4          X.Org X server -- Cirrus display d
ii  xserver-xorg-video-fb 1:0.4.2-4          X.Org X server -- fbdev display dr
ii  xserver-xorg-video-i1 1:1.3.4-2          X.Org X server -- i128 display dri
ii  xserver-xorg-video-i7 1:1.3.2-4          X.Org X server -- i740 display dri
ii  xserver-xorg-video-in 2:2.14.0-3         X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-ma 6.8.2-5            X.Org X server -- ATI Mach64 displ
ii  xserver-xorg-video-mg 1:1.4.13.dfsg-2    X.Org X server -- MGA display driv
ii  xserver-xorg-video-ne 1:1.2.5-2          X.Org X server -- Neomagic display
ii  xserver-xorg-video-op 1:0.2.904+svn891-1 X.Org X server -- VIA display driv
ii  xserver-xorg-video-r1 6.8.1-5            X.Org X server -- ATI r128 display
ii  xserver-xorg-video-ra 1:6.13.2-2         X.Org X server -- AMD/ATI Radeon d
ii  xserver-xorg-video-ra 1.3.0-4            X.Org X server -- AMD/ATI r5xx-r7x
ii  xserver-xorg-video-re 1:4.2.4-2          X.Org X server -- Rendition displa
ii  xserver-xorg-video-s3 1:0.6.3-4          X.Org X server -- legacy S3 displa
ii  xserver-xorg-video-s3 1:1.10.4-4         X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video-sa 1:2.3.2-2          X.Org X server -- Savage display d
ii  xserver-xorg-video-si 1:1.7.4-3          X.Org X server -- SiliconMotion di
ii  xserver-xorg-video-si 1:0.10.3-3         X.Org X server -- SiS display driv
ii  xserver-xorg-video-si 1:0.9.4-2          X.Org X server -- SiS USB display 
ii  xserver-xorg-video-td 1:1.4.3-4          X.Org X server -- tdfx display dri
ii  xserver-xorg-video-tr 1:1.3.4-2          X.Org X server -- Trident display 
ii  xserver-xorg-video-ts 1:1.2.4-2          X.Org X server -- Tseng display dr
ii  xserver-xorg-video-v4 1:0.2.0-5          X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video-ve 1:2.3.0-5          X.Org X server -- VESA display dri
ii  xserver-xorg-video-vm 1:11.0.3-2         X.Org X server -- VMware display d
ii  xserver-xorg-video-vo 1:1.2.4-2          X.Org X server -- Voodoo display d

-- debconf information:
  xserver-xorg/config/monitor/use_sync_ranges:
  xserver-xorg/config/device/default-identifier:
  xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
  shared/fontpath/fontserver:
  shared/no_known_x-server:
  shared/multiple_possible_x-servers:



Reply to: