Bug#625805: xserver-xorg-video-radeon: display corruption after suspend-to-RAM on a SONY Z1RCP (ATI Radeon Mobility M6 LY)

Yan Li yanli at gnome.org
Thu May 5 22:41:12 PDT 2011


Package: xserver-xorg-video-radeon
Version: 1:6.14.1-1+b1
Severity: important

On this SONY PCG-Z1RCP laptop (ATI Radeon Mobility M6 LY), the screen
display was corrupted after resume from suspend-to-RAM. The system
seemed running fine because I can see a garbled mouse point moving or
switch to VT, which also showed garbled text, and I can login the VT
and reboot the machine from CLI. It was running the latest
kernel/radeon driver from sid, with KMS enabled (as default).

If I disabled KMS, the machine would totally freeze on resume with a
black screen, worse.

Squeeze's 2.6.32 kernel and radeon driver had identical issue too.

I'm not sure whether this is a bug for radeon driver, maybe there're
something wrong in the kernel. Maybe the radeon kernel module doesn't
(re)set the video mode correctly after resume.

Different to old bug reports:
The most similar one is #533129, same video card, different laptop
brand, nearly identical problem. But the reporter claimed his problem
was gone later.

This bug is different from #586485 (Regression: can't resume after
suspend-to-RAM) because with KMS disabled my machine won't wake up
from resume.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jun  9  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2018824 May  1 18:21 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon Mobility M6 LY [1002:4c59]

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 5127 Mar 13 15:12 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "record"
	Load  "dri"
	Load  "dri2"
	Load  "glx"
	Load  "extmod"
	Load  "dbe"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

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

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "PCIAPERSize"        	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "CustomEDID"         	# [<str>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "ScalerWidth"        	# <i>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ClockGating"        	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# [<bool>]
        #Option     "ConnectorTable"     	# <str>
        #Option     "DefaultConnectorTable" 	# [<bool>]
        #Option     "DefaultTMDSPLL"     	# [<bool>]
        #Option     "TVDACLoadDetect"    	# [<bool>]
        #Option     "ForceTVOut"         	# [<bool>]
        #Option     "TVStandard"         	# <str>
        #Option     "IgnoreLidStatus"    	# [<bool>]
        #Option     "DefaultTVDACAdj"    	# [<bool>]
        #Option     "Int10"              	# [<bool>]
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "ATOMTVOut"          	# [<bool>]
        #Option     "R4xxATOM"           	# [<bool>]
        #Option     "ForceLowPowerMode"  	# [<bool>]
        #Option     "DynamicPM"          	# [<bool>]
        #Option     "NewPLL"             	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M6 LY"
	BusID       "PCI:1:0:0"
EndSection

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


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

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.38-2-686 (Debian 2.6.38-4) (ben at decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-2) ) #1 SMP Sat Apr 23 19:04:20 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 36734 May  6 13:09 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    35.517] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    35.517] X Protocol Version 11, Revision 0
[    35.517] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[    35.517] Current Operating System: Linux ivy 2.6.38-2-686 #1 SMP Sat Apr 23 19:04:20 UTC 2011 i686
[    35.517] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-2-686 root=/dev/mapper/ivyvg-root ro quiet quiet
[    35.517] Build Date: 01 May 2011  10:14:44AM
[    35.517] xorg-server 2:1.10.1-2 (Julien Cristau <jcristau at debian.org>) 
[    35.517] Current version of pixman: 0.16.4
[    35.517] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    35.517] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    35.518] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May  6 13:09:03 2011
[    35.702] (==) Using config file: "/etc/X11/xorg.conf"
[    35.702] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    35.828] (==) ServerLayout "X.org Configured"
[    35.828] (**) |-->Screen "Screen0" (0)
[    35.828] (**) |   |-->Monitor "Monitor0"
[    35.829] (**) |   |-->Device "Card0"
[    35.829] (**) |-->Input Device "Mouse0"
[    35.829] (**) |-->Input Device "Keyboard0"
[    35.829] (==) Automatically adding devices
[    35.829] (==) Automatically enabling devices
[    35.901] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    35.901] 	Entry deleted from font path.
[    35.995] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    35.995] 	Entry deleted from font path.
[    35.995] (**) FontPath set to:
	/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,
	/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
[    35.995] (**) ModulePath set to "/usr/lib/xorg/modules"
[    35.995] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    35.995] (WW) Disabling Mouse0
[    35.995] (WW) Disabling Keyboard0
[    35.995] (II) Loader magic: 0x8232ac0
[    35.995] (II) Module ABI versions:
[    35.995] 	X.Org ANSI C Emulation: 0.4
[    35.995] 	X.Org Video Driver: 10.0
[    35.995] 	X.Org XInput driver : 12.2
[    35.995] 	X.Org Server Extension : 5.0
[    35.997] (--) PCI:*(0:1:0:0) 1002:4c59:104d:8140 rev 0, Mem @ 0xd8000000/134217728, 0xd0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    35.998] (II) Open ACPI successful (/var/run/acpid.socket)
[    35.998] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    35.998] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    35.998] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    35.998] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    35.998] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    35.998] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    35.998] (II) LoadModule: "record"
[    36.047] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    36.068] (II) Module record: vendor="X.Org Foundation"
[    36.068] 	compiled for 1.10.1, module version = 1.13.0
[    36.068] 	Module class: X.Org Server Extension
[    36.069] 	ABI class: X.Org Server Extension, version 5.0
[    36.069] (II) Loading extension RECORD
[    36.069] (II) LoadModule: "dri"
[    36.069] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    36.093] (II) Module dri: vendor="X.Org Foundation"
[    36.093] 	compiled for 1.10.1, module version = 1.0.0
[    36.093] 	ABI class: X.Org Server Extension, version 5.0
[    36.093] (II) Loading extension XFree86-DRI
[    36.093] (II) LoadModule: "dri2"
[    36.093] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    36.107] (II) Module dri2: vendor="X.Org Foundation"
[    36.107] 	compiled for 1.10.1, module version = 1.2.0
[    36.107] 	ABI class: X.Org Server Extension, version 5.0
[    36.107] (II) Loading extension DRI2
[    36.107] (II) LoadModule: "glx"
[    36.107] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    36.285] (II) Module glx: vendor="X.Org Foundation"
[    36.285] 	compiled for 1.10.1, module version = 1.0.0
[    36.285] 	ABI class: X.Org Server Extension, version 5.0
[    36.285] (==) AIGLX enabled
[    36.285] (II) Loading extension GLX
[    36.299] (II) LoadModule: "extmod"
[    36.299] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    36.332] (II) Module extmod: vendor="X.Org Foundation"
[    36.332] 	compiled for 1.10.1, module version = 1.0.0
[    36.332] 	Module class: X.Org Server Extension
[    36.332] 	ABI class: X.Org Server Extension, version 5.0
[    36.333] (II) Loading extension SELinux
[    36.333] (II) Loading extension MIT-SCREEN-SAVER
[    36.333] (II) Loading extension XFree86-VidModeExtension
[    36.333] (II) Loading extension XFree86-DGA
[    36.333] (II) Loading extension DPMS
[    36.333] (II) Loading extension XVideo
[    36.333] (II) Loading extension XVideo-MotionCompensation
[    36.333] (II) Loading extension X-Resource
[    36.333] (II) LoadModule: "dbe"
[    36.333] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    36.355] (II) Module dbe: vendor="X.Org Foundation"
[    36.355] 	compiled for 1.10.1, module version = 1.0.0
[    36.355] 	Module class: X.Org Server Extension
[    36.355] 	ABI class: X.Org Server Extension, version 5.0
[    36.355] (II) Loading extension DOUBLE-BUFFER
[    36.355] (II) LoadModule: "radeon"
[    36.382] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    36.667] (II) Module radeon: vendor="X.Org Foundation"
[    36.668] 	compiled for 1.10.1, module version = 6.14.1
[    36.668] 	Module class: X.Org Video Driver
[    36.668] 	ABI class: X.Org Video Driver, version 10.0
[    36.697] (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 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 4250, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6250 Graphics, 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, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS
[    36.709] (++) using VT number 7

[    36.719] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    36.719] (II) [KMS] Kernel modesetting enabled.
[    36.742] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    36.742] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    36.742] (==) RADEON(0): Default visual is TrueColor
[    36.742] (==) RADEON(0): RGB weight 888
[    36.742] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    36.742] (--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID = 0x4c59)
[    36.742] (II) RADEON(0): AGP card detected
[    36.742] drmOpenDevice: node name is /dev/dri/card0
[    36.742] drmOpenDevice: open result is 9, (OK)
[    36.742] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    36.742] drmOpenDevice: node name is /dev/dri/card0
[    36.742] drmOpenDevice: open result is 9, (OK)
[    36.742] drmOpenByBusid: drmOpenMinor returns 9
[    36.742] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    36.742] (II) Loading sub module "exa"
[    36.742] (II) LoadModule: "exa"
[    36.743] (II) Loading /usr/lib/xorg/modules/libexa.so
[    36.766] (II) Module exa: vendor="X.Org Foundation"
[    36.766] 	compiled for 1.10.1, module version = 2.5.0
[    36.766] 	ABI class: X.Org Video Driver, version 10.0
[    36.766] (II) RADEON(0): KMS Color Tiling: disabled
[    36.766] (II) RADEON(0): KMS Pageflipping: enabled
[    36.766] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    36.809] (II) RADEON(0): Output VGA-0 using monitor section Monitor0
[    36.813] (II) RADEON(0): Output DVI-0 has no monitor section
[    36.813] (II) RADEON(0): Output LVDS has no monitor section
[    36.856] (II) RADEON(0): EDID for output VGA-0
[    36.860] (II) RADEON(0): EDID for output DVI-0
[    36.861] (II) RADEON(0): EDID for output LVDS
[    36.861] (II) RADEON(0): Printing probed modes for output LVDS
[    36.861] (II) RADEON(0): Modeline "1400x1050"x60.2  108.00  1400 34208 34320 1688  1050 1052 1055 1063 (64.0 kHz)
[    36.861] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    36.861] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[    36.861] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[    36.861] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[    36.861] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[    36.861] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[    36.861] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    36.861] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    36.861] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    36.861] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    36.861] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    36.861] (II) RADEON(0): Output VGA-0 disconnected
[    36.861] (II) RADEON(0): Output DVI-0 disconnected
[    36.861] (II) RADEON(0): Output LVDS connected
[    36.861] (II) RADEON(0): Using exact sizes for initial modes
[    36.861] (II) RADEON(0): Output LVDS using initial mode 1400x1050
[    36.861] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    36.861] (II) RADEON(0): mem size init: gart size :fdff000 vram size: s:1000000 visible:e57000
[    36.861] (II) RADEON(0): EXA: Driver will not allow EXA pixmaps in VRAM
[    36.861] (==) RADEON(0): DPI set to (96, 96)
[    36.861] (II) Loading sub module "fb"
[    36.861] (II) LoadModule: "fb"
[    36.862] (II) Loading /usr/lib/xorg/modules/libfb.so
[    36.890] (II) Module fb: vendor="X.Org Foundation"
[    36.890] 	compiled for 1.10.1, module version = 1.0.0
[    36.890] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    36.890] (II) Loading sub module "ramdac"
[    36.890] (II) LoadModule: "ramdac"
[    36.890] (II) Module "ramdac" already built-in
[    36.890] (--) Depth 24 pixmap format is 32 bpp
[    36.890] (II) RADEON(0): [DRI2] Setup complete
[    36.890] (II) RADEON(0): [DRI2]   DRI driver: radeon
[    36.890] (II) RADEON(0): Front buffer size: 5776K
[    36.890] (II) RADEON(0): VRAM usage limit set to 8017K
[    37.084] (==) RADEON(0): Backing store disabled
[    37.084] (II) RADEON(0): Direct rendering enabled
[    37.139] (II) RADEON(0): Render acceleration enabled for R100 type cards.
[    37.139] (II) RADEON(0): Setting EXA maxPitchBytes
[    37.139] (II) EXA(0): Driver allocated offscreen pixmaps
[    37.139] (II) EXA(0): Driver registered support for the following operations:
[    37.139] (II)         Solid
[    37.139] (II)         Copy
[    37.139] (II)         Composite (RENDER acceleration)
[    37.139] (II)         UploadToScreen
[    37.139] (II)         DownloadFromScreen
[    37.166] (II) RADEON(0): Acceleration enabled
[    37.167] (==) RADEON(0): DPMS enabled
[    37.167] (==) RADEON(0): Silken mouse enabled
[    37.233] (II) RADEON(0): Set up textured video
[    37.233] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    37.234] (--) RandR disabled
[    37.234] (II) Initializing built-in extension Generic Event Extension
[    37.234] (II) Initializing built-in extension SHAPE
[    37.234] (II) Initializing built-in extension MIT-SHM
[    37.234] (II) Initializing built-in extension XInputExtension
[    37.234] (II) Initializing built-in extension XTEST
[    37.234] (II) Initializing built-in extension BIG-REQUESTS
[    37.234] (II) Initializing built-in extension SYNC
[    37.234] (II) Initializing built-in extension XKEYBOARD
[    37.234] (II) Initializing built-in extension XC-MISC
[    37.234] (II) Initializing built-in extension SECURITY
[    37.234] (II) Initializing built-in extension XINERAMA
[    37.234] (II) Initializing built-in extension XFIXES
[    37.234] (II) Initializing built-in extension RENDER
[    37.234] (II) Initializing built-in extension RANDR
[    37.234] (II) Initializing built-in extension COMPOSITE
[    37.234] (II) Initializing built-in extension DAMAGE
[    37.238] (II) SELinux: Disabled on system
[    37.657] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    37.657] (II) AIGLX: enabled GLX_INTEL_swap_event
[    37.657] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    37.657] (II) AIGLX: enabled GLX_SGI_make_current_read
[    37.657] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    37.658] (II) AIGLX: Loaded and initialized /usr/lib/dri/radeon_dri.so
[    37.658] (II) GLX: Initialized DRI2 GL provider for screen 0
[    37.661] (II) RADEON(0): Setting screen physical size to 370 x 277
[    39.279] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event4)
[    39.279] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[    39.279] (II) LoadModule: "evdev"
[    39.306] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.328] (II) Module evdev: vendor="X.Org Foundation"
[    39.328] 	compiled for 1.10.1, module version = 2.6.0
[    39.329] 	Module class: X.Org XInput Driver
[    39.329] 	ABI class: X.Org XInput driver, version 12.2
[    39.329] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
[    39.329] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.329] (**) Sony Vaio Keys: always reports core events
[    39.329] (**) Sony Vaio Keys: Device: "/dev/input/event4"
[    39.329] (--) Sony Vaio Keys: Found keys
[    39.329] (II) Sony Vaio Keys: Configuring as keyboard
[    39.329] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0b/SNY6001:00/input/input4/event4"
[    39.329] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
[    39.329] (**) Option "xkb_rules" "evdev"
[    39.329] (**) Option "xkb_model" "pc105"
[    39.329] (**) Option "xkb_layout" "us"
[    39.330] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    39.330] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    39.330] (II) Using input driver 'evdev' for 'Power Button'
[    39.331] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.331] (**) Power Button: always reports core events
[    39.331] (**) Power Button: Device: "/dev/input/event3"
[    39.331] (--) Power Button: Found keys
[    39.331] (II) Power Button: Configuring as keyboard
[    39.331] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    39.331] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    39.331] (**) Option "xkb_rules" "evdev"
[    39.331] (**) Option "xkb_model" "pc105"
[    39.331] (**) Option "xkb_layout" "us"
[    39.331] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    39.331] (II) No input driver/identifier specified (ignoring)
[    39.334] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event1)
[    39.334] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[    39.334] (II) Using input driver 'evdev' for 'Logitech Optical USB Mouse'
[    39.334] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.334] (**) Logitech Optical USB Mouse: always reports core events
[    39.334] (**) Logitech Optical USB Mouse: Device: "/dev/input/event1"
[    39.334] (--) Logitech Optical USB Mouse: Found 3 mouse buttons
[    39.334] (--) Logitech Optical USB Mouse: Found scroll wheel(s)
[    39.334] (--) Logitech Optical USB Mouse: Found relative axes
[    39.334] (--) Logitech Optical USB Mouse: Found x and y relative axes
[    39.334] (II) Logitech Optical USB Mouse: Configuring as mouse
[    39.334] (II) Logitech Optical USB Mouse: Adding scrollwheel support
[    39.334] (**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[    39.334] (**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    39.334] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/event1"
[    39.334] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
[    39.334] (II) Logitech Optical USB Mouse: initialized for relative axes.
[    39.335] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[    39.335] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[    39.335] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[    39.335] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[    39.335] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse0)
[    39.335] (II) No input driver/identifier specified (ignoring)
[    39.343] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    39.343] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    39.343] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    39.343] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.347] (**) AT Translated Set 2 keyboard: always reports core events
[    39.347] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    39.347] (--) AT Translated Set 2 keyboard: Found keys
[    39.347] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    39.347] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    39.347] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    39.347] (**) Option "xkb_rules" "evdev"
[    39.347] (**) Option "xkb_model" "pc105"
[    39.347] (**) Option "xkb_layout" "us"
[    39.348] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
[    39.348] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[    39.348] (II) Using input driver 'evdev' for 'PS/2 Mouse'
[    39.348] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.349] (**) PS/2 Mouse: always reports core events
[    39.349] (**) PS/2 Mouse: Device: "/dev/input/event7"
[    39.349] (--) PS/2 Mouse: Found 3 mouse buttons
[    39.349] (--) PS/2 Mouse: Found relative axes
[    39.349] (--) PS/2 Mouse: Found x and y relative axes
[    39.349] (II) PS/2 Mouse: Configuring as mouse
[    39.349] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
[    39.349] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    39.349] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[    39.349] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
[    39.349] (II) PS/2 Mouse: initialized for relative axes.
[    39.349] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[    39.349] (**) PS/2 Mouse: (accel) acceleration profile 0
[    39.349] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[    39.349] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[    39.349] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse2)
[    39.349] (II) No input driver/identifier specified (ignoring)
[    39.350] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
[    39.350] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    39.350] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    39.350] (II) LoadModule: "synaptics"
[    39.350] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    39.373] (II) Module synaptics: vendor="X.Org Foundation"
[    39.373] 	compiled for 1.10.1, module version = 1.4.0
[    39.373] 	Module class: X.Org XInput Driver
[    39.373] 	ABI class: X.Org XInput driver, version 12.2
[    39.373] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    39.373] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    39.373] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    39.373] (**) Option "Device" "/dev/input/event8"
[    39.373] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[    39.373] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[    39.373] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    39.373] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[    39.373] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[    39.373] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[    39.373] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    39.373] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[    39.373] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
[    39.373] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    39.373] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[    39.373] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[    39.373] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    39.374] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    39.374] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    39.374] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    39.374] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[    39.374] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse3)
[    39.374] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    39.374] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    39.374] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    39.374] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    39.374] (**) Option "Device" "/dev/input/mouse3"
[    39.374] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range.  defaulting to 1615 - 5685
[    39.374] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range.  defaulting to 1729 - 4171
[    39.374] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range.  defaulting to 0 - 256
[    39.374] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[    39.395] (EE) Query no Synaptics: 6003C8
[    39.395] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
[    39.395] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
[    39.395] (EE) PreInit returned 11 for "AlpsPS/2 ALPS GlidePoint"
[    39.395] (II) UnloadModule: "synaptics"
[    39.395] (II) Unloading synaptics
[    39.395] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    39.395] (II) No input driver/identifier specified (ignoring)
[    39.398] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event5)
[    39.398] (II) No input driver/identifier specified (ignoring)
[    39.399] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
[    39.399] (II) No input driver/identifier specified (ignoring)
[    39.399] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event9)
[    39.399] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    39.399] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    39.399] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.399] (**) ACPI Virtual Keyboard Device: always reports core events
[    39.399] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event9"
[    39.399] (--) ACPI Virtual Keyboard Device: Found keys
[    39.399] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[    39.399] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[    39.399] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[    39.399] (**) Option "xkb_rules" "evdev"
[    39.399] (**) Option "xkb_model" "pc105"
[    39.399] (**) Option "xkb_layout" "us"

udev information:
-----------------
P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0b/SNY6001:00/input/input4/event4
N: input/event4
S: char/13:68
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0b/SNY6001: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: DEVLINKS=/dev/char/13:68
E: DMI_VENDOR=Sony Corporation

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C: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: DEVLINKS=/dev/char/13:67
E: DMI_VENDOR=Sony Corporation

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
N: input/event2
S: char/13:66
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=Sony Corporation
E: DEVLINKS=/dev/char/13:66

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/event1
N: input/event1
S: char/13:65
S: input/by-id/usb-Logitech_Optical_USB_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Optical_USB_Mouse
E: ID_MODEL_ENC=Optical\x20USB\x20Mouse
E: ID_MODEL_ID=c016
E: ID_REVISION=0340
E: ID_SERIAL=Logitech_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0
E: DEVLINKS=/dev/char/13:65 /dev/input/by-id/usb-Logitech_Optical_USB_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/mouse0
N: input/mouse0
S: char/13:32
S: input/by-id/usb-Logitech_Optical_USB_Mouse-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input1/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Optical_USB_Mouse
E: ID_MODEL_ENC=Optical\x20USB\x20Mouse
E: ID_MODEL_ID=c016
E: ID_REVISION=0340
E: ID_SERIAL=Logitech_Optical_USB_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0
E: DEVLINKS=/dev/char/13:32 /dev/input/by-id/usb-Logitech_Optical_USB_Mouse-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-mouse

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
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: DEVLINKS=/dev/char/13:64 /dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=Sony Corporation

P: /devices/platform/i8042/serio1/input/input7/event7
N: input/event7
S: char/13:71
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DMI_VENDOR=Sony Corporation
E: DEVLINKS=/dev/char/13:71 /dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input7/mouse2
N: input/mouse2
S: char/13:34
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/mouse2
E: MAJOR=13
E: MINOR=34
E: DEVNAME=/dev/input/mouse2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/char/13:34 /dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/i8042/serio1/input/input8/event8
N: input/event8
S: char/13:72
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DMI_VENDOR=Sony Corporation
E: DEVLINKS=/dev/char/13:72 /dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input8/mouse3
N: input/mouse3
S: char/13:35
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/mouse3
E: MAJOR=13
E: MINOR=35
E: DEVNAME=/dev/input/mouse3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/char/13:35 /dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/pcspkr/input/input6/event6
N: input/event6
S: char/13:70
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Sony Corporation
E: DEVLINKS=/dev/char/13:70 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input5/event5
N: input/event5
S: char/13:69
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=Sony Corporation
E: DEVLINKS=/dev/char/13:69

P: /devices/virtual/input/input5/mouse1
N: input/mouse1
S: char/13:33
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input5/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DEVLINKS=/dev/char/13:33

P: /devices/virtual/input/input9/event9
N: input/event9
S: char/13:73
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:73
E: DMI_VENDOR=Sony Corporation


DRM Information from dmesg:
---------------------------
[    0.037298] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.981822] Linux agpgart interface v0.103
[    0.981983] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[    0.995656] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[   19.840711] [drm] Initialized drm 1.1.0 20060810
[   20.370288] [drm] radeon kernel modesetting enabled.
[   20.379665] [drm] initializing kernel modesetting (RV100 0x1002:0x4C59).
[   20.379722] [drm] register mmio base: 0xD0100000
[   20.379725] [drm] register mmio size: 65536
[   20.383489] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[   20.383509] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[   20.383551] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[   20.383601] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   20.383604] [drm] Driver supports precise vblank timestamp query.
[   20.383626] [drm] radeon: irq initialized.
[   20.386109] [drm] Detected VRAM RAM=128M, BAR=128M
[   20.386114] [drm] RAM width 32bits DDR
[   20.386215] [drm] radeon: 16M of VRAM memory ready
[   20.386219] [drm] radeon: 256M of GTT memory ready.
[   20.407828] [drm] Loading R100 Microcode
[   20.833863] [drm] radeon: ring at 0x00000000E0001000
[   20.833887] [drm] ring test succeeded in 1 usecs
[   20.834170] [drm] radeon: ib pool ready.
[   20.834302] [drm] ib test succeeded in 0 usecs
[   20.834656] [drm] Panel ID String: Samsung LTN150P1-L02    
[   20.834660] [drm] Panel Size 1400x1050
[   20.834712] [drm] Radeon Display Connectors
[   20.834715] [drm] Connector 0:
[   20.834717] [drm]   VGA
[   20.834721] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   20.834724] [drm]   Encoders:
[   20.834726] [drm]     CRT1: INTERNAL_DAC1
[   20.834729] [drm] Connector 1:
[   20.834731] [drm]   DVI-D
[   20.834733] [drm]   HPD1
[   20.834737] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[   20.834739] [drm]   Encoders:
[   20.834741] [drm]     DFP1: INTERNAL_TMDS1
[   20.834744] [drm] Connector 2:
[   20.834746] [drm]   LVDS
[   20.834748] [drm]   Encoders:
[   20.834750] [drm]     LCD1: INTERNAL_LVDS
[   20.913020] [drm] fb mappable at 0xD8040000
[   20.913024] [drm] vram apper at 0xD8000000
[   20.913027] [drm] size 1478656
[   20.913029] [drm] fb depth is 8
[   20.913031] [drm]    pitch is 1408
[   20.998830] fb0: radeondrmfb frame buffer device
[   20.998833] drm: registered panic notifier
[   20.998849] [drm] Initialized radeon 2.8.0 20080528 for 0000:01:00.0 on minor 0


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-radeon depends on:
ii  libc6                  2.11.2-10         Embedded GNU C Library: Shared lib
ii  libdrm-radeon1         2.4.21-1~squeeze3 Userspace interface to radeon-spec
ii  libdrm2                2.4.21-1~squeeze3 Userspace interface to kernel DRM 
ii  libpciaccess0          0.12.0-1          Generic PCI access library for X
ii  libpixman-1-0          0.16.4-1          pixel-manipulation library for X a
ii  libudev0               164-3             libudev shared library
ii  xserver-xorg-core [xor 2:1.10.1-2        Xorg X server - core server

xserver-xorg-video-radeon recommends no packages.

Versions of packages xserver-xorg-video-radeon suggests:
pn  firmware-linux                <none>     (no description available)

-- no debconf information





More information about the xorg-driver-ati mailing list