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

Bug#632549: Xephyr asserts and aborts during startup



On Sun, Jul 03, 2011 at 03:54:45PM +0200, Cyril Brulebois wrote:
> Hi,

Thanks for the quick reply :)

> Mohammed Sameer <msameer@foolab.org> (03/07/2011):
> > Package: xserver-xephyr
> > Version: 2:1.10.2-1+wheezy1
> > Severity: grave
> > File: /usr/bin/Xephyr
> 
> just to make sure, what happens with 2:1.10.2-2?

Just installed it and I'm getting the same crash.


> > Not much to say:
> > $ Xephyr :2
> > Xephyr: ../../../../include/privates.h:116: dixGetPrivateAddr: Assertion `key->initialized' failed.
> > Aborted
> 
> I assume you're starting that from your X session, with no change to $DISPLAY?

Yes. That's true

> I can't replicate it. Can you attach the X bug script output?
>   http://pkg-xorg.alioth.debian.org/howto/report-bugs.html

Sure. Attached.

Do you think it might be related to https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-savage/+bug/635362 ?

Is there a dbg package somewhere ? I can then do some debugging.

Cheers,

-- 
GPG-Key: 0xA3FD0DF7 - 9F73 032E EAC9 F7AD 951F  280E CB66 8E29 A3FD 0DF7
Debian User and Developer.
Homepage: www.foolab.org
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Sep  3  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2018888 Jun 19 03:46 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon Mobility X1400 [1002:7145]

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 6042 May  6 21:49 /etc/X11/xorg.conf

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

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

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "USB Mouse"
EndSection

Section "Files"

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

Section "Module"

#	Load	"glx"
	Load  "bitmap"
#	Load	"dbe"
	Load  "ddc"
#	Disable	"dri"
	Load  "extmod"
#	Load	"freetype"
	Load  "int10"
	Load  "record"
#	Load	"type1"
	Load  "vbe"
	Load  "synaptics"
EndSection

Section "ServerFlags"
#	Option	    "AIGLX" "False"
#Option "UseDefaultFontPath" "False"
       Option "DontZap"  "false"
#       Option "HandleSpecialKeys" "Always"
EndSection

Section "InputDevice"
#	Driver		"keyboard"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us,ar,fi"
        Option      "XKbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"

#	Driver		"mouse"
	Identifier  "Configured Mouse"
	Driver      "synaptics"
	Option	    "CorePointer"
#	Option		"Device"		"/dev/input/mice"
#	Option		"Protocol"		"ImPS/2"
#	Option		"ZAxisMapping"		"4 5"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "LeftEdge" "1700"
	Option	    "RightEdge" "5300"
	Option	    "TopEdge" "1700"
	Option	    "BottomEdge" "4200"
	Option	    "FingerLow" "25"
	Option	    "FingerHigh" "30"
	Option	    "MaxTapTime" "180"
	Option	    "MaxTapMove" "100" # was 220
	Option	    "VertScrollDelta" "100"
#	Option	    "MinSpeed" "0.06"
#	Option	    "MaxSpeed" "0.12"
#	Option	    "AccelFactor" "0.0010"
	Option	    "SHMConfig" "on"
        Option      "TapButton1"            "1"
        Option      "TapButton2"            "2"
        Option      "TapButton3"            "3"
	Option      "VertEdgeScroll"                 "true"
	Option      "HorizEdgeScroll"                 "true"
EndSection

Section "InputDevice"
	Identifier  "USB Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "IMPS/2"
	Option	    "Emulate3Buttons" "false"
	Option	    "ZAxisMapping" "4 5"
	Option	    "SendCoreEvents" "true"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    30.0 - 60.0
	VertRefresh  40.0 - 95.0
	Option	    "DPMS"
#	DisplaySize	433 347
#        DisplaySize 1024 768
EndSection

Section "Device"

#	Driver		"i810"
#	Driver		"nvidia"
#	Option "NvAGP" "1" # was 1
#	Option "BusID" "0000:00:02.1"
#Option "Clone" "true"
##Option "MonitorLayout" "CRT,LFP"
#Option "FlipPrimary" "true"
##Option "DevicePresence" "true"
#Option "Display" "BIOS"
# Option "TwinView" "true"
# Option "TwinViewOrientation" "Clone"
#Option "MetaModes" "1280x800,800x600"
## Option "RenderAccel" "Off"
#       Option "no_accel" "true"
#       Option "no_dri" "true"
	Identifier  "Generic Video Card"
	Driver      "radeon"
##	Driver      "intel"
##	Driver      "fglrx"
##	Option	    "IgnoreEDID" "On"
##	Option	    "NoDDC" "On"
##Option "XAANoOffscreenPixmaps"
##	Option	    "TexturedVideo" "True"
##	Option	    "XAANoOffscreenPixmaps" "true"
##	Option	    "EnableMonitor" "lcd"
##	BusID       "PCI:1:0:0"
EndSection

Section "Screen"

	DefaultDepth	24
	Identifier "Default Screen"
	Device     "Generic Video Card"
	Monitor    "Generic Monitor"
####	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1600x1200" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1600x1200" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1600x1200" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1600x1200" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
#	ViewPort 0 0
#Virtual 1024 768
#"1024x640"
# "1200x800"
# "1600x1200" "1024x768" "800x600" "640x480"
		Depth     16
#		Modes    "1280x800"
		Modes    "1024x768"
	EndSubSection
	SubSection "Display"

#"1200x800"
#"1024x768"
#"1024x600" "1024x768" "1280x1024" "1280x800" "1024x640"
# "1600x1200" "1024x768" "800x600" "640x480"
		Depth     24
#		Modes    "1280x800" "1024x768"
		Modes     "1024x768"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
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 nomodeset
  options radeon modeset=0

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.39-2-686-pae (Debian 2.6.39-2) (ben@decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Wed Jun 8 11:33:14 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 114847 Jul  3 15:46 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   113.610] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[   113.610] X Protocol Version 11, Revision 0
[   113.610] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[   113.610] Current Operating System: Linux vader 2.6.39-2-686-pae #1 SMP Wed Jun 8 11:33:14 UTC 2011 i686
[   113.611] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-2-686-pae root=UUID=376f46cb-0215-4ab7-adc5-437ff189fc36 ro quiet
[   113.611] Build Date: 19 June 2011  12:41:25AM
[   113.611] xorg-server 2:1.10.2-1+wheezy1 (Cyril Brulebois <kibi@debian.org>) 
[   113.611] Current version of pixman: 0.21.8
[   113.611] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   113.612] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   113.613] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 30 20:46:21 2011
[   113.682] (==) Using config file: "/etc/X11/xorg.conf"
[   113.683] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   113.722] (==) ServerLayout "Default Layout"
[   113.722] (**) |-->Screen "Default Screen" (0)
[   113.722] (**) |   |-->Monitor "Generic Monitor"
[   113.722] (**) |   |-->Device "Generic Video Card"
[   113.722] (**) |-->Input Device "Generic Keyboard"
[   113.722] (**) |-->Input Device "Configured Mouse"
[   113.722] (**) |-->Input Device "USB Mouse"
[   113.722] (**) Option "DontZap" "false"
[   113.722] (==) Automatically adding devices
[   113.722] (==) Automatically enabling devices
[   113.836] (WW) The directory "/usr/lib/X11/fonts/misc" does not exist.
[   113.836] 	Entry deleted from font path.
[   113.836] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   113.836] 	Entry deleted from font path.
[   113.836] (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
[   113.836] 	Entry deleted from font path.
[   113.836] (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
[   113.836] 	Entry deleted from font path.
[   113.836] (WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
[   113.836] 	Entry deleted from font path.
[   113.845] (WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
[   113.845] 	Entry deleted from font path.
[   113.845] (WW) The directory "/usr/share/fonts/X11/CID" does not exist.
[   113.845] 	Entry deleted from font path.
[   113.845] (WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
[   113.845] 	Entry deleted from font path.
[   113.845] (WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
[   113.845] 	Entry deleted from font path.
[   113.878] (WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
[   113.878] 	Entry deleted from font path.
[   113.908] (WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
[   113.908] 	Entry deleted from font path.
[   113.908] (WW) The directory "/usr/share/fonts/truetype/msttcorefonts" does not exist.
[   113.908] 	Entry deleted from font path.
[   113.908] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   113.908] 	Entry deleted from font path.
[   113.923] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[   113.923] 	Entry deleted from font path.
[   113.923] (**) FontPath set to:
	unix/:7100,
	/usr/share/fonts/arabeyes,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/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,
	built-ins
[   113.923] (==) ModulePath set to "/usr/lib/xorg/modules"
[   113.923] (WW) Duplicate core pointer devices.  Removing core pointer attribute from "USB Mouse"
[   113.923] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   113.923] (WW) Disabling Generic Keyboard
[   113.923] (WW) Disabling USB Mouse
[   113.923] (II) Loader magic: 0x8232ae0
[   113.923] (II) Module ABI versions:
[   113.923] 	X.Org ANSI C Emulation: 0.4
[   113.923] 	X.Org Video Driver: 10.0
[   113.923] 	X.Org XInput driver : 12.2
[   113.923] 	X.Org Server Extension : 5.0
[   113.924] (--) PCI:*(0:1:0:0) 1002:7145:17aa:2006 rev 0, Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[   113.924] (II) Open ACPI successful (/var/run/acpid.socket)
[   113.924] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   113.924] (II) "dbe" will be loaded by default.
[   113.924] (II) "glx" will be loaded by default.
[   113.924] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   113.924] (II) "dri" will be loaded by default.
[   113.924] (II) "dri2" will be loaded by default.
[   113.924] (II) LoadModule: "ddc"
[   113.924] (II) Module "ddc" already built-in
[   113.924] (II) LoadModule: "extmod"
[   113.956] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   114.049] (II) Module extmod: vendor="X.Org Foundation"
[   114.049] 	compiled for 1.10.2, module version = 1.0.0
[   114.049] 	Module class: X.Org Server Extension
[   114.049] 	ABI class: X.Org Server Extension, version 5.0
[   114.049] (II) Loading extension SELinux
[   114.049] (II) Loading extension MIT-SCREEN-SAVER
[   114.049] (II) Loading extension XFree86-VidModeExtension
[   114.049] (II) Loading extension XFree86-DGA
[   114.049] (II) Loading extension DPMS
[   114.049] (II) Loading extension XVideo
[   114.054] (II) Loading extension XVideo-MotionCompensation
[   114.054] (II) Loading extension X-Resource
[   114.054] (II) LoadModule: "int10"
[   114.061] (II) Loading /usr/lib/xorg/modules/libint10.so
[   114.095] (II) Module int10: vendor="X.Org Foundation"
[   114.095] 	compiled for 1.10.2, module version = 1.0.0
[   114.095] 	ABI class: X.Org Video Driver, version 10.0
[   114.095] (II) LoadModule: "record"
[   114.095] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   114.104] (II) Module record: vendor="X.Org Foundation"
[   114.104] 	compiled for 1.10.2, module version = 1.13.0
[   114.104] 	Module class: X.Org Server Extension
[   114.104] 	ABI class: X.Org Server Extension, version 5.0
[   114.104] (II) Loading extension RECORD
[   114.104] (II) LoadModule: "vbe"
[   114.149] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   114.165] (II) Module vbe: vendor="X.Org Foundation"
[   114.165] 	compiled for 1.10.2, module version = 1.1.0
[   114.165] 	ABI class: X.Org Video Driver, version 10.0
[   114.165] (II) LoadModule: "synaptics"
[   114.166] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   114.182] (II) Module synaptics: vendor="X.Org Foundation"
[   114.182] 	compiled for 1.10.1, module version = 1.4.0
[   114.182] 	Module class: X.Org XInput Driver
[   114.182] 	ABI class: X.Org XInput driver, version 12.2
[   114.182] (II) LoadModule: "dbe"
[   114.182] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   114.204] (II) Module dbe: vendor="X.Org Foundation"
[   114.204] 	compiled for 1.10.2, module version = 1.0.0
[   114.204] 	Module class: X.Org Server Extension
[   114.204] 	ABI class: X.Org Server Extension, version 5.0
[   114.204] (II) Loading extension DOUBLE-BUFFER
[   114.204] (II) LoadModule: "glx"
[   114.204] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   114.239] (II) Module glx: vendor="X.Org Foundation"
[   114.239] 	compiled for 1.10.2, module version = 1.0.0
[   114.239] 	ABI class: X.Org Server Extension, version 5.0
[   114.239] (==) AIGLX enabled
[   114.239] (II) Loading extension GLX
[   114.239] (II) LoadModule: "dri"
[   114.239] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   114.313] (II) Module dri: vendor="X.Org Foundation"
[   114.313] 	compiled for 1.10.2, module version = 1.0.0
[   114.313] 	ABI class: X.Org Server Extension, version 5.0
[   114.313] (II) Loading extension XFree86-DRI
[   114.313] (II) LoadModule: "dri2"
[   114.313] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   114.313] (II) Module dri2: vendor="X.Org Foundation"
[   114.313] 	compiled for 1.10.2, module version = 1.2.0
[   114.313] 	ABI class: X.Org Server Extension, version 5.0
[   114.313] (II) Loading extension DRI2
[   114.313] (II) LoadModule: "radeon"
[   114.313] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   114.466] (II) Module radeon: vendor="X.Org Foundation"
[   114.466] 	compiled for 1.10.1, module version = 6.14.2
[   114.466] 	Module class: X.Org Video Driver
[   114.466] 	ABI class: X.Org Video Driver, version 10.0
[   114.476] (II) LoadModule: "synaptics"
[   114.476] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   114.476] (II) Module synaptics: vendor="X.Org Foundation"
[   114.476] 	compiled for 1.10.1, module version = 1.4.0
[   114.476] 	Module class: X.Org XInput Driver
[   114.476] 	ABI class: X.Org XInput driver, version 12.2
[   114.476] (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, AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series 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 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 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 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, 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,
	AMD Radeon HD 6700 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
[   114.480] (--) using VT number 7

[   114.485] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   114.485] (II) [KMS] drm report modesetting isn't supported.
[   114.485] (II) RADEON(0): TOTO SAYS 00000000ee100000
[   114.485] (II) RADEON(0): MMIO registers at 0x00000000ee100000: size 64KB
[   114.485] (II) RADEON(0): PCI bus 1 card 0 func 0
[   114.485] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   114.485] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   114.490] (==) RADEON(0): Default visual is TrueColor
[   114.490] (II) Loading sub module "vgahw"
[   114.490] (II) LoadModule: "vgahw"
[   114.491] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   114.519] (II) Module vgahw: vendor="X.Org Foundation"
[   114.519] 	compiled for 1.10.2, module version = 0.1.0
[   114.519] 	ABI class: X.Org Video Driver, version 10.0
[   114.519] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
[   114.519] (==) RADEON(0): RGB weight 888
[   114.519] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   114.519] (--) RADEON(0): Chipset: "ATI Mobility Radeon X1400" (ChipID = 0x7145)
[   114.519] (--) RADEON(0): Linear framebuffer at 0x00000000d8000000
[   114.519] (II) RADEON(0): PCIE card detected
[   114.519] (II) Loading sub module "int10"
[   114.519] (II) LoadModule: "int10"
[   114.519] (II) Loading /usr/lib/xorg/modules/libint10.so
[   114.519] (II) Module int10: vendor="X.Org Foundation"
[   114.519] 	compiled for 1.10.2, module version = 1.0.0
[   114.519] 	ABI class: X.Org Video Driver, version 10.0
[   114.519] (II) RADEON(0): initializing int10
[   114.520] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
[   114.520] (II) RADEON(0): ATOM BIOS detected
[   114.521] (II) RADEON(0): ATOM BIOS Rom: 
[   114.521] 	SubsystemVendorID: 0x17aa SubsystemID: 0x202a
[   114.521] 	IOBaseAddress: 0x2000
[   114.522] 	Filename: BR23323.BIN 
[   114.522] 	BIOS Bootup Message: 
M54CSP/M52CSP BIOS                                                          

[   114.522] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
[   114.522] (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffb000
[   114.522] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
[   114.522] (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffb000
[   114.522] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
[   114.522] (II) RADEON(0): Default Engine Clock: 452000
[   114.522] (II) RADEON(0): Default Memory Clock: 352000
[   114.522] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
[   114.522] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
[   114.522] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
[   114.522] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
[   114.522] (II) RADEON(0): Maximum Pixel Clock: 400000
[   114.522] (II) RADEON(0): Reference Clock: 27000
[   114.522] drmOpenDevice: node name is /dev/dri/card0
[   114.523] drmOpenDevice: open result is 11, (OK)
[   114.524] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[   114.524] drmOpenDevice: node name is /dev/dri/card0
[   114.525] drmOpenDevice: open result is 11, (OK)
[   114.525] drmOpenByBusid: drmOpenMinor returns 11
[   114.525] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[   114.526] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.33.0
[   114.526] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.

[   114.526] (II) RADEON(0): Will try to use DMA for Xv image transfers
[   114.526] (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
[   114.526] (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=131072K)
[   114.526] (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
[   114.526] (II) RADEON(0): Color tiling enabled by default
[   114.526] (II) Loading sub module "ddc"
[   114.526] (II) LoadModule: "ddc"
[   114.526] (II) Module "ddc" already built-in
[   114.526] (II) Loading sub module "i2c"
[   114.526] (II) LoadModule: "i2c"
[   114.526] (II) Module "i2c" already built-in
[   114.526] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=90000 max=110000; xclk=40000
[   114.526] (WW) RADEON(0): LVDS Info:
XRes: 1680, YRes: 1050, DotClock: 122000
HBlank: 224, HOverPlus: 32, HSyncWidth: 64
VBlank: 16, VOverPlus: 1, VSyncWidth: 3
[   114.526] (II) RADEON(0): Output VGA-0 using monitor section Generic Monitor
[   114.526] (II) RADEON(0): I2C bus "VGA-0" initialized.
[   114.526] (II) RADEON(0): Output LVDS has no monitor section
[   114.526] (II) RADEON(0): I2C bus "LVDS" initialized.
[   114.526] (II) RADEON(0): Output DVI-0 has no monitor section
[   114.526] (II) RADEON(0): I2C bus "DVI-0" initialized.
[   114.526] (II) RADEON(0): Port0:
[   114.526]   XRANDR name: VGA-0
[   114.526]   Connector: VGA
[   114.526]   CRT1: INTERNAL_KLDSCP_DAC1
[   114.526]   DDC reg: 0x7e40
[   114.526] (II) RADEON(0): Port1:
[   114.526]   XRANDR name: LVDS
[   114.526]   Connector: LVDS
[   114.526]   LCD1: INTERNAL_LVTM1
[   114.527]   DDC reg: 0x7e60
[   114.527] (II) RADEON(0): Port2:
[   114.527]   XRANDR name: DVI-0
[   114.527]   Connector: DVI-I
[   114.527]   DFP1: INTERNAL_KLDSCP_TMDS1
[   114.527]   DDC reg: 0x7e50
[   114.527] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
[   114.541] Dac detection success
[   114.541] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[   114.541] finished output detect: 0
[   114.541] (II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
[   114.542] (II) RADEON(0): I2C device "LVDS:E-EDID segment register" registered at address 0x60.
[   114.603] (II) RADEON(0): EDID for output LVDS
[   114.603] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   114.603] (II) RADEON(0): Year: 2005  Week: 0
[   114.603] (II) RADEON(0): EDID Version: 1.3
[   114.604] (II) RADEON(0): Digital Display Input
[   114.604] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   114.604] (II) RADEON(0): Gamma: 2.20
[   114.604] (II) RADEON(0): No DPMS capabilities specified
[   114.604] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   114.604] (II) RADEON(0): First detailed timing is preferred mode
[   114.604] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   114.604] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   114.604] (II) RADEON(0): Manufacturer's mask: 0
[   114.604] (II) RADEON(0): Supported detailed timing:
[   114.604] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   114.604] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.604] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.604] (II) RADEON(0): Supported detailed timing:
[   114.604] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   114.604] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.604] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.604] (II) RADEON(0): Unknown vendor-specific block f
[   114.604] (II) RADEON(0):  LTN154P2-L05
[   114.604] (II) RADEON(0): EDID (in hex):
[   114.604] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   114.604] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   114.604] (II) RADEON(0): 	21505400000001010101010101010101
[   114.604] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   114.604] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   114.604] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   114.604] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   114.604] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   114.604] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[   114.604] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
[   114.604] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   114.604] (II) RADEON(0): Year: 2005  Week: 0
[   114.604] (II) RADEON(0): EDID Version: 1.3
[   114.604] (II) RADEON(0): Digital Display Input
[   114.604] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   114.604] (II) RADEON(0): Gamma: 2.20
[   114.604] (II) RADEON(0): No DPMS capabilities specified
[   114.604] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   114.604] (II) RADEON(0): First detailed timing is preferred mode
[   114.604] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   114.604] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   114.604] (II) RADEON(0): Manufacturer's mask: 0
[   114.604] (II) RADEON(0): Supported detailed timing:
[   114.604] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   114.604] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.604] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.604] (II) RADEON(0): Supported detailed timing:
[   114.604] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   114.604] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.604] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.604] (II) RADEON(0): Unknown vendor-specific block f
[   114.604] (II) RADEON(0):  LTN154P2-L05
[   114.604] (II) RADEON(0): EDID (in hex):
[   114.604] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   114.604] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   114.604] (II) RADEON(0): 	21505400000001010101010101010101
[   114.604] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   114.604] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   114.604] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   114.604] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   114.604] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   114.604] finished output detect: 1
[   114.604] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
[   114.608] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[   114.608] Unhandled monitor type 0
[   114.608] finished output detect: 2
[   114.608] finished all detect
[   114.623] Dac detection success
[   114.623] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[   114.623] (II) RADEON(0): EDID for output VGA-0
[   114.685] (II) RADEON(0): EDID for output LVDS
[   114.685] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   114.685] (II) RADEON(0): Year: 2005  Week: 0
[   114.685] (II) RADEON(0): EDID Version: 1.3
[   114.685] (II) RADEON(0): Digital Display Input
[   114.685] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   114.685] (II) RADEON(0): Gamma: 2.20
[   114.685] (II) RADEON(0): No DPMS capabilities specified
[   114.685] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   114.685] (II) RADEON(0): First detailed timing is preferred mode
[   114.685] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   114.685] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   114.685] (II) RADEON(0): Manufacturer's mask: 0
[   114.685] (II) RADEON(0): Supported detailed timing:
[   114.685] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   114.685] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.685] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.685] (II) RADEON(0): Supported detailed timing:
[   114.685] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   114.685] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.685] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.685] (II) RADEON(0): Unknown vendor-specific block f
[   114.685] (II) RADEON(0):  LTN154P2-L05
[   114.685] (II) RADEON(0): EDID (in hex):
[   114.685] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   114.685] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   114.686] (II) RADEON(0): 	21505400000001010101010101010101
[   114.686] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   114.686] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   114.686] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   114.686] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   114.686] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   114.686] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[   114.686] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
[   114.686] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   114.686] (II) RADEON(0): Year: 2005  Week: 0
[   114.686] (II) RADEON(0): EDID Version: 1.3
[   114.686] (II) RADEON(0): Digital Display Input
[   114.686] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   114.686] (II) RADEON(0): Gamma: 2.20
[   114.686] (II) RADEON(0): No DPMS capabilities specified
[   114.686] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   114.686] (II) RADEON(0): First detailed timing is preferred mode
[   114.686] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   114.686] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   114.686] (II) RADEON(0): Manufacturer's mask: 0
[   114.686] (II) RADEON(0): Supported detailed timing:
[   114.686] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   114.686] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.686] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.686] (II) RADEON(0): Supported detailed timing:
[   114.686] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   114.686] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   114.686] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   114.686] (II) RADEON(0): Unknown vendor-specific block f
[   114.686] (II) RADEON(0):  LTN154P2-L05
[   114.686] (II) RADEON(0): EDID (in hex):
[   114.686] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   114.686] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   114.686] (II) RADEON(0): 	21505400000001010101010101010101
[   114.686] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   114.686] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   114.686] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   114.686] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   114.686] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   114.686] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   114.686] (II) RADEON(0): Printing probed modes for output LVDS
[   114.686] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[   114.686] (II) RADEON(0): Modeline "1680x1050"x60.1  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[   114.686] (II) RADEON(0): Modeline "1680x1050"x50.1  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[   114.686] (II) RADEON(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[   114.686] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[   114.686] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   114.686] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[   114.686] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[   114.686] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[   114.686] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[   114.686] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[   114.686] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[   114.686] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[   114.690] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[   114.690] Unhandled monitor type 0
[   114.690] (II) RADEON(0): EDID for output DVI-0
[   114.690] (II) RADEON(0): Output VGA-0 disconnected
[   114.690] (II) RADEON(0): Output LVDS connected
[   114.690] (II) RADEON(0): Output DVI-0 disconnected
[   114.690] (II) RADEON(0): Using user preference for initial modes
[   114.690] (II) RADEON(0): Output LVDS using initial mode 1024x768
[   114.690] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   114.690] (==) RADEON(0): DPI set to (96, 96)
[   114.690] (II) Loading sub module "fb"
[   114.690] (II) LoadModule: "fb"
[   114.691] (II) Loading /usr/lib/xorg/modules/libfb.so
[   114.725] (II) Module fb: vendor="X.Org Foundation"
[   114.725] 	compiled for 1.10.2, module version = 1.0.0
[   114.725] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   114.725] (II) Loading sub module "ramdac"
[   114.725] (II) LoadModule: "ramdac"
[   114.726] (II) Module "ramdac" already built-in
[   114.726] (==) RADEON(0): Using EXA acceleration architecture
[   114.726] (II) Loading sub module "exa"
[   114.726] (II) LoadModule: "exa"
[   114.726] (II) Loading /usr/lib/xorg/modules/libexa.so
[   114.752] (II) Module exa: vendor="X.Org Foundation"
[   114.752] 	compiled for 1.10.2, module version = 2.5.0
[   114.752] 	ABI class: X.Org Video Driver, version 10.0
[   114.752] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
[   114.752] (--) Depth 24 pixmap format is 32 bpp
[   114.752] (II) RADEON(0): RADEONScreenInit d8000000 0 0
[   115.136] Output LCD1 disable success
[   115.138] Blank CRTC 0 success
[   115.138] Disable CRTC 0 success
[   115.138] Blank CRTC 1 success
[   115.138] Disable CRTC 1 success
[   115.138] (II) RADEON(0): Dynamic Power Management Disabled
[   115.138] (==) RADEON(0): Using 24 bit depth buffer
[   115.138] (II) RADEON(0): RADEONInitMemoryMap() : 
[   115.138] (II) RADEON(0):   mem_size         : 0x08000000
[   115.138] (II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd800
[   115.138] (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
[   115.138] (II) RADEON(0): Depth moves disabled by default
[   115.141] (II) RADEON(0): Allocating from a screen of 131040 kb
[   115.141] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00b13000
[   115.141] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00b17000
[   115.141] (II) RADEON(0): Will use 11340 kb for front buffer at offset 0x00000000
[   115.142] (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x07ff8000
[   115.142] (II) RADEON(0): Will use 11340 kb for back buffer at offset 0x00b1b000
[   115.142] (II) RADEON(0): Will use 11340 kb for depth buffer at offset 0x0162e000
[   115.142] (II) RADEON(0): Will use 48128 kb for textures at offset 0x02141000
[   115.142] (II) RADEON(0): Will use 48860 kb for X Server offscreen at offset 0x05041000
[   115.142] drmOpenDevice: node name is /dev/dri/card0
[   115.144] drmOpenDevice: open result is 11, (OK)
[   115.146] drmOpenDevice: node name is /dev/dri/card0
[   115.148] drmOpenDevice: open result is 11, (OK)
[   115.149] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[   115.149] drmOpenDevice: node name is /dev/dri/card0
[   115.150] drmOpenDevice: open result is 11, (OK)
[   115.150] drmOpenByBusid: drmOpenMinor returns 11
[   115.150] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[   115.150] (II) [drm] DRM interface version 1.4
[   115.150] (II) [drm] DRM open master succeeded.
[   115.150] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
[   115.150] (II) RADEON(0): [drm] framebuffer handle = 0xd8000000
[   115.150] (II) RADEON(0): [drm] added 1 reserved context for kernel
[   115.150] (II) RADEON(0): X context handle = 0x1
[   115.151] (II) RADEON(0): [drm] installed DRM signal handler
[   115.168] (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf88dc000
[   115.168] (II) RADEON(0): [pci] ring handle = 0xf88dc000
[   115.168] (II) RADEON(0): [pci] Ring mapped at 0xb711f000
[   115.168] (II) RADEON(0): [pci] Ring contents 0x00000000
[   115.168] (II) RADEON(0): [pci] ring read ptr handle = 0xf89dd000
[   115.168] (II) RADEON(0): [pci] Ring read ptr mapped at 0xb711e000
[   115.168] (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
[   115.168] (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf89de000
[   115.168] (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xaee73000
[   115.168] (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
[   115.168] (II) RADEON(0): [pci] GART texture map handle = 0xf8bde000
[   115.168] (II) RADEON(0): [pci] GART Texture map mapped at 0xad1f3000
[   115.168] (II) RADEON(0): [drm] register handle = 0x2dc20000
[   115.168] (II) RADEON(0): [dri] Visual configs initialized
[   115.267] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[   115.267] (II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd800 0xdfffd800
[   115.267] (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
[   115.267] (==) RADEON(0): Backing store disabled
[   115.267] (II) RADEON(0): [DRI] installation complete
[   115.331] (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
[   115.331] (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
[   115.331] (II) RADEON(0): [drm] dma control initialized, using IRQ -22
[   115.331] (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
[   115.331] (WW) RADEON(0): DRI init changed memory map, adjusting ...
[   115.331] (WW) RADEON(0):   MC_FB_LOCATION  was: 0xdfffd800 is: 0xdfffd800
[   115.331] (WW) RADEON(0):   MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
[   115.331] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[   115.331] (II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd800 0xdfffd800
[   115.331] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[   115.331] (II) RADEON(0): Direct rendering enabled
[   115.331] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[   115.331] (II) RADEON(0): Setting EXA maxPitchBytes
[   115.331] (II) RADEON(0): num quad-pipes is 1
[   115.331] (II) EXA(0): Offscreen pixmap area of 50032640 bytes
[   115.331] (II) EXA(0): Driver registered support for the following operations:
[   115.331] (II)         Solid
[   115.331] (II)         Copy
[   115.331] (II)         Composite (RENDER acceleration)
[   115.331] (II)         UploadToScreen
[   115.331] (II)         DownloadFromScreen
[   115.331] (II) RADEON(0): Acceleration enabled
[   115.331] (**) RADEON(0): DPMS enabled
[   115.331] (==) RADEON(0): Silken mouse enabled
[   115.332] (II) RADEON(0): Set up textured video
[   115.338] Output CRT1 disable success
[   115.338] Output LCD1 disable success
[   115.338] Blank CRTC 0 success
[   115.338] Disable CRTC 0 success
[   115.338] Blank CRTC 1 success
[   115.338] Disable CRTC 1 success
[   115.354] Output LCD1 disable success
[   115.354] Blank CRTC 0 success
[   115.354] Disable CRTC 0 success
[   115.354] Set CRTC 0 Source success
[   115.354] Mode 1680x1050 - 1904 1066 0
[   115.354] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[   115.354] (II) RADEON(0):   MC_FB_LOCATION   : 0xdfffd800 0xdfffd800
[   115.354] (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
[   115.354] Picked PLL 0
[   115.354] best_freq: 122000
[   115.354] best_feedback_div: 122
[   115.354] best_frac_feedback_div: 0
[   115.354] best_ref_div: 3
[   115.354] best_post_div: 9
[   115.354] (II) RADEON(0): crtc(0) Clock: mode 122000, PLL 1220000
[   115.354] (II) RADEON(0): crtc(0) PLL  : refdiv 3, fbdiv 0x7A(122), fracfbdiv 0, pdiv 9
[   115.357] Set CRTC 0 PLL success
[   115.357] Set CRTC Timing success
[   115.357] Set CRTC 0 Overscan success
[   115.357] Using RMX
[   115.357] scaler 0 setup success
[   115.357] Set CRTC 0 Source success
[   115.357] crtc 0 YUV disable setup success
[   115.358] Output digital setup success
[   115.360] Output LCD1 enable success
[   115.360] Enable CRTC 0 success
[   115.360] Unblank CRTC 0 success
[   115.360] Output CRT1 disable success
[   115.360] Blank CRTC 1 success
[   115.360] Disable CRTC 1 success
[   115.360] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   115.360] (--) RandR disabled
[   115.360] (II) Initializing built-in extension Generic Event Extension
[   115.360] (II) Initializing built-in extension SHAPE
[   115.360] (II) Initializing built-in extension MIT-SHM
[   115.360] (II) Initializing built-in extension XInputExtension
[   115.360] (II) Initializing built-in extension XTEST
[   115.360] (II) Initializing built-in extension BIG-REQUESTS
[   115.360] (II) Initializing built-in extension SYNC
[   115.360] (II) Initializing built-in extension XKEYBOARD
[   115.360] (II) Initializing built-in extension XC-MISC
[   115.360] (II) Initializing built-in extension SECURITY
[   115.360] (II) Initializing built-in extension XINERAMA
[   115.360] (II) Initializing built-in extension XFIXES
[   115.360] (II) Initializing built-in extension RENDER
[   115.360] (II) Initializing built-in extension RANDR
[   115.360] (II) Initializing built-in extension COMPOSITE
[   115.360] (II) Initializing built-in extension DAMAGE
[   115.360] (II) SELinux: Disabled on system
[   115.392] (II) AIGLX: Screen 0 is not DRI2 capable
[   115.392] drmOpenDevice: node name is /dev/dri/card0
[   115.392] drmOpenDevice: open result is 12, (OK)
[   115.392] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[   115.392] drmOpenDevice: node name is /dev/dri/card0
[   115.392] drmOpenDevice: open result is 12, (OK)
[   115.392] drmOpenByBusid: drmOpenMinor returns 12
[   115.392] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   115.392] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[   115.583] (EE) AIGLX error: Calling driver entry point failed
[   115.603] (EE) AIGLX: reverting to software rendering
[   115.848] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
[   115.848] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   115.849] (II) RADEON(0): Setting screen physical size to 270 x 203
[   115.849] [dix] Could not init font path element unix/:7100, removing from list!
[   116.678] (II) Using input driver 'synaptics' for 'Configured Mouse'
[   116.678] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   116.679] (**) Option "CorePointer"
[   116.679] (**) Configured Mouse: always reports core events
[   116.679] (**) Option "Device" "/dev/psaux"
[   116.688] (--) Configured Mouse: invalid x-axis range.  defaulting to 1615 - 5685
[   116.688] (--) Configured Mouse: invalid y-axis range.  defaulting to 1729 - 4171
[   116.688] (--) Configured Mouse: invalid pressure range.  defaulting to 0 - 256
[   116.688] (--) Configured Mouse: invalid finger width range.  defaulting to 0 - 16
[   116.688] (**) Option "SHMConfig" "on"
[   116.688] (**) Option "LeftEdge" "1700"
[   116.688] (**) Option "RightEdge" "5300"
[   116.688] (**) Option "TopEdge" "1700"
[   116.688] (**) Option "BottomEdge" "4200"
[   116.688] (**) Option "FingerLow" "25"
[   116.688] (**) Option "FingerHigh" "30"
[   116.688] (**) Option "MaxTapTime" "180"
[   116.688] (**) Option "MaxTapMove" "100"
[   116.688] (**) Option "VertScrollDelta" "100"
[   116.688] (**) Option "VertEdgeScroll" "true"
[   116.688] (**) Option "HorizEdgeScroll" "true"
[   116.688] (**) Option "TapButton1" "1"
[   116.688] (**) Option "TapButton2" "2"
[   116.688] (**) Option "TapButton3" "3"
[   116.709] (EE) Query no Synaptics: 6003C8
[   116.709] (--) Configured Mouse: no supported touchpad found
[   116.709] (EE) Configured Mouse Unable to query/initialize Synaptics hardware.
[   116.716] (EE) PreInit returned 11 for "Configured Mouse"
[   116.716] (II) UnloadModule: "synaptics"
[   116.716] (II) Unloading synaptics
[   116.733] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   116.733] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   116.733] (II) LoadModule: "evdev"
[   116.733] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.757] (II) Module evdev: vendor="X.Org Foundation"
[   116.757] 	compiled for 1.10.1, module version = 2.6.0
[   116.757] 	Module class: X.Org XInput Driver
[   116.757] 	ABI class: X.Org XInput driver, version 12.2
[   116.757] (II) Using input driver 'evdev' for 'Power Button'
[   116.757] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.757] (**) Power Button: always reports core events
[   116.757] (**) Power Button: Device: "/dev/input/event3"
[   116.757] (--) Power Button: Found keys
[   116.757] (II) Power Button: Configuring as keyboard
[   116.757] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   116.757] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   116.757] (**) Option "xkb_rules" "evdev"
[   116.757] (**) Option "xkb_model" "pc104"
[   116.757] (**) Option "xkb_layout" "us"
[   116.844] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   116.844] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   116.844] (II) Using input driver 'evdev' for 'Video Bus'
[   116.844] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.844] (**) Video Bus: always reports core events
[   116.844] (**) Video Bus: Device: "/dev/input/event5"
[   116.860] (--) Video Bus: Found keys
[   116.860] (II) Video Bus: Configuring as keyboard
[   116.860] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5/event5"
[   116.860] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[   116.860] (**) Option "xkb_rules" "evdev"
[   116.860] (**) Option "xkb_model" "pc104"
[   116.860] (**) Option "xkb_layout" "us"
[   116.863] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   116.863] (II) No input driver/identifier specified (ignoring)
[   116.864] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   116.864] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   116.864] (II) Using input driver 'evdev' for 'Sleep Button'
[   116.864] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.864] (**) Sleep Button: always reports core events
[   116.864] (**) Sleep Button: Device: "/dev/input/event2"
[   116.872] (--) Sleep Button: Found keys
[   116.872] (II) Sleep Button: Configuring as keyboard
[   116.872] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[   116.872] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[   116.872] (**) Option "xkb_rules" "evdev"
[   116.872] (**) Option "xkb_model" "pc104"
[   116.872] (**) Option "xkb_layout" "us"
[   116.875] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   116.875] (II) No input driver/identifier specified (ignoring)
[   116.889] (II) config/udev: Adding input device hdaps (/dev/input/event10)
[   116.889] (II) No input driver/identifier specified (ignoring)
[   116.889] (II) config/udev: Adding input device hdaps (/dev/input/js0)
[   116.889] (II) No input driver/identifier specified (ignoring)
[   116.890] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   116.890] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   116.890] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   116.890] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.890] (**) AT Translated Set 2 keyboard: always reports core events
[   116.890] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   116.890] (--) AT Translated Set 2 keyboard: Found keys
[   116.890] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   116.890] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   116.890] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[   116.890] (**) Option "xkb_rules" "evdev"
[   116.890] (**) Option "xkb_model" "pc104"
[   116.890] (**) Option "xkb_layout" "us"
[   116.891] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[   116.891] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   116.891] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   116.891] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   116.891] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   116.891] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   116.891] (**) Option "Device" "/dev/input/event6"
[   116.912] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[   116.912] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[   116.912] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   116.912] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   116.912] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   116.932] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   116.932] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   116.936] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[   116.936] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[   116.936] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   116.936] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[   116.936] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[   116.936] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   116.936] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   116.936] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   116.936] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   116.948] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   116.948] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   116.948] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   116.948] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   116.948] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   116.948] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   116.948] (**) Option "Device" "/dev/input/mouse0"
[   116.952] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[   116.952] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[   116.952] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[   116.952] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[   116.972] (EE) Query no Synaptics: 6003C8
[   116.972] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[   116.972] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[   116.972] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[   116.972] (II) UnloadModule: "synaptics"
[   116.972] (II) Unloading synaptics
[   116.973] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[   116.973] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[   116.973] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[   116.973] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.973] (**) TPPS/2 IBM TrackPoint: always reports core events
[   116.973] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[   116.988] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[   116.988] (--) TPPS/2 IBM TrackPoint: Found relative axes
[   116.988] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[   116.988] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[   116.988] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[   116.988] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   116.988] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input9/event9"
[   116.988] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[   116.988] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[   116.988] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[   116.988] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[   116.988] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   116.988] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   116.989] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   116.989] (II) No input driver/identifier specified (ignoring)
[   116.989] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   116.989] (II) No input driver/identifier specified (ignoring)
[   116.991] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[   116.991] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[   116.991] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[   116.991] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   116.991] (**) ThinkPad Extra Buttons: always reports core events
[   116.991] (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
[   116.991] (--) ThinkPad Extra Buttons: Found keys
[   116.991] (II) ThinkPad Extra Buttons: Configuring as keyboard
[   116.991] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event7"
[   116.991] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[   116.991] (**) Option "xkb_rules" "evdev"
[   116.991] (**) Option "xkb_model" "pc104"
[   116.991] (**) Option "xkb_layout" "us"
[   124.702] Dac detection success
[   124.702] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[   124.778] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   124.778] (II) RADEON(0): Printing DDC gathered Modelines:
[   124.778] (II) RADEON(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[   124.778] (II) RADEON(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[   124.778] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[   124.778] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
[   124.778] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   124.778] (II) RADEON(0): Year: 2005  Week: 0
[   124.778] (II) RADEON(0): EDID Version: 1.3
[   124.778] (II) RADEON(0): Digital Display Input
[   124.778] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   124.778] (II) RADEON(0): Gamma: 2.20
[   124.778] (II) RADEON(0): No DPMS capabilities specified
[   124.778] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   124.778] (II) RADEON(0): First detailed timing is preferred mode
[   124.778] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   124.778] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   124.778] (II) RADEON(0): Manufacturer's mask: 0
[   124.778] (II) RADEON(0): Supported detailed timing:
[   124.778] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   124.778] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   124.778] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   124.778] (II) RADEON(0): Supported detailed timing:
[   124.778] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   124.778] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   124.778] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   124.778] (II) RADEON(0): Unknown vendor-specific block f
[   124.778] (II) RADEON(0):  LTN154P2-L05
[   124.778] (II) RADEON(0): EDID (in hex):
[   124.778] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   124.778] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   124.778] (II) RADEON(0): 	21505400000001010101010101010101
[   124.778] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   124.778] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   124.778] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   124.778] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   124.778] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   124.778] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   124.782] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[   124.782] Unhandled monitor type 0
[   124.798] Dac detection success
[   124.799] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[   124.860] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   124.860] (II) RADEON(0): Printing DDC gathered Modelines:
[   124.861] (II) RADEON(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[   124.861] (II) RADEON(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[   124.861] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[   124.861] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
[   124.861] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   124.861] (II) RADEON(0): Year: 2005  Week: 0
[   124.861] (II) RADEON(0): EDID Version: 1.3
[   124.861] (II) RADEON(0): Digital Display Input
[   124.861] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   124.861] (II) RADEON(0): Gamma: 2.20
[   124.861] (II) RADEON(0): No DPMS capabilities specified
[   124.861] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   124.861] (II) RADEON(0): First detailed timing is preferred mode
[   124.861] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   124.861] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   124.861] (II) RADEON(0): Manufacturer's mask: 0
[   124.861] (II) RADEON(0): Supported detailed timing:
[   124.861] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   124.861] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   124.861] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   124.861] (II) RADEON(0): Supported detailed timing:
[   124.861] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   124.861] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   124.861] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   124.861] (II) RADEON(0): Unknown vendor-specific block f
[   124.861] (II) RADEON(0):  LTN154P2-L05
[   124.861] (II) RADEON(0): EDID (in hex):
[   124.861] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   124.861] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   124.861] (II) RADEON(0): 	21505400000001010101010101010101
[   124.861] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   124.861] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   124.861] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   124.861] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   124.861] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   124.861] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   124.865] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[   124.865] Unhandled monitor type 0
[   124.881] Dac detection success
[   124.881] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
[   124.945] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   124.945] (II) RADEON(0): Printing DDC gathered Modelines:
[   124.945] (II) RADEON(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[   124.946] (II) RADEON(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[   124.946] (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
[   124.946] (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
[   124.946] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[   124.946] (II) RADEON(0): Year: 2005  Week: 0
[   124.946] (II) RADEON(0): EDID Version: 1.3
[   124.946] (II) RADEON(0): Digital Display Input
[   124.946] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[   124.946] (II) RADEON(0): Gamma: 2.20
[   124.946] (II) RADEON(0): No DPMS capabilities specified
[   124.946] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   124.946] (II) RADEON(0): First detailed timing is preferred mode
[   124.946] (II) RADEON(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[   124.946] (II) RADEON(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[   124.946] (II) RADEON(0): Manufacturer's mask: 0
[   124.946] (II) RADEON(0): Supported detailed timing:
[   124.946] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[   124.946] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   124.946] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   124.946] (II) RADEON(0): Supported detailed timing:
[   124.946] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[   124.946] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[   124.946] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   124.946] (II) RADEON(0): Unknown vendor-specific block f
[   124.946] (II) RADEON(0):  LTN154P2-L05
[   124.946] (II) RADEON(0): EDID (in hex):
[   124.946] (II) RADEON(0): 	00ffffffffffff00244d872800000000
[   124.946] (II) RADEON(0): 	000f0103802115780acd7591554f8b26
[   124.946] (II) RADEON(0): 	21505400000001010101010101010101
[   124.946] (II) RADEON(0): 	010101010101a82f90e0601a10402040
[   124.946] (II) RADEON(0): 	13004bcf10000019b72790e0601a1040
[   124.946] (II) RADEON(0): 	204013004bcf100000190000000f00b3
[   124.946] (II) RADEON(0): 	0a32b30a281401004ca35833000000fe
[   124.946] (II) RADEON(0): 	004c544e31353450322d4c30350a00a7
[   124.946] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[   124.950] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
[   124.950] Unhandled monitor type 0
[  3117.424] Output LCD1 disable success
[  3117.479] Blank CRTC 0 success
[  3117.482] Disable CRTC 0 success
[  3117.482] Blank CRTC 1 success
[  3117.482] Disable CRTC 1 success
[  3717.482] Output LCD1 disable success
[  3717.482] Blank CRTC 0 success
[  3717.482] Disable CRTC 0 success
[  3717.482] Blank CRTC 1 success
[  3717.482] Disable CRTC 1 success
[  4317.483] Output LCD1 disable success
[  4317.483] Blank CRTC 0 success
[  4317.483] Disable CRTC 0 success
[  4317.483] Blank CRTC 1 success
[  4317.483] Disable CRTC 1 success
[  4917.483] Output LCD1 disable success
[  4917.483] Blank CRTC 0 success
[  4917.483] Disable CRTC 0 success
[  4917.483] Blank CRTC 1 success
[  4917.483] Disable CRTC 1 success
[  5517.483] Output LCD1 disable success
[  5517.483] Blank CRTC 0 success
[  5517.483] Disable CRTC 0 success
[  5517.483] Blank CRTC 1 success
[  5517.483] Disable CRTC 1 success
[  5700.148] Enable CRTC 0 success
[  5700.148] Unblank CRTC 0 success
[  5700.149] Output LCD1 enable success
[  6432.451] Output LCD1 disable success
[  6432.527] Blank CRTC 0 success
[  6432.540] Disable CRTC 0 success
[  6432.540] Blank CRTC 1 success
[  6432.540] Disable CRTC 1 success
[  6869.087] Enable CRTC 0 success
[  6869.087] Unblank CRTC 0 success
[  6869.088] Output LCD1 enable success
[  9925.954] Output LCD1 disable success
[  9925.960] Blank CRTC 0 success
[  9925.960] Disable CRTC 0 success
[  9925.960] Blank CRTC 1 success
[  9925.960] Disable CRTC 1 success
[ 10525.960] Output LCD1 disable success
[ 10525.961] Blank CRTC 0 success
[ 10525.961] Disable CRTC 0 success
[ 10525.961] Blank CRTC 1 success
[ 10525.961] Disable CRTC 1 success
[ 11028.202] Enable CRTC 0 success
[ 11028.202] Unblank CRTC 0 success
[ 11028.203] Output LCD1 enable success
[ 16777.442] Output LCD1 disable success
[ 16777.446] Blank CRTC 0 success
[ 16777.458] Disable CRTC 0 success
[ 16777.458] Blank CRTC 1 success
[ 16777.458] Disable CRTC 1 success
[ 17348.238] Enable CRTC 0 success
[ 17348.238] Unblank CRTC 0 success
[ 17348.240] Output LCD1 enable success
[ 20016.742] Output LCD1 disable success
[ 20016.746] Blank CRTC 0 success
[ 20016.747] Disable CRTC 0 success
[ 20016.747] Blank CRTC 1 success
[ 20016.747] Disable CRTC 1 success
[ 20327.247] Enable CRTC 0 success
[ 20327.247] Unblank CRTC 0 success
[ 20327.249] Output LCD1 enable success
[ 22474.368] Output LCD1 disable success
[ 22474.372] Blank CRTC 0 success
[ 22474.382] Disable CRTC 0 success
[ 22474.382] Blank CRTC 1 success
[ 22474.382] Disable CRTC 1 success
[ 23074.382] Output LCD1 disable success
[ 23074.382] Blank CRTC 0 success
[ 23074.382] Disable CRTC 0 success
[ 23074.382] Blank CRTC 1 success
[ 23074.382] Disable CRTC 1 success
[ 23674.383] Output LCD1 disable success
[ 23674.383] Blank CRTC 0 success
[ 23674.383] Disable CRTC 0 success
[ 23674.383] Blank CRTC 1 success
[ 23674.383] Disable CRTC 1 success
[ 24274.383] Output LCD1 disable success
[ 24274.384] Blank CRTC 0 success
[ 24274.384] Disable CRTC 0 success
[ 24274.384] Blank CRTC 1 success
[ 24274.384] Disable CRTC 1 success
[ 24874.385] Output LCD1 disable success
[ 24874.385] Blank CRTC 0 success
[ 24874.385] Disable CRTC 0 success
[ 24874.385] Blank CRTC 1 success
[ 24874.385] Disable CRTC 1 success
[ 25474.385] Output LCD1 disable success
[ 25474.385] Blank CRTC 0 success
[ 25474.385] Disable CRTC 0 success
[ 25474.386] Blank CRTC 1 success
[ 25474.386] Disable CRTC 1 success
[ 26074.386] Output LCD1 disable success
[ 26074.386] Blank CRTC 0 success
[ 26074.386] Disable CRTC 0 success
[ 26074.386] Blank CRTC 1 success
[ 26074.386] Disable CRTC 1 success
[ 26674.387] Output LCD1 disable success
[ 26674.387] Blank CRTC 0 success
[ 26674.387] Disable CRTC 0 success
[ 26674.387] Blank CRTC 1 success
[ 26674.387] Disable CRTC 1 success
[ 27274.387] Output LCD1 disable success
[ 27274.387] Blank CRTC 0 success
[ 27274.387] Disable CRTC 0 success
[ 27274.387] Blank CRTC 1 success
[ 27274.387] Disable CRTC 1 success
[ 27874.388] Output LCD1 disable success
[ 27874.388] Blank CRTC 0 success
[ 27874.388] Disable CRTC 0 success
[ 27874.388] Blank CRTC 1 success
[ 27874.388] Disable CRTC 1 success
[ 28474.389] Output LCD1 disable success
[ 28474.389] Blank CRTC 0 success
[ 28474.389] Disable CRTC 0 success
[ 28474.389] Blank CRTC 1 success
[ 28474.389] Disable CRTC 1 success
[ 29074.389] Output LCD1 disable success
[ 29074.389] Blank CRTC 0 success
[ 29074.389] Disable CRTC 0 success
[ 29074.389] Blank CRTC 1 success
[ 29074.389] Disable CRTC 1 success
[ 29674.390] Output LCD1 disable success
[ 29674.390] Blank CRTC 0 success
[ 29674.390] Disable CRTC 0 success
[ 29674.390] Blank CRTC 1 success
[ 29674.390] Disable CRTC 1 success
[ 30274.390] Output LCD1 disable success
[ 30274.390] Blank CRTC 0 success
[ 30274.390] Disable CRTC 0 success
[ 30274.390] Blank CRTC 1 success
[ 30274.390] Disable CRTC 1 success
[ 30874.391] Output LCD1 disable success
[ 30874.391] Blank CRTC 0 success
[ 30874.391] Disable CRTC 0 success
[ 30874.391] Blank CRTC 1 success
[ 30875.071] Disable CRTC 1 success
[ 31475.071] Output LCD1 disable success
[ 31475.071] Blank CRTC 0 success
[ 31475.071] Disable CRTC 0 success
[ 31475.072] Blank CRTC 1 success
[ 31475.072] Disable CRTC 1 success
[ 32075.072] Output LCD1 disable success
[ 32075.072] Blank CRTC 0 success
[ 32075.072] Disable CRTC 0 success
[ 32075.072] Blank CRTC 1 success
[ 32075.072] Disable CRTC 1 success
[ 32675.073] Output LCD1 disable success
[ 32675.073] Blank CRTC 0 success
[ 32675.073] Disable CRTC 0 success
[ 32675.073] Blank CRTC 1 success
[ 32675.073] Disable CRTC 1 success
[ 33275.074] Output LCD1 disable success
[ 33275.074] Blank CRTC 0 success
[ 33275.074] Disable CRTC 0 success
[ 33275.074] Blank CRTC 1 success
[ 33275.074] Disable CRTC 1 success
[ 33875.074] Output LCD1 disable success
[ 33875.074] Blank CRTC 0 success
[ 33875.074] Disable CRTC 0 success
[ 33875.074] Blank CRTC 1 success
[ 33875.074] Disable CRTC 1 success
[ 34475.074] Output LCD1 disable success
[ 34475.074] Blank CRTC 0 success
[ 34475.074] Disable CRTC 0 success
[ 34475.074] Blank CRTC 1 success
[ 34475.074] Disable CRTC 1 success
[ 35075.074] Output LCD1 disable success
[ 35075.075] Blank CRTC 0 success
[ 35075.075] Disable CRTC 0 success
[ 35075.075] Blank CRTC 1 success
[ 35075.075] Disable CRTC 1 success
[ 35675.075] Output LCD1 disable success
[ 35675.075] Blank CRTC 0 success
[ 35675.075] Disable CRTC 0 success
[ 35675.075] Blank CRTC 1 success
[ 35675.075] Disable CRTC 1 success
[ 36275.075] Output LCD1 disable success
[ 36275.075] Blank CRTC 0 success
[ 36275.075] Disable CRTC 0 success
[ 36275.075] Blank CRTC 1 success
[ 36275.075] Disable CRTC 1 success
[ 36875.075] Output LCD1 disable success
[ 36875.075] Blank CRTC 0 success
[ 36875.075] Disable CRTC 0 success
[ 36875.075] Blank CRTC 1 success
[ 36875.075] Disable CRTC 1 success
[ 37475.075] Output LCD1 disable success
[ 37475.075] Blank CRTC 0 success
[ 37475.075] Disable CRTC 0 success
[ 37475.075] Blank CRTC 1 success
[ 37475.075] Disable CRTC 1 success
[ 38075.076] Output LCD1 disable success
[ 38075.076] Blank CRTC 0 success
[ 38075.076] Disable CRTC 0 success
[ 38075.076] Blank CRTC 1 success
[ 38075.076] Disable CRTC 1 success
[ 38675.076] Output LCD1 disable success
[ 38675.076] Blank CRTC 0 success
[ 38675.076] Disable CRTC 0 success
[ 38675.076] Blank CRTC 1 success
[ 38675.076] Disable CRTC 1 success
[ 39275.077] Output LCD1 disable success
[ 39275.077] Blank CRTC 0 success
[ 39275.077] Disable CRTC 0 success
[ 39275.077] Blank CRTC 1 success
[ 39275.077] Disable CRTC 1 success
[ 39875.079] Output LCD1 disable success
[ 39875.079] Blank CRTC 0 success
[ 39875.079] Disable CRTC 0 success
[ 39875.079] Blank CRTC 1 success
[ 39875.079] Disable CRTC 1 success
[ 40475.080] Output LCD1 disable success
[ 40475.080] Blank CRTC 0 success
[ 40475.080] Disable CRTC 0 success
[ 40475.080] Blank CRTC 1 success
[ 40475.080] Disable CRTC 1 success
[ 41075.080] Output LCD1 disable success
[ 41075.080] Blank CRTC 0 success
[ 41075.080] Disable CRTC 0 success
[ 41075.080] Blank CRTC 1 success
[ 41075.080] Disable CRTC 1 success
[ 41675.080] Output LCD1 disable success
[ 41675.080] Blank CRTC 0 success
[ 41675.081] Disable CRTC 0 success
[ 41675.081] Blank CRTC 1 success
[ 41675.081] Disable CRTC 1 success
[ 42275.082] Output LCD1 disable success
[ 42275.082] Blank CRTC 0 success
[ 42275.082] Disable CRTC 0 success
[ 42275.082] Blank CRTC 1 success
[ 42275.082] Disable CRTC 1 success
[ 42875.082] Output LCD1 disable success
[ 42875.082] Blank CRTC 0 success
[ 42875.082] Disable CRTC 0 success
[ 42875.082] Blank CRTC 1 success
[ 42875.082] Disable CRTC 1 success
[ 43475.082] Output LCD1 disable success
[ 43475.082] Blank CRTC 0 success
[ 43475.082] Disable CRTC 0 success
[ 43475.082] Blank CRTC 1 success
[ 43475.082] Disable CRTC 1 success
[ 44075.082] Output LCD1 disable success
[ 44075.082] Blank CRTC 0 success
[ 44075.082] Disable CRTC 0 success
[ 44075.082] Blank CRTC 1 success
[ 44075.082] Disable CRTC 1 success
[ 44123.967] Enable CRTC 0 success
[ 44123.967] Unblank CRTC 0 success
[ 44123.968] Output LCD1 enable success
[ 46225.909] Output LCD1 disable success
[ 46225.914] Blank CRTC 0 success
[ 46225.917] Disable CRTC 0 success
[ 46225.917] Blank CRTC 1 success
[ 46225.917] Disable CRTC 1 success
[ 46825.917] Output LCD1 disable success
[ 46825.917] Blank CRTC 0 success
[ 46825.917] Disable CRTC 0 success
[ 46825.918] Blank CRTC 1 success
[ 46825.918] Disable CRTC 1 success
[ 47425.918] Output LCD1 disable success
[ 47425.918] Blank CRTC 0 success
[ 47425.918] Disable CRTC 0 success
[ 47425.918] Blank CRTC 1 success
[ 47425.919] Disable CRTC 1 success
[ 48025.920] Output LCD1 disable success
[ 48025.920] Blank CRTC 0 success
[ 48025.920] Disable CRTC 0 success
[ 48025.920] Blank CRTC 1 success
[ 48025.920] Disable CRTC 1 success
[ 48239.855] Enable CRTC 0 success
[ 48239.855] Unblank CRTC 0 success
[ 48239.856] Output LCD1 enable success
[ 48878.500] Output LCD1 disable success
[ 48878.500] Blank CRTC 0 success
[ 48878.500] Disable CRTC 0 success
[ 48878.500] Blank CRTC 1 success
[ 48878.500] Disable CRTC 1 success
[ 49478.500] Output LCD1 disable success
[ 49478.500] Blank CRTC 0 success
[ 49478.500] Disable CRTC 0 success
[ 49478.500] Blank CRTC 1 success
[ 49478.500] Disable CRTC 1 success
[ 50078.500] Output LCD1 disable success
[ 50078.500] Blank CRTC 0 success
[ 50078.500] Disable CRTC 0 success
[ 50078.500] Blank CRTC 1 success
[ 50078.500] Disable CRTC 1 success
[ 50678.501] Output LCD1 disable success
[ 50678.501] Blank CRTC 0 success
[ 50678.501] Disable CRTC 0 success
[ 50678.501] Blank CRTC 1 success
[ 50678.501] Disable CRTC 1 success
[ 51278.501] Output LCD1 disable success
[ 51278.501] Blank CRTC 0 success
[ 51278.501] Disable CRTC 0 success
[ 51278.501] Blank CRTC 1 success
[ 51278.501] Disable CRTC 1 success
[ 51878.501] Output LCD1 disable success
[ 51878.501] Blank CRTC 0 success
[ 51878.501] Disable CRTC 0 success
[ 51878.501] Blank CRTC 1 success
[ 51878.501] Disable CRTC 1 success
[ 52478.502] Output LCD1 disable success
[ 52478.502] Blank CRTC 0 success
[ 52478.502] Disable CRTC 0 success
[ 52478.502] Blank CRTC 1 success
[ 52478.502] Disable CRTC 1 success
[ 53078.502] Output LCD1 disable success
[ 53078.502] Blank CRTC 0 success
[ 53078.502] Disable CRTC 0 success
[ 53078.503] Blank CRTC 1 success
[ 53078.503] Disable CRTC 1 success
[ 53678.504] Output LCD1 disable success
[ 53678.504] Blank CRTC 0 success
[ 53678.504] Disable CRTC 0 success
[ 53678.504] Blank CRTC 1 success
[ 53678.504] Disable CRTC 1 success
[ 54278.505] Output LCD1 disable success
[ 54278.505] Blank CRTC 0 success
[ 54278.505] Disable CRTC 0 success
[ 54278.505] Blank CRTC 1 success
[ 54278.505] Disable CRTC 1 success
[ 54878.506] Output LCD1 disable success
[ 54878.506] Blank CRTC 0 success
[ 54878.506] Disable CRTC 0 success
[ 54878.506] Blank CRTC 1 success
[ 54878.506] Disable CRTC 1 success
[ 55478.506] Output LCD1 disable success
[ 55478.506] Blank CRTC 0 success
[ 55478.506] Disable CRTC 0 success
[ 55478.506] Blank CRTC 1 success
[ 55478.506] Disable CRTC 1 success
[ 56078.506] Output LCD1 disable success
[ 56078.506] Blank CRTC 0 success
[ 56078.506] Disable CRTC 0 success
[ 56078.506] Blank CRTC 1 success
[ 56078.506] Disable CRTC 1 success
[ 56678.506] Output LCD1 disable success
[ 56678.506] Blank CRTC 0 success
[ 56678.506] Disable CRTC 0 success
[ 56678.506] Blank CRTC 1 success
[ 56678.507] Disable CRTC 1 success
[ 57278.507] Output LCD1 disable success
[ 57278.507] Blank CRTC 0 success
[ 57278.507] Disable CRTC 0 success
[ 57278.507] Blank CRTC 1 success
[ 57278.507] Disable CRTC 1 success
[ 57878.507] Output LCD1 disable success
[ 57878.507] Blank CRTC 0 success
[ 57878.508] Disable CRTC 0 success
[ 57878.508] Blank CRTC 1 success
[ 57878.508] Disable CRTC 1 success
[ 58478.508] Output LCD1 disable success
[ 58478.508] Blank CRTC 0 success
[ 58478.508] Disable CRTC 0 success
[ 58478.508] Blank CRTC 1 success
[ 58478.508] Disable CRTC 1 success
[ 59078.509] Output LCD1 disable success
[ 59078.509] Blank CRTC 0 success
[ 59078.509] Disable CRTC 0 success
[ 59078.509] Blank CRTC 1 success
[ 59078.509] Disable CRTC 1 success
[ 59678.509] Output LCD1 disable success
[ 59678.509] Blank CRTC 0 success
[ 59678.509] Disable CRTC 0 success
[ 59678.509] Blank CRTC 1 success
[ 59678.509] Disable CRTC 1 success
[ 60278.509] Output LCD1 disable success
[ 60278.509] Blank CRTC 0 success
[ 60278.509] Disable CRTC 0 success
[ 60278.509] Blank CRTC 1 success
[ 60278.509] Disable CRTC 1 success
[ 60878.509] Output LCD1 disable success
[ 60878.509] Blank CRTC 0 success
[ 60878.509] Disable CRTC 0 success
[ 60878.509] Blank CRTC 1 success
[ 60878.509] Disable CRTC 1 success
[ 61478.510] Output LCD1 disable success
[ 61478.511] Blank CRTC 0 success
[ 61478.511] Disable CRTC 0 success
[ 61478.511] Blank CRTC 1 success
[ 61478.511] Disable CRTC 1 success
[ 62078.511] Output LCD1 disable success
[ 62078.512] Blank CRTC 0 success
[ 62078.512] Disable CRTC 0 success
[ 62078.512] Blank CRTC 1 success
[ 62078.512] Disable CRTC 1 success
[ 62678.512] Output LCD1 disable success
[ 62678.513] Blank CRTC 0 success
[ 62678.513] Disable CRTC 0 success
[ 62678.513] Blank CRTC 1 success
[ 62678.513] Disable CRTC 1 success
[ 63278.513] Output LCD1 disable success
[ 63278.513] Blank CRTC 0 success
[ 63278.513] Disable CRTC 0 success
[ 63278.513] Blank CRTC 1 success
[ 63278.513] Disable CRTC 1 success
[ 63878.513] Output LCD1 disable success
[ 63878.513] Blank CRTC 0 success
[ 63878.514] Disable CRTC 0 success
[ 63878.514] Blank CRTC 1 success
[ 63878.514] Disable CRTC 1 success
[ 64478.514] Output LCD1 disable success
[ 64478.514] Blank CRTC 0 success
[ 64478.514] Disable CRTC 0 success
[ 64478.514] Blank CRTC 1 success
[ 64478.514] Disable CRTC 1 success
[ 65078.514] Output LCD1 disable success
[ 65078.514] Blank CRTC 0 success
[ 65078.514] Disable CRTC 0 success
[ 65078.514] Blank CRTC 1 success
[ 65078.514] Disable CRTC 1 success
[ 65678.514] Output LCD1 disable success
[ 65678.515] Blank CRTC 0 success
[ 65678.515] Disable CRTC 0 success
[ 65678.515] Blank CRTC 1 success
[ 65678.515] Disable CRTC 1 success
[ 66278.515] Output LCD1 disable success
[ 66278.515] Blank CRTC 0 success
[ 66278.515] Disable CRTC 0 success
[ 66278.515] Blank CRTC 1 success
[ 66278.515] Disable CRTC 1 success
[ 66878.515] Output LCD1 disable success
[ 66878.515] Blank CRTC 0 success
[ 66878.515] Disable CRTC 0 success
[ 66878.515] Blank CRTC 1 success
[ 66878.515] Disable CRTC 1 success
[ 67478.515] Output LCD1 disable success
[ 67478.515] Blank CRTC 0 success
[ 67478.515] Disable CRTC 0 success
[ 67478.515] Blank CRTC 1 success
[ 67478.515] Disable CRTC 1 success
[ 68078.515] Output LCD1 disable success
[ 68078.515] Blank CRTC 0 success
[ 68078.515] Disable CRTC 0 success
[ 68078.515] Blank CRTC 1 success
[ 68078.515] Disable CRTC 1 success
[ 68678.515] Output LCD1 disable success
[ 68678.515] Blank CRTC 0 success
[ 68678.515] Disable CRTC 0 success
[ 68678.515] Blank CRTC 1 success
[ 68678.515] Disable CRTC 1 success
[ 69278.515] Output LCD1 disable success
[ 69278.515] Blank CRTC 0 success
[ 69278.515] Disable CRTC 0 success
[ 69278.515] Blank CRTC 1 success
[ 69278.516] Disable CRTC 1 success
[ 69878.517] Output LCD1 disable success
[ 69878.517] Blank CRTC 0 success
[ 69878.517] Disable CRTC 0 success
[ 69878.517] Blank CRTC 1 success
[ 69878.517] Disable CRTC 1 success
[ 70478.517] Output LCD1 disable success
[ 70478.517] Blank CRTC 0 success
[ 70478.517] Disable CRTC 0 success
[ 70478.517] Blank CRTC 1 success
[ 70478.517] Disable CRTC 1 success
[ 71078.518] Output LCD1 disable success
[ 71078.518] Blank CRTC 0 success
[ 71078.518] Disable CRTC 0 success
[ 71078.518] Blank CRTC 1 success
[ 71078.518] Disable CRTC 1 success
[ 71678.518] Output LCD1 disable success
[ 71678.518] Blank CRTC 0 success
[ 71678.518] Disable CRTC 0 success
[ 71678.518] Blank CRTC 1 success
[ 71678.518] Disable CRTC 1 success
[ 72278.519] Output LCD1 disable success
[ 72278.519] Blank CRTC 0 success
[ 72278.519] Disable CRTC 0 success
[ 72278.519] Blank CRTC 1 success
[ 72278.519] Disable CRTC 1 success
[ 72878.519] Output LCD1 disable success
[ 72878.519] Blank CRTC 0 success
[ 72878.519] Disable CRTC 0 success
[ 72878.519] Blank CRTC 1 success
[ 72878.519] Disable CRTC 1 success
[ 73478.519] Output LCD1 disable success
[ 73478.519] Blank CRTC 0 success
[ 73478.519] Disable CRTC 0 success
[ 73478.519] Blank CRTC 1 success
[ 73478.519] Disable CRTC 1 success
[ 74078.519] Output LCD1 disable success
[ 74078.528] Blank CRTC 0 success
[ 74078.528] Disable CRTC 0 success
[ 74078.528] Blank CRTC 1 success
[ 74078.528] Disable CRTC 1 success
[ 74678.528] Output LCD1 disable success
[ 74678.529] Blank CRTC 0 success
[ 74678.529] Disable CRTC 0 success
[ 74678.529] Blank CRTC 1 success
[ 74678.529] Disable CRTC 1 success
[ 75278.529] Output LCD1 disable success
[ 75278.529] Blank CRTC 0 success
[ 75278.529] Disable CRTC 0 success
[ 75278.529] Blank CRTC 1 success
[ 75278.529] Disable CRTC 1 success
[ 75878.530] Output LCD1 disable success
[ 75878.532] Blank CRTC 0 success
[ 75878.532] Disable CRTC 0 success
[ 75878.532] Blank CRTC 1 success
[ 75878.532] Disable CRTC 1 success
[ 75945.198] Enable CRTC 0 success
[ 75945.198] Unblank CRTC 0 success
[ 75945.199] Output LCD1 enable success
[ 78772.278] Output LCD1 disable success
[ 78772.282] Blank CRTC 0 success
[ 78772.287] Disable CRTC 0 success
[ 78772.287] Blank CRTC 1 success
[ 78772.287] Disable CRTC 1 success
[ 79372.287] Output LCD1 disable success
[ 79372.287] Blank CRTC 0 success
[ 79372.287] Disable CRTC 0 success
[ 79372.287] Blank CRTC 1 success
[ 79372.288] Disable CRTC 1 success
[ 79669.763] Enable CRTC 0 success
[ 79669.763] Unblank CRTC 0 success
[ 79669.765] Output LCD1 enable success
[ 80731.134] Output LCD1 disable success
[ 80731.138] Blank CRTC 0 success
[ 80731.144] Disable CRTC 0 success
[ 80731.144] Blank CRTC 1 success
[ 80731.144] Disable CRTC 1 success
[ 81331.144] Output LCD1 disable success
[ 81331.144] Blank CRTC 0 success
[ 81331.144] Disable CRTC 0 success
[ 81331.144] Blank CRTC 1 success
[ 81331.144] Disable CRTC 1 success
[ 81776.002] Enable CRTC 0 success
[ 81776.002] Unblank CRTC 0 success
[ 81776.003] Output LCD1 enable success
[ 87162.556] Output LCD1 disable success
[ 87162.560] Blank CRTC 0 success
[ 87162.563] Disable CRTC 0 success
[ 87162.563] Blank CRTC 1 success
[ 87162.563] Disable CRTC 1 success
[ 87762.563] Output LCD1 disable success
[ 87762.564] Blank CRTC 0 success
[ 87762.564] Disable CRTC 0 success
[ 87762.564] Blank CRTC 1 success
[ 87762.564] Disable CRTC 1 success
[ 88362.564] Output LCD1 disable success
[ 88362.564] Blank CRTC 0 success
[ 88362.564] Disable CRTC 0 success
[ 88362.564] Blank CRTC 1 success
[ 88362.564] Disable CRTC 1 success
[ 88456.088] Enable CRTC 0 success
[ 88456.088] Unblank CRTC 0 success
[ 88456.090] Output LCD1 enable success
[ 91556.347] Output LCD1 disable success
[ 91556.350] Blank CRTC 0 success
[ 91556.350] Disable CRTC 0 success
[ 91556.350] Blank CRTC 1 success
[ 91556.350] Disable CRTC 1 success
[ 91857.903] Enable CRTC 0 success
[ 91857.903] Unblank CRTC 0 success
[ 91857.904] Output LCD1 enable success
[110607.023] Output LCD1 disable success
[110607.027] Blank CRTC 0 success
[110607.038] Disable CRTC 0 success
[110607.038] Blank CRTC 1 success
[110607.038] Disable CRTC 1 success
[111207.038] Output LCD1 disable success
[111207.038] Blank CRTC 0 success
[111207.038] Disable CRTC 0 success
[111207.038] Blank CRTC 1 success
[111207.038] Disable CRTC 1 success
[111807.038] Output LCD1 disable success
[111807.038] Blank CRTC 0 success
[111807.038] Disable CRTC 0 success
[111807.038] Blank CRTC 1 success
[111807.038] Disable CRTC 1 success
[112407.039] Output LCD1 disable success
[112407.039] Blank CRTC 0 success
[112407.039] Disable CRTC 0 success
[112407.039] Blank CRTC 1 success
[112407.039] Disable CRTC 1 success
[113007.039] Output LCD1 disable success
[113007.039] Blank CRTC 0 success
[113007.039] Disable CRTC 0 success
[113007.039] Blank CRTC 1 success
[113007.039] Disable CRTC 1 success
[113607.039] Output LCD1 disable success
[113607.039] Blank CRTC 0 success
[113607.039] Disable CRTC 0 success
[113607.039] Blank CRTC 1 success
[113607.039] Disable CRTC 1 success
[114207.040] Output LCD1 disable success
[114207.040] Blank CRTC 0 success
[114207.040] Disable CRTC 0 success
[114207.040] Blank CRTC 1 success
[114207.040] Disable CRTC 1 success
[114807.040] Output LCD1 disable success
[114807.040] Blank CRTC 0 success
[114807.040] Disable CRTC 0 success
[114807.040] Blank CRTC 1 success
[114807.040] Disable CRTC 1 success
[115407.040] Output LCD1 disable success
[115407.040] Blank CRTC 0 success
[115407.040] Disable CRTC 0 success
[115407.040] Blank CRTC 1 success
[115407.040] Disable CRTC 1 success
[116007.040] Output LCD1 disable success
[116007.040] Blank CRTC 0 success
[116007.040] Disable CRTC 0 success
[116007.040] Blank CRTC 1 success
[116007.040] Disable CRTC 1 success
[116607.040] Output LCD1 disable success
[116607.040] Blank CRTC 0 success
[116607.040] Disable CRTC 0 success
[116607.040] Blank CRTC 1 success
[116607.040] Disable CRTC 1 success
[117207.040] Output LCD1 disable success
[117207.041] Blank CRTC 0 success
[117207.041] Disable CRTC 0 success
[117207.041] Blank CRTC 1 success
[117207.041] Disable CRTC 1 success
[117807.041] Output LCD1 disable success
[117807.041] Blank CRTC 0 success
[117807.041] Disable CRTC 0 success
[117807.041] Blank CRTC 1 success
[117807.041] Disable CRTC 1 success
[118407.041] Output LCD1 disable success
[118407.041] Blank CRTC 0 success
[118407.041] Disable CRTC 0 success
[118407.041] Blank CRTC 1 success
[118407.041] Disable CRTC 1 success
[119007.042] Output LCD1 disable success
[119007.042] Blank CRTC 0 success
[119007.042] Disable CRTC 0 success
[119007.042] Blank CRTC 1 success
[119007.042] Disable CRTC 1 success
[119607.043] Output LCD1 disable success
[119607.043] Blank CRTC 0 success
[119607.043] Disable CRTC 0 success
[119607.043] Blank CRTC 1 success
[119607.043] Disable CRTC 1 success
[120207.043] Output LCD1 disable success
[120207.043] Blank CRTC 0 success
[120207.043] Disable CRTC 0 success
[120207.043] Blank CRTC 1 success
[120207.043] Disable CRTC 1 success
[120807.043] Output LCD1 disable success
[120807.043] Blank CRTC 0 success
[120807.043] Disable CRTC 0 success
[120807.043] Blank CRTC 1 success
[120807.043] Disable CRTC 1 success
[121407.044] Output LCD1 disable success
[121407.044] Blank CRTC 0 success
[121407.044] Disable CRTC 0 success
[121407.044] Blank CRTC 1 success
[121407.044] Disable CRTC 1 success
[122007.044] Output LCD1 disable success
[122007.045] Blank CRTC 0 success
[122007.045] Disable CRTC 0 success
[122007.045] Blank CRTC 1 success
[122007.045] Disable CRTC 1 success
[122607.045] Output LCD1 disable success
[122607.045] Blank CRTC 0 success
[122607.045] Disable CRTC 0 success
[122607.045] Blank CRTC 1 success
[122607.045] Disable CRTC 1 success
[123207.046] Output LCD1 disable success
[123207.046] Blank CRTC 0 success
[123207.046] Disable CRTC 0 success
[123207.046] Blank CRTC 1 success
[123207.046] Disable CRTC 1 success
[123807.046] Output LCD1 disable success
[123807.046] Blank CRTC 0 success
[123807.046] Disable CRTC 0 success
[123807.046] Blank CRTC 1 success
[123807.046] Disable CRTC 1 success
[124407.046] Output LCD1 disable success
[124407.046] Blank CRTC 0 success
[124407.046] Disable CRTC 0 success
[124407.046] Blank CRTC 1 success
[124407.046] Disable CRTC 1 success
[125007.046] Output LCD1 disable success
[125007.046] Blank CRTC 0 success
[125007.046] Disable CRTC 0 success
[125007.046] Blank CRTC 1 success
[125007.047] Disable CRTC 1 success
[125607.047] Output LCD1 disable success
[125607.047] Blank CRTC 0 success
[125607.047] Disable CRTC 0 success
[125607.047] Blank CRTC 1 success
[125607.047] Disable CRTC 1 success
[126207.047] Output LCD1 disable success
[126207.047] Blank CRTC 0 success
[126207.047] Disable CRTC 0 success
[126207.047] Blank CRTC 1 success
[126207.047] Disable CRTC 1 success
[126807.047] Output LCD1 disable success
[126807.047] Blank CRTC 0 success
[126807.047] Disable CRTC 0 success
[126807.047] Blank CRTC 1 success
[126807.047] Disable CRTC 1 success
[127407.047] Output LCD1 disable success
[127407.047] Blank CRTC 0 success
[127407.047] Disable CRTC 0 success
[127407.047] Blank CRTC 1 success
[127407.047] Disable CRTC 1 success
[128007.047] Output LCD1 disable success
[128007.047] Blank CRTC 0 success
[128007.047] Disable CRTC 0 success
[128007.047] Blank CRTC 1 success
[128007.047] Disable CRTC 1 success
[128607.047] Output LCD1 disable success
[128607.047] Blank CRTC 0 success
[128607.047] Disable CRTC 0 success
[128607.047] Blank CRTC 1 success
[128607.047] Disable CRTC 1 success
[129207.047] Output LCD1 disable success
[129207.047] Blank CRTC 0 success
[129207.047] Disable CRTC 0 success
[129207.047] Blank CRTC 1 success
[129207.047] Disable CRTC 1 success
[129807.047] Output LCD1 disable success
[129807.047] Blank CRTC 0 success
[129807.047] Disable CRTC 0 success
[129807.047] Blank CRTC 1 success
[129807.047] Disable CRTC 1 success
[130407.048] Output LCD1 disable success
[130407.048] Blank CRTC 0 success
[130407.048] Disable CRTC 0 success
[130407.048] Blank CRTC 1 success
[130407.048] Disable CRTC 1 success
[131007.048] Output LCD1 disable success
[131007.048] Blank CRTC 0 success
[131007.048] Disable CRTC 0 success
[131007.048] Blank CRTC 1 success
[131007.048] Disable CRTC 1 success
[131607.048] Output LCD1 disable success
[131607.049] Blank CRTC 0 success
[131607.049] Disable CRTC 0 success
[131607.049] Blank CRTC 1 success
[131607.049] Disable CRTC 1 success
[132207.049] Output LCD1 disable success
[132207.050] Blank CRTC 0 success
[132207.050] Disable CRTC 0 success
[132207.050] Blank CRTC 1 success
[132207.050] Disable CRTC 1 success
[132807.050] Output LCD1 disable success
[132807.050] Blank CRTC 0 success
[132807.050] Disable CRTC 0 success
[132807.050] Blank CRTC 1 success
[132807.050] Disable CRTC 1 success
[133407.050] Output LCD1 disable success
[133407.050] Blank CRTC 0 success
[133407.050] Disable CRTC 0 success
[133407.050] Blank CRTC 1 success
[133407.050] Disable CRTC 1 success
[134007.050] Output LCD1 disable success
[134007.050] Blank CRTC 0 success
[134007.050] Disable CRTC 0 success
[134007.050] Blank CRTC 1 success
[134007.050] Disable CRTC 1 success
[134607.050] Output LCD1 disable success
[134607.050] Blank CRTC 0 success
[134607.050] Disable CRTC 0 success
[134607.050] Blank CRTC 1 success
[134607.050] Disable CRTC 1 success
[135207.050] Output LCD1 disable success
[135207.050] Blank CRTC 0 success
[135207.050] Disable CRTC 0 success
[135207.050] Blank CRTC 1 success
[135207.050] Disable CRTC 1 success
[135807.050] Output LCD1 disable success
[135807.051] Blank CRTC 0 success
[135807.051] Disable CRTC 0 success
[135807.051] Blank CRTC 1 success
[135807.051] Disable CRTC 1 success
[136407.051] Output LCD1 disable success
[136407.051] Blank CRTC 0 success
[136407.051] Disable CRTC 0 success
[136407.051] Blank CRTC 1 success
[136407.051] Disable CRTC 1 success
[137007.051] Output LCD1 disable success
[137007.051] Blank CRTC 0 success
[137007.051] Disable CRTC 0 success
[137007.051] Blank CRTC 1 success
[137007.051] Disable CRTC 1 success
[137607.051] Output LCD1 disable success
[137607.051] Blank CRTC 0 success
[137607.051] Disable CRTC 0 success
[137607.051] Blank CRTC 1 success
[137607.051] Disable CRTC 1 success
[138207.052] Output LCD1 disable success
[138207.052] Blank CRTC 0 success
[138207.052] Disable CRTC 0 success
[138207.052] Blank CRTC 1 success
[138207.052] Disable CRTC 1 success
[138807.052] Output LCD1 disable success
[138807.055] Blank CRTC 0 success
[138807.055] Disable CRTC 0 success
[138807.055] Blank CRTC 1 success
[138807.055] Disable CRTC 1 success
[139407.055] Output LCD1 disable success
[139407.055] Blank CRTC 0 success
[139407.055] Disable CRTC 0 success
[139407.055] Blank CRTC 1 success
[139407.055] Disable CRTC 1 success
[140007.055] Output LCD1 disable success
[140007.055] Blank CRTC 0 success
[140007.056] Disable CRTC 0 success
[140007.056] Blank CRTC 1 success
[140007.056] Disable CRTC 1 success
[140607.057] Output LCD1 disable success
[140607.057] Blank CRTC 0 success
[140607.057] Disable CRTC 0 success
[140607.057] Blank CRTC 1 success
[140607.057] Disable CRTC 1 success
[141207.057] Output LCD1 disable success
[141207.057] Blank CRTC 0 success
[141207.057] Disable CRTC 0 success
[141207.057] Blank CRTC 1 success
[141207.057] Disable CRTC 1 success
[141807.057] Output LCD1 disable success
[141807.057] Blank CRTC 0 success
[141807.057] Disable CRTC 0 success
[141807.057] Blank CRTC 1 success
[141807.057] Disable CRTC 1 success
[142407.057] Output LCD1 disable success
[142407.057] Blank CRTC 0 success
[142407.057] Disable CRTC 0 success
[142407.057] Blank CRTC 1 success
[142407.058] Disable CRTC 1 success
[143007.058] Output LCD1 disable success
[143007.058] Blank CRTC 0 success
[143007.058] Disable CRTC 0 success
[143007.058] Blank CRTC 1 success
[143007.058] Disable CRTC 1 success
[143607.058] Output LCD1 disable success
[143607.059] Blank CRTC 0 success
[143607.059] Disable CRTC 0 success
[143607.059] Blank CRTC 1 success
[143607.059] Disable CRTC 1 success
[144207.060] Output LCD1 disable success
[144207.060] Blank CRTC 0 success
[144207.060] Disable CRTC 0 success
[144207.060] Blank CRTC 1 success
[144207.060] Disable CRTC 1 success
[144807.060] Output LCD1 disable success
[144807.060] Blank CRTC 0 success
[144807.060] Disable CRTC 0 success
[144807.060] Blank CRTC 1 success
[144807.060] Disable CRTC 1 success
[145407.061] Output LCD1 disable success
[145407.061] Blank CRTC 0 success
[145407.061] Disable CRTC 0 success
[145407.061] Blank CRTC 1 success
[145407.061] Disable CRTC 1 success
[146007.061] Output LCD1 disable success
[146007.061] Blank CRTC 0 success
[146007.061] Disable CRTC 0 success
[146007.061] Blank CRTC 1 success
[146007.061] Disable CRTC 1 success
[146607.062] Output LCD1 disable success
[146607.062] Blank CRTC 0 success
[146607.062] Disable CRTC 0 success
[146607.062] Blank CRTC 1 success
[146607.062] Disable CRTC 1 success
[147207.062] Output LCD1 disable success
[147207.062] Blank CRTC 0 success
[147207.062] Disable CRTC 0 success
[147207.062] Blank CRTC 1 success
[147207.062] Disable CRTC 1 success
[147807.063] Output LCD1 disable success
[147807.063] Blank CRTC 0 success
[147807.063] Disable CRTC 0 success
[147807.063] Blank CRTC 1 success
[147807.063] Disable CRTC 1 success
[148407.063] Output LCD1 disable success
[148407.063] Blank CRTC 0 success
[148407.063] Disable CRTC 0 success
[148407.063] Blank CRTC 1 success
[148407.063] Disable CRTC 1 success
[149007.063] Output LCD1 disable success
[149007.064] Blank CRTC 0 success
[149007.064] Disable CRTC 0 success
[149007.064] Blank CRTC 1 success
[149007.064] Disable CRTC 1 success
[149607.065] Output LCD1 disable success
[149607.065] Blank CRTC 0 success
[149607.065] Disable CRTC 0 success
[149607.065] Blank CRTC 1 success
[149607.065] Disable CRTC 1 success
[150207.065] Output LCD1 disable success
[150207.065] Blank CRTC 0 success
[150207.065] Disable CRTC 0 success
[150207.065] Blank CRTC 1 success
[150207.065] Disable CRTC 1 success
[150807.066] Output LCD1 disable success
[150807.066] Blank CRTC 0 success
[150807.066] Disable CRTC 0 success
[150807.066] Blank CRTC 1 success
[150807.066] Disable CRTC 1 success
[151407.067] Output LCD1 disable success
[151407.067] Blank CRTC 0 success
[151407.067] Disable CRTC 0 success
[151407.067] Blank CRTC 1 success
[151407.067] Disable CRTC 1 success
[152007.067] Output LCD1 disable success
[152007.067] Blank CRTC 0 success
[152007.067] Disable CRTC 0 success
[152007.067] Blank CRTC 1 success
[152007.067] Disable CRTC 1 success
[152607.068] Output LCD1 disable success
[152607.068] Blank CRTC 0 success
[152607.068] Disable CRTC 0 success
[152607.068] Blank CRTC 1 success
[152607.068] Disable CRTC 1 success
[153207.068] Output LCD1 disable success
[153207.069] Blank CRTC 0 success
[153207.069] Disable CRTC 0 success
[153207.069] Blank CRTC 1 success
[153207.070] Disable CRTC 1 success
[153807.070] Output LCD1 disable success
[153807.070] Blank CRTC 0 success
[153807.070] Disable CRTC 0 success
[153807.070] Blank CRTC 1 success
[153807.070] Disable CRTC 1 success
[154407.070] Output LCD1 disable success
[154407.071] Blank CRTC 0 success
[154407.071] Disable CRTC 0 success
[154407.071] Blank CRTC 1 success
[154407.071] Disable CRTC 1 success
[155007.071] Output LCD1 disable success
[155007.071] Blank CRTC 0 success
[155007.071] Disable CRTC 0 success
[155007.071] Blank CRTC 1 success
[155007.071] Disable CRTC 1 success
[155607.071] Output LCD1 disable success
[155607.071] Blank CRTC 0 success
[155607.071] Disable CRTC 0 success
[155607.071] Blank CRTC 1 success
[155607.071] Disable CRTC 1 success
[156207.071] Output LCD1 disable success
[156207.071] Blank CRTC 0 success
[156207.071] Disable CRTC 0 success
[156207.071] Blank CRTC 1 success
[156207.071] Disable CRTC 1 success
[156280.993] Enable CRTC 0 success
[156280.994] Unblank CRTC 0 success
[156280.995] Output LCD1 enable success
[161254.833] Output LCD1 disable success
[161254.834] Blank CRTC 0 success
[161254.835] Disable CRTC 0 success
[161254.835] Blank CRTC 1 success
[161254.835] Disable CRTC 1 success
[161422.057] Enable CRTC 0 success
[161422.057] Unblank CRTC 0 success
[161422.058] Output LCD1 enable success
[163621.866] Output LCD1 disable success
[163621.870] Blank CRTC 0 success
[163621.880] Disable CRTC 0 success
[163621.880] Blank CRTC 1 success
[163621.880] Disable CRTC 1 success
[164221.880] Output LCD1 disable success
[164221.880] Blank CRTC 0 success
[164221.880] Disable CRTC 0 success
[164221.880] Blank CRTC 1 success
[164221.880] Disable CRTC 1 success
[164396.242] Enable CRTC 0 success
[164396.242] Unblank CRTC 0 success
[164396.243] Output LCD1 enable success
[166105.276] Output LCD1 disable success
[166105.281] Blank CRTC 0 success
[166105.285] Disable CRTC 0 success
[166105.285] Blank CRTC 1 success
[166105.285] Disable CRTC 1 success
[166705.286] Output LCD1 disable success
[166705.286] Blank CRTC 0 success
[166705.286] Disable CRTC 0 success
[166705.286] Blank CRTC 1 success
[166705.286] Disable CRTC 1 success
[167305.286] Output LCD1 disable success
[167305.286] Blank CRTC 0 success
[167305.286] Disable CRTC 0 success
[167305.286] Blank CRTC 1 success
[167305.286] Disable CRTC 1 success
[167905.286] Output LCD1 disable success
[167905.286] Blank CRTC 0 success
[167905.286] Disable CRTC 0 success
[167905.286] Blank CRTC 1 success
[167905.286] Disable CRTC 1 success
[168505.287] Output LCD1 disable success
[168505.287] Blank CRTC 0 success
[168505.287] Disable CRTC 0 success
[168505.287] Blank CRTC 1 success
[168505.287] Disable CRTC 1 success
[169105.287] Output LCD1 disable success
[169105.287] Blank CRTC 0 success
[169105.287] Disable CRTC 0 success
[169105.287] Blank CRTC 1 success
[169105.287] Disable CRTC 1 success
[169705.287] Output LCD1 disable success
[169705.287] Blank CRTC 0 success
[169705.287] Disable CRTC 0 success
[169705.287] Blank CRTC 1 success
[169705.287] Disable CRTC 1 success
[170305.288] Output LCD1 disable success
[170305.288] Blank CRTC 0 success
[170305.288] Disable CRTC 0 success
[170305.288] Blank CRTC 1 success
[170305.288] Disable CRTC 1 success
[170905.289] Output LCD1 disable success
[170905.289] Blank CRTC 0 success
[170905.289] Disable CRTC 0 success
[170905.289] Blank CRTC 1 success
[170905.289] Disable CRTC 1 success
[171505.289] Output LCD1 disable success
[171505.289] Blank CRTC 0 success
[171505.289] Disable CRTC 0 success
[171505.289] Blank CRTC 1 success
[171505.289] Disable CRTC 1 success
[172105.289] Output LCD1 disable success
[172105.290] Blank CRTC 0 success
[172105.290] Disable CRTC 0 success
[172105.290] Blank CRTC 1 success
[172105.290] Disable CRTC 1 success
[172705.290] Output LCD1 disable success
[172705.290] Blank CRTC 0 success
[172705.290] Disable CRTC 0 success
[172705.290] Blank CRTC 1 success
[172705.291] Disable CRTC 1 success
[173305.291] Output LCD1 disable success
[173305.292] Blank CRTC 0 success
[173305.292] Disable CRTC 0 success
[173305.292] Blank CRTC 1 success
[173305.292] Disable CRTC 1 success
[173905.292] Output LCD1 disable success
[173905.292] Blank CRTC 0 success
[173905.292] Disable CRTC 0 success
[173905.292] Blank CRTC 1 success
[173905.292] Disable CRTC 1 success
[174505.293] Output LCD1 disable success
[174505.293] Blank CRTC 0 success
[174505.293] Disable CRTC 0 success
[174505.293] Blank CRTC 1 success
[174505.293] Disable CRTC 1 success
[175105.293] Output LCD1 disable success
[175105.293] Blank CRTC 0 success
[175105.293] Disable CRTC 0 success
[175105.293] Blank CRTC 1 success
[175105.293] Disable CRTC 1 success
[175705.293] Output LCD1 disable success
[175705.294] Blank CRTC 0 success
[175705.294] Disable CRTC 0 success
[175705.294] Blank CRTC 1 success
[175705.294] Disable CRTC 1 success
[176305.294] Output LCD1 disable success
[176305.295] Blank CRTC 0 success
[176305.295] Disable CRTC 0 success
[176305.295] Blank CRTC 1 success
[176305.295] Disable CRTC 1 success
[176905.295] Output LCD1 disable success
[176905.295] Blank CRTC 0 success
[176905.295] Disable CRTC 0 success
[176905.295] Blank CRTC 1 success
[176905.296] Disable CRTC 1 success
[177505.296] Output LCD1 disable success
[177505.296] Blank CRTC 0 success
[177505.296] Disable CRTC 0 success
[177505.296] Blank CRTC 1 success
[177505.296] Disable CRTC 1 success
[178105.296] Output LCD1 disable success
[178105.297] Blank CRTC 0 success
[178105.297] Disable CRTC 0 success
[178105.297] Blank CRTC 1 success
[178105.297] Disable CRTC 1 success
[178705.298] Output LCD1 disable success
[178705.298] Blank CRTC 0 success
[178705.298] Disable CRTC 0 success
[178705.298] Blank CRTC 1 success
[178705.298] Disable CRTC 1 success
[179305.298] Output LCD1 disable success
[179305.298] Blank CRTC 0 success
[179305.298] Disable CRTC 0 success
[179305.298] Blank CRTC 1 success
[179305.298] Disable CRTC 1 success
[179905.299] Output LCD1 disable success
[179905.299] Blank CRTC 0 success
[179905.299] Disable CRTC 0 success
[179905.299] Blank CRTC 1 success
[179905.299] Disable CRTC 1 success
[180278.435] Enable CRTC 0 success
[180278.435] Unblank CRTC 0 success
[180278.437] Output LCD1 enable success
[184952.905] Output LCD1 disable success
[184952.910] Blank CRTC 0 success
[184952.917] Disable CRTC 0 success
[184952.917] Blank CRTC 1 success
[184952.917] Disable CRTC 1 success
[185191.889] Enable CRTC 0 success
[185191.889] Unblank CRTC 0 success
[185191.890] Output LCD1 enable success
[189373.706] Output LCD1 disable success
[189373.710] Blank CRTC 0 success
[189373.712] Disable CRTC 0 success
[189373.712] Blank CRTC 1 success
[189373.712] Disable CRTC 1 success
[189926.385] Enable CRTC 0 success
[189926.385] Unblank CRTC 0 success
[189926.386] Output LCD1 enable success
[192593.377] Output LCD1 disable success
[192593.380] Blank CRTC 0 success
[192593.380] Disable CRTC 0 success
[192593.380] Blank CRTC 1 success
[192593.380] Disable CRTC 1 success
[192739.736] Enable CRTC 0 success
[192739.736] Unblank CRTC 0 success
[192739.737] Output LCD1 enable success
[218759.877] Output LCD1 disable success
[218760.548] Blank CRTC 0 success
[218760.559] Disable CRTC 0 success
[218760.559] Blank CRTC 1 success
[218760.559] Disable CRTC 1 success
[219360.559] Output LCD1 disable success
[219360.559] Blank CRTC 0 success
[219360.559] Disable CRTC 0 success
[219360.560] Blank CRTC 1 success
[219360.560] Disable CRTC 1 success
[219960.560] Output LCD1 disable success
[219960.560] Blank CRTC 0 success
[219960.560] Disable CRTC 0 success
[219960.560] Blank CRTC 1 success
[219960.560] Disable CRTC 1 success
[220560.561] Output LCD1 disable success
[220560.561] Blank CRTC 0 success
[220560.561] Disable CRTC 0 success
[220560.561] Blank CRTC 1 success
[220560.561] Disable CRTC 1 success
[221160.561] Output LCD1 disable success
[221160.561] Blank CRTC 0 success
[221160.561] Disable CRTC 0 success
[221160.561] Blank CRTC 1 success
[221160.561] Disable CRTC 1 success
[221760.563] Output LCD1 disable success
[221760.563] Blank CRTC 0 success
[221760.563] Disable CRTC 0 success
[221760.563] Blank CRTC 1 success
[221760.563] Disable CRTC 1 success
[222360.563] Output LCD1 disable success
[222360.563] Blank CRTC 0 success
[222360.563] Disable CRTC 0 success
[222360.563] Blank CRTC 1 success
[222360.563] Disable CRTC 1 success
[222960.563] Output LCD1 disable success
[222960.563] Blank CRTC 0 success
[222960.563] Disable CRTC 0 success
[222960.563] Blank CRTC 1 success
[222960.563] Disable CRTC 1 success
[223560.563] Output LCD1 disable success
[223560.564] Blank CRTC 0 success
[223560.564] Disable CRTC 0 success
[223560.564] Blank CRTC 1 success
[223560.564] Disable CRTC 1 success
[224160.565] Output LCD1 disable success
[224160.565] Blank CRTC 0 success
[224160.565] Disable CRTC 0 success
[224160.565] Blank CRTC 1 success
[224160.565] Disable CRTC 1 success
[224760.565] Output LCD1 disable success
[224760.565] Blank CRTC 0 success
[224760.565] Disable CRTC 0 success
[224760.565] Blank CRTC 1 success
[224760.565] Disable CRTC 1 success
[225360.565] Output LCD1 disable success
[225360.565] Blank CRTC 0 success
[225360.565] Disable CRTC 0 success
[225360.565] Blank CRTC 1 success
[225360.565] Disable CRTC 1 success
[225960.565] Output LCD1 disable success
[225960.565] Blank CRTC 0 success
[225960.565] Disable CRTC 0 success
[225960.565] Blank CRTC 1 success
[225960.565] Disable CRTC 1 success
[226560.566] Output LCD1 disable success
[226560.566] Blank CRTC 0 success
[226560.566] Disable CRTC 0 success
[226560.566] Blank CRTC 1 success
[226560.566] Disable CRTC 1 success
[227160.566] Output LCD1 disable success
[227160.566] Blank CRTC 0 success
[227160.566] Disable CRTC 0 success
[227160.566] Blank CRTC 1 success
[227160.566] Disable CRTC 1 success
[227760.567] Output LCD1 disable success
[227760.567] Blank CRTC 0 success
[227760.567] Disable CRTC 0 success
[227760.567] Blank CRTC 1 success
[227760.567] Disable CRTC 1 success
[228360.567] Output LCD1 disable success
[228360.567] Blank CRTC 0 success
[228360.567] Disable CRTC 0 success
[228360.567] Blank CRTC 1 success
[228360.567] Disable CRTC 1 success
[228960.567] Output LCD1 disable success
[228960.567] Blank CRTC 0 success
[228960.567] Disable CRTC 0 success
[228960.567] Blank CRTC 1 success
[228960.567] Disable CRTC 1 success
[229560.567] Output LCD1 disable success
[229560.568] Blank CRTC 0 success
[229560.568] Disable CRTC 0 success
[229560.568] Blank CRTC 1 success
[229560.568] Disable CRTC 1 success
[230160.568] Output LCD1 disable success
[230160.568] Blank CRTC 0 success
[230160.568] Disable CRTC 0 success
[230160.568] Blank CRTC 1 success
[230160.569] Disable CRTC 1 success
[230760.569] Output LCD1 disable success
[230760.569] Blank CRTC 0 success
[230760.569] Disable CRTC 0 success
[230760.569] Blank CRTC 1 success
[230760.569] Disable CRTC 1 success
[231360.569] Output LCD1 disable success
[231360.569] Blank CRTC 0 success
[231360.569] Disable CRTC 0 success
[231360.569] Blank CRTC 1 success
[231360.569] Disable CRTC 1 success
[231960.570] Output LCD1 disable success
[231960.570] Blank CRTC 0 success
[231960.570] Disable CRTC 0 success
[231960.570] Blank CRTC 1 success
[231960.570] Disable CRTC 1 success
[232560.570] Output LCD1 disable success
[232560.570] Blank CRTC 0 success
[232560.570] Disable CRTC 0 success
[232560.570] Blank CRTC 1 success
[232560.570] Disable CRTC 1 success
[233160.570] Output LCD1 disable success
[233160.570] Blank CRTC 0 success
[233160.570] Disable CRTC 0 success
[233160.570] Blank CRTC 1 success
[233160.571] Disable CRTC 1 success
[233760.571] Output LCD1 disable success
[233760.571] Blank CRTC 0 success
[233760.571] Disable CRTC 0 success
[233760.571] Blank CRTC 1 success
[233760.571] Disable CRTC 1 success
[234360.571] Output LCD1 disable success
[234360.572] Blank CRTC 0 success
[234360.572] Disable CRTC 0 success
[234360.572] Blank CRTC 1 success
[234360.572] Disable CRTC 1 success
[234960.573] Output LCD1 disable success
[234960.573] Blank CRTC 0 success
[234960.573] Disable CRTC 0 success
[234960.573] Blank CRTC 1 success
[234960.573] Disable CRTC 1 success
[235560.573] Output LCD1 disable success
[235560.574] Blank CRTC 0 success
[235560.574] Disable CRTC 0 success
[235560.574] Blank CRTC 1 success
[235560.574] Disable CRTC 1 success
[236146.003] Enable CRTC 0 success
[236146.003] Unblank CRTC 0 success
[236146.004] Output LCD1 enable success
[241287.491] Output LCD1 disable success
[241287.491] Blank CRTC 0 success
[241287.491] Disable CRTC 0 success
[241287.491] Blank CRTC 1 success
[241287.491] Disable CRTC 1 success
[241304.089] Enable CRTC 0 success
[241304.090] Unblank CRTC 0 success
[241304.091] Output LCD1 enable success

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=pc104
E: XKBLAYOUT=us
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1b.0/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=LENOVO

P: /devices/platform/hdaps/input/input10/event10
N: input/event10
S: input/by-path/platform-hdaps-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/hdaps/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-hdaps
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-hdaps-event

P: /devices/platform/hdaps/input/input10/js0
N: input/js0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/hdaps/input/input10/js0
E: MAJOR=13
E: MINOR=0
E: DEVNAME=/dev/input/js0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-hdaps

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=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=LENOVO

P: /devices/platform/i8042/serio1/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/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-1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input6/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/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-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/i8042/serio1/serio2/input/input9/event9
N: input/event9
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse

P: /devices/platform/i8042/serio1/serio2/input/input9/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/platform/thinkpad_acpi/input/input7/event7
N: input/event7
S: input/by-path/platform-thinkpad_acpi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/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: ID_PATH=platform-thinkpad_acpi
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: DMI_VENDOR=LENOVO


DRM Information from dmesg:
---------------------------
[    0.221432] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.965034] Linux agpgart interface v0.103
[    7.865927] [drm] Initialized drm 1.1.0 20060810
[    8.541349] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    8.541351] [drm] No driver support for vblank timestamp query.
[    8.541354] [drm] Initialized radeon 1.33.0 20080528 for 0000:01:00.0 on minor 0
[  115.267156] [drm] Setting GART location based on new memory map
[  115.268606] [drm] Loading R500 Microcode
[  115.331179] [drm] Num pipes: 1
[  115.331186] [drm] writeback test succeeded in 1 usecs


Reply to: