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

Bug#492146: marked as done (xserver-xorg-input-evdev: Mouse does not work after resume from suspend)



Your message dated Wed, 12 Nov 2008 19:47:06 +0000
with message-id <E1L0LgA-0000YM-2c@ries.debian.org>
and subject line Bug#492146: fixed in xserver-xorg-input-evdev 1:2.0.99.3-1
has caused the Debian Bug report #492146,
regarding xserver-xorg-input-evdev: Mouse does not work after resume from suspend
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
492146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492146
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-evdev
Version: 1:2.0.2-1
Severity: normal


After resume from suspend, my Logitech LX7 cordless mouse no longer
works.  In the attached Xorg.0.log, you can see that after resume the
device is not found (look for 'lx7').  Examining system logs, it seems
the USB device is re-connected sometime after X looks for it.  This
functionality worked fine with the 1:1.2.0-1 version of the evdev
driver.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-04-05 15:32 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1719220 2008-07-18 05:25 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4534 2008-07-23 20:10 /etc/X11/xorg.conf

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

Section "Extensions"
	Option "Composite" "Enable"
EndSection

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

#Section "InputDevice"
#	Identifier	"Configured Mouse"
#	Driver		"mouse"
#	Option		"CorePointer"
#	Option		"Device"		"/dev/input/mice"
#	Option		"Protocol"		"ImPS/2"
#EndSection

Section "InputDevice"
    Identifier  "lx7"
    Driver      "evdev"
    #Driver      "mouse"
    Option      "CorePointer"
    #Option      "Device"      "/dev/input/mouse1"
    Option      "Device" "/dev/input/by-id/usb-Logitech_USB_RECEIVER-event-mouse"
    Option      "Name" "Logitech USB RECEIVER"
    Option      "Vendor" "Logitech"
    #Option      "Dev Phys"    "usb-0000:00:1d.1-2/input0"
    Option      "Buttons"     "9"
    #Option      "ZAxisMapping" "4 5 6 7"
    #Option      "ButtonMapping" "1 2 3 8 9"
    Option      "Emulate3Buttons" "0"
    Option      "Resolution" "1200"
EndSection

#Section "InputDevice"
#      Driver        "wacom"
#      Identifier    "stylus"
#      Option        "Device"        "/dev/input/wacom"   # USB ONLY
#      Option        "Type"          "stylus"
#      Option        "USB"           "on"                  # USB ONLY
#    EndSection

#    Section "InputDevice"
#      Driver        "wacom"
#      Identifier    "eraser"
#      Option        "Device"        "/dev/input/wacom"   # USB ONLY
#      Option        "Type"          "eraser"
#      Option        "USB"           "on"                  # USB ONLY
#    EndSection

#    Section "InputDevice"
#      Driver        "wacom"
#      Identifier    "cursor"
#      Option        "Device"        "/dev/input/wacom"   # USB ONLY
#      Option        "Type"          "cursor"
#      Option        "USB"           "on"                  # USB ONLY
#    EndSection

    # This section is for Intuos3, Cintiq 21UX, Graphire4, or Bamboo
#    Section "InputDevice"
#      Driver        "wacom"
#      Identifier    "pad"
#      Option        "Device"        "/dev/input/wacom"   # USB ONLY
#      Option        "Type"          "pad"
#      Option        "USB"           "on"                  # USB ONLY
#    EndSection

Section "Device"
	Identifier	"Intel Corporation 82G965 Integrated Graphics Controller"
	Driver		"intel"
	Option          "ModeDebug" "true"
	Option "XAANoOffscreenPixmaps" "true"
	Option "FramebufferCompression" "false"
EndSection

Section "Monitor"
	Identifier	"DellFP"
	Option		"DPMS"
	#HorizSync	31-85
	#VertRefresh	59-61
	DisplaySize     410 305
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82G965 Integrated Graphics Controller"
	Monitor		"DellFP"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"lx7"
	#InputDevice    "stylus"    "SendCoreEvents"
        #InputDevice    "eraser"    "SendCoreEvents"
        #InputDevice    "cursor"    "SendCoreEvents"    # For non-LCD tablets only
        #InputDevice    "pad"   # For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event
	#Option          "AIGLX" "true"
EndSection

Section "Modes"
	Identifier "DellModes"
	Modeline "1600x1200"   162.00   1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
EndSection

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 133807 2008-07-23 20:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/buttercup:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-2)
Current Operating System: Linux buttercup 2.6.25.9 #1 SMP PREEMPT Tue Jun 24 21:26:16 EDT 2008 i686
Build Date: 18 July 2008  11:09:10AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 23 20:40:11 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "DellFP"
(**) |   |-->Device "Intel Corporation 82G965 Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "lx7"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(==) |-->Input Device "Generic Keyboard"
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e3b20
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2980 card 1043,8295 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2982 card 1043,8276 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2983 card 1043,8276 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1a:0: chip 8086,2937 card 1043,8277 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2938 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:2: chip 8086,2939 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,293c card 1043,8277 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,293e card 1043,829f rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2940 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2948 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,294a card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2934 card 1043,8277 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2935 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2936 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,293a card 1043,8277 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 92 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2916 card 1043,8277 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2922 card 1043,8277 rev 02 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,2930 card 1043,8277 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1969,1048 card 1043,8226 rev b0 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 197b,2368 card 1043,827e rev 00 class 01,01,85 hdr 00
(II) PCI: 04:03:0: chip 1106,3044 card 1043,81fe rev c0 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:4), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:5), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation 965 G1 Integrated Graphics Controller rev 3, Mem @ 0xfe800000/20, 0xd0000000/28, I/O @ 0xcc00/3
(--) PCI: (0:2:1) Intel Corporation unknown chipset (0x2983) rev 3, Mem @ 0xfe900000/20
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[1] -1	0	0xfeac0000 - 0xfeafffff (0x40000) MX[B]
	[2] -1	0	0xfe7fb400 - 0xfe7fb4ff (0x100) MX[B]
	[3] -1	0	0xfe7fa800 - 0xfe7fafff (0x800) MX[B]
	[4] -1	0	0xfe7fb800 - 0xfe7fbbff (0x400) MX[B]
	[5] -1	0	0xfe7f4000 - 0xfe7f7fff (0x4000) MX[B]
	[6] -1	0	0xfe7fbc00 - 0xfe7fbfff (0x400) MX[B]
	[7] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[8] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B](B)
	[10] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[11] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[12] -1	0	0x0000d480 - 0x0000d483 (0x4) IX[B]
	[13] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[14] -1	0	0x0000d880 - 0x0000d883 (0x4) IX[B]
	[15] -1	0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[16] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[17] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[18] -1	0	0x0000b400 - 0x0000b403 (0x4) IX[B]
	[19] -1	0	0x0000b480 - 0x0000b487 (0x8) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[21] -1	0	0x0000b880 - 0x0000b887 (0x8) IX[B]
	[22] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[23] -1	0	0x0000c080 - 0x0000c09f (0x20) IX[B]
	[24] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[25] -1	0	0x0000c880 - 0x0000c89f (0x20) IX[B]
	[26] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[27] -1	0	0x0000c480 - 0x0000c49f (0x20) IX[B]
	[28] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[1] -1	0	0xfeac0000 - 0xfeafffff (0x40000) MX[B]
	[2] -1	0	0xfe7fb400 - 0xfe7fb4ff (0x100) MX[B]
	[3] -1	0	0xfe7fa800 - 0xfe7fafff (0x800) MX[B]
	[4] -1	0	0xfe7fb800 - 0xfe7fbbff (0x400) MX[B]
	[5] -1	0	0xfe7f4000 - 0xfe7f7fff (0x4000) MX[B]
	[6] -1	0	0xfe7fbc00 - 0xfe7fbfff (0x400) MX[B]
	[7] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[8] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B](B)
	[10] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[11] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[12] -1	0	0x0000d480 - 0x0000d483 (0x4) IX[B]
	[13] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[14] -1	0	0x0000d880 - 0x0000d883 (0x4) IX[B]
	[15] -1	0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[16] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[17] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[18] -1	0	0x0000b400 - 0x0000b403 (0x4) IX[B]
	[19] -1	0	0x0000b480 - 0x0000b487 (0x8) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[21] -1	0	0x0000b880 - 0x0000b887 (0x8) IX[B]
	[22] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[23] -1	0	0x0000c080 - 0x0000c09f (0x20) IX[B]
	[24] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[25] -1	0	0x0000c880 - 0x0000c89f (0x20) IX[B]
	[26] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[27] -1	0	0x0000c480 - 0x0000c49f (0x20) IX[B]
	[28] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeac0000 - 0xfeafffff (0x40000) MX[B]
	[6] -1	0	0xfe7fb400 - 0xfe7fb4ff (0x100) MX[B]
	[7] -1	0	0xfe7fa800 - 0xfe7fafff (0x800) MX[B]
	[8] -1	0	0xfe7fb800 - 0xfe7fbbff (0x400) MX[B]
	[9] -1	0	0xfe7f4000 - 0xfe7f7fff (0x4000) MX[B]
	[10] -1	0	0xfe7fbc00 - 0xfe7fbfff (0x400) MX[B]
	[11] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[17] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[18] -1	0	0x0000d480 - 0x0000d483 (0x4) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[20] -1	0	0x0000d880 - 0x0000d883 (0x4) IX[B]
	[21] -1	0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[22] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[23] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[24] -1	0	0x0000b400 - 0x0000b403 (0x4) IX[B]
	[25] -1	0	0x0000b480 - 0x0000b487 (0x8) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[27] -1	0	0x0000b880 - 0x0000b887 (0x8) IX[B]
	[28] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[29] -1	0	0x0000c080 - 0x0000c09f (0x20) IX[B]
	[30] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[31] -1	0	0x0000c880 - 0x0000c89f (0x20) IX[B]
	[32] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[33] -1	0	0x0000c480 - 0x0000c49f (0x20) IX[B]
	[34] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.3.2
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 0.0.0, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
	965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset G35 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeac0000 - 0xfeafffff (0x40000) MX[B]
	[6] -1	0	0xfe7fb400 - 0xfe7fb4ff (0x100) MX[B]
	[7] -1	0	0xfe7fa800 - 0xfe7fafff (0x800) MX[B]
	[8] -1	0	0xfe7fb800 - 0xfe7fbbff (0x400) MX[B]
	[9] -1	0	0xfe7f4000 - 0xfe7f7fff (0x4000) MX[B]
	[10] -1	0	0xfe7fbc00 - 0xfe7fbfff (0x400) MX[B]
	[11] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[17] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[18] -1	0	0x0000d480 - 0x0000d483 (0x4) IX[B]
	[19] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[20] -1	0	0x0000d880 - 0x0000d883 (0x4) IX[B]
	[21] -1	0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[22] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[23] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[24] -1	0	0x0000b400 - 0x0000b403 (0x4) IX[B]
	[25] -1	0	0x0000b480 - 0x0000b487 (0x8) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[27] -1	0	0x0000b880 - 0x0000b887 (0x8) IX[B]
	[28] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[29] -1	0	0x0000c080 - 0x0000c09f (0x20) IX[B]
	[30] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[31] -1	0	0x0000c880 - 0x0000c89f (0x20) IX[B]
	[32] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[33] -1	0	0x0000c480 - 0x0000c49f (0x20) IX[B]
	[34] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeac0000 - 0xfeafffff (0x40000) MX[B]
	[6] -1	0	0xfe7fb400 - 0xfe7fb4ff (0x100) MX[B]
	[7] -1	0	0xfe7fa800 - 0xfe7fafff (0x800) MX[B]
	[8] -1	0	0xfe7fb800 - 0xfe7fbbff (0x400) MX[B]
	[9] -1	0	0xfe7f4000 - 0xfe7f7fff (0x4000) MX[B]
	[10] -1	0	0xfe7fbc00 - 0xfe7fbfff (0x400) MX[B]
	[11] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[21] -1	0	0x0000d480 - 0x0000d483 (0x4) IX[B]
	[22] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[23] -1	0	0x0000d880 - 0x0000d883 (0x4) IX[B]
	[24] -1	0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[25] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[26] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[27] -1	0	0x0000b400 - 0x0000b403 (0x4) IX[B]
	[28] -1	0	0x0000b480 - 0x0000b487 (0x8) IX[B]
	[29] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[30] -1	0	0x0000b880 - 0x0000b887 (0x8) IX[B]
	[31] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[32] -1	0	0x0000c080 - 0x0000c09f (0x20) IX[B]
	[33] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[34] -1	0	0x0000c880 - 0x0000c89f (0x20) IX[B]
	[35] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[36] -1	0	0x0000c480 - 0x0000c49f (0x20) IX[B]
	[37] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B](B)
	[38] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[39] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "ModeDebug" "true"
(**) intel(0): Option "FramebufferCompression" "false"
(II) intel(0): Integrated Graphics Chipset: Intel(R) G35
(--) intel(0): Chipset: "G35"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFE800000
(II) intel(0): Hardware state on X startup:
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x80000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x10001000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0x98000000 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001400 (5120 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x04ff03ff (1280, 1024)
(II) intel(0):            PIPEASTAT: 0x00000207 (status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00020e08 (n = 2, m1 = 14, m2 = 8)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4020c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 2, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000003
(II) intel(0):             HTOTAL_A: 0x069704ff (1280 active, 1688 total)
(II) intel(0):             HBLANK_A: 0x069704ff (1280 start, 1688 end)
(II) intel(0):              HSYNC_A: 0x059f052f (1328 start, 1440 end)
(II) intel(0):             VTOTAL_A: 0x042903ff (1024 active, 1066 total)
(II) intel(0):             VBLANK_A: 0x042903ff (1024 start, 1066 end)
(II) intel(0):              VSYNC_A: 0x04030400 (1025 start, 1028 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00000206 (status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x84800c00 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x8204008e (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x01
(II) intel(0):                 SR02: 0x0f
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x0e
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x67
(II) intel(0):                  ARX: 0x20
(II) intel(0):                 AR00: 0x00
(II) intel(0):                 AR01: 0x01
(II) intel(0):                 AR02: 0x02
(II) intel(0):                 AR03: 0x03
(II) intel(0):                 AR04: 0x04
(II) intel(0):                 AR05: 0x05
(II) intel(0):                 AR06: 0x14
(II) intel(0):                 AR07: 0x07
(II) intel(0):                 AR08: 0x38
(II) intel(0):                 AR09: 0x39
(II) intel(0):                 AR0a: 0x3a
(II) intel(0):                 AR0b: 0x3b
(II) intel(0):                 AR0c: 0x3c
(II) intel(0):                 AR0d: 0x3d
(II) intel(0):                 AR0e: 0x3e
(II) intel(0):                 AR0f: 0x3f
(II) intel(0):                 AR10: 0x0c
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x0f
(II) intel(0):                 AR13: 0x08
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x5f
(II) intel(0):                 CR01: 0x4f
(II) intel(0):                 CR02: 0x50
(II) intel(0):                 CR03: 0x82
(II) intel(0):                 CR04: 0x55
(II) intel(0):                 CR05: 0x81
(II) intel(0):                 CR06: 0xbf
(II) intel(0):                 CR07: 0x1f
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x4f
(II) intel(0):                 CR0a: 0x0d
(II) intel(0):                 CR0b: 0x0e
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x03
(II) intel(0):                 CR0f: 0xc0
(II) intel(0):                 CR10: 0x9c
(II) intel(0):                 CR11: 0x8e
(II) intel(0):                 CR12: 0x8f
(II) intel(0):                 CR13: 0x28
(II) intel(0):                 CR14: 0x1f
(II) intel(0):                 CR15: 0x96
(II) intel(0):                 CR16: 0xb9
(II) intel(0):                 CR17: 0xa3
(II) intel(0):                 CR18: 0xff
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x20
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 108000 n 2 m1 14 m2 8 p1 2 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section DellFP
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): SDVO: W: 02                         (SDVO_CMD_GET_DEVICE_CAPS)
(II) intel(0): SDVO: R: 04 AE 00 02 01 01 01 00 (Success)
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 1D                         (SDVO_CMD_GET_INPUT_PIXEL_CLOCK_RANGE)
(II) intel(0): SDVO: R: C4 09 74 40             (Success)
(II) intel(0): SDVO device VID/DID: 04:AE.00, clock range 25.0MHz - 165.0MHz, input 1: Y, input 2: N, output 1: Y, output 2: N
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): SDVO: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): SDVO: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R: 01 00                   (Success)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R: 30 2A 00 98 51 00 2A 40 (Success)
(II) intel(0): SDVO: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R: 30 70 13 00 1E 00 00 00 (Success)
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 18                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R: 30 2A 00 98 51 00 2A 40 (Success)
(II) intel(0): SDVO: W: 19                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R: 30 70 13 00 1E 00 00 00 (Success)
(II) intel(0): Mode for pipe A:
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): chosen: dotclock 31500 vco 2520000 ((m 105, m1 17, m2 8), n 2, (p 80, p1 8, p2 10))
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): EDID for output VGA
(II) intel(0): SDVO: W: 0B                         (SDVO_CMD_GET_ATTACHED_DISPLAYS)
(II) intel(0): SDVO: R: 01 00                   (Success)
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(II) intel(0): SDVO: W: 7A 02                      (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
(II) intel(0): SDVO: W: 7A 02                      (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
(EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.
(WW) EDID preferred timing clock 162.00MHz exceeds claimed max 160MHz, fixing
(II) intel(0): EDID for output TMDS-1
(II) intel(0): Manufacturer: DEL  Model: a003  Serial#: 809913932
(II) intel(0): Year: 2003  Week: 29
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max H-Image Size [cm]: horiz.: 41  vert.: 31
(II) intel(0): Gamma: 2.50
(II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.630 redY: 0.340   greenX: 0.300 greenY: 0.590
(II) intel(0): blueX: 0.149 blueY: 0.109   whiteX: 0.312 whiteY: 0.328
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400@70Hz
(II) intel(0): 640x480@60Hz
(II) intel(0): 640x480@75Hz
(II) intel(0): 800x600@60Hz
(II) intel(0): 800x600@75Hz
(II) intel(0): 1024x768@60Hz
(II) intel(0): 1024x768@75Hz
(II) intel(0): 1280x1024@75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) intel(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 162.0 MHz   Image Size:  367 x 275 mm
(II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) intel(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) intel(0): Serial No: 9E24937H0FNL0
(II) intel(0): Monitor name: DELL 2000FP
(II) intel(0): Ranges: V min: 56  V max: 76 Hz, H min: 31  H max: 80 kHz, PixClock max 162 MHz
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0010ac03a04c4e4630
(II) intel(0): 	1d0d010380291f96ea4c40a1574c9726
(II) intel(0): 	1c5054a54b008180a940714f01010101
(II) intel(0): 	010101010101483f403062b0324040c0
(II) intel(0): 	13006f131100001e000000ff00394532
(II) intel(0): 	343933374830464e4c30000000fc0044
(II) intel(0): 	454c4c203230303046500a20000000fd
(II) intel(0): 	00384c1f5010000a202020202020005a
(II) intel(0): EDID vendor "DEL", prod id 40963
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1152x768" (vrefresh out of range)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "1400x1050" (hsync out of range)
(II) intel(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output TMDS-1
(II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) intel(0): Modeline "1600x1200"x59.9  161.00  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (74.5 kHz)
(II) intel(0): Modeline "1680x1050"x60.0  147.14  1680 1784 1968 2256  1050 1051 1054 1087 (65.2 kHz)
(II) intel(0): Modeline "1600x1024"x60.0  106.91  1600 1620 1640 1670  1024 1027 1030 1067 -hsync -vsync (64.0 kHz)
(II) intel(0): Modeline "1400x1050"x70.0  151.00  1400 1464 1656 1960  1050 1051 1054 1100 +hsync +vsync (77.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1440x900"x60.2  108.84  1440 1472 1880 1912  900 918 927 946 +hsync +vsync (56.9 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 (49.7 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x768"x60.0   80.14  1280 1344 1480 1680  768 769 772 795 (47.7 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Output VGA disconnected
(II) intel(0): Output TMDS-1 connected
(II) intel(0): Output TMDS-1 using initial mode 1600x1200
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 30 70 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): detected 512 kB GTT.
(II) intel(0): detected 7676 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (410, 305) mm
(**) intel(0): DPI set to (104, 139)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd0000000 - 0xdfffffff (0x10000000) MS[B]
	[1] 0	0	0xfe800000 - 0xfe8fffff (0x100000) MS[B]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[7] -1	0	0xfeac0000 - 0xfeafffff (0x40000) MX[B]
	[8] -1	0	0xfe7fb400 - 0xfe7fb4ff (0x100) MX[B]
	[9] -1	0	0xfe7fa800 - 0xfe7fafff (0x800) MX[B]
	[10] -1	0	0xfe7fb800 - 0xfe7fbbff (0x400) MX[B]
	[11] -1	0	0xfe7f4000 - 0xfe7f7fff (0x4000) MX[B]
	[12] -1	0	0xfe7fbc00 - 0xfe7fbfff (0x400) MX[B]
	[13] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[19] 0	0	0x0000cc00 - 0x0000cc07 (0x8) IS[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[23] -1	0	0x0000d400 - 0x0000d40f (0x10) IX[B]
	[24] -1	0	0x0000d480 - 0x0000d483 (0x4) IX[B]
	[25] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[26] -1	0	0x0000d880 - 0x0000d883 (0x4) IX[B]
	[27] -1	0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[28] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[29] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[30] -1	0	0x0000b400 - 0x0000b403 (0x4) IX[B]
	[31] -1	0	0x0000b480 - 0x0000b487 (0x8) IX[B]
	[32] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[33] -1	0	0x0000b880 - 0x0000b887 (0x8) IX[B]
	[34] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[35] -1	0	0x0000c080 - 0x0000c09f (0x20) IX[B]
	[36] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[37] -1	0	0x0000c880 - 0x0000c89f (0x20) IX[B]
	[38] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[39] -1	0	0x0000c480 - 0x0000c49f (0x20) IX[B]
	[40] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B](B)
	[41] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[42] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 489216 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 1956860 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] loaded kernel module for "i915" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfe800000
(II) intel(0): [drm] ring buffer = 0xd0000000
(II) intel(0): [drm] mapped front buffer at 0xd0100000, handle = 0xd0100000
(II) intel(0): [drm] mapped back buffer at 0xd2ef0000, handle = 0xd2ef0000
(II) intel(0): [drm] mapped depth buffer at 0xd3a6c000, handle = 0xd3a6c000
(II) intel(0): [drm] mapped classic textures at 0xd45e8000, handle = 0xd45e8000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xd0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 36126720 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): SDVO: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): SDVO: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R: 01 00                   (Success)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R: 30 2A 00 98 51 00 2A 40 (Success)
(II) intel(0): SDVO: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R: 30 70 13 00 1E 00 00 00 (Success)
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 18                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R: 30 2A 00 98 51 00 2A 40 (Success)
(II) intel(0): SDVO: W: 19                         (SDVO_CMD_GET_OUTPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R: 30 70 13 00 1E 00 00 00 (Success)
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c7c000 (pgoffset 3196)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02ef0000 (pgoffset 12016)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x03a6c000 (pgoffset 14956)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x045e8000 (pgoffset 17896)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
(II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
(II) intel(0): 0x00100000-0x00c7bfff: front buffer (11760 kB) X tiled
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x00c7c000-0x02eeffff: exa offscreen (35280 kB)
(II) intel(0): 0x02ef0000-0x03a6bfff: back buffer (11760 kB) X tiled
(II) intel(0): 0x03a6c000-0x045e7fff: depth buffer (11760 kB) Y tiled
(II) intel(0): 0x045e8000-0x065e7fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Mode for pipe A:
(II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) intel(0): chosen: dotclock 161828 vco 1618285 ((m 118, m1 20, m2 6), n 5, (p 10, p1 1, p2 10))
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 48 3F 40 30 62 B0 32 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 48 3F 40 30 62 B0 32 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 40 C0 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Hardware state at EnterVT:
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70810000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x00000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x10001000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0xd8000400 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001c00 (7168 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00100000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x063f04af (1600, 1200)
(II) intel(0):            PIPEASTAT: 0x00000207 (status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00051406 (n = 5, m1 = 20, m2 = 6)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4010c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 1, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000000
(II) intel(0):             HTOTAL_A: 0x086f063f (1600 active, 2160 total)
(II) intel(0):             HBLANK_A: 0x086f063f (1600 start, 2160 end)
(II) intel(0):              HSYNC_A: 0x073f067f (1664 start, 1856 end)
(II) intel(0):             VTOTAL_A: 0x04e104af (1200 active, 1250 total)
(II) intel(0):             VBLANK_A: 0x04e104af (1200 start, 1250 end)
(II) intel(0):              VSYNC_A: 0x04b304b0 (1201 start, 1204 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0x00000000 (disabled, inactive)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00000206 (status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x04800c00 (disabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x80000000 (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x01
(II) intel(0):                 SR02: 0x0f
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x0e
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x67
(II) intel(0):                  ARX: 0x30
(II) intel(0):                 AR00: 0x00
(II) intel(0):                 AR01: 0x01
(II) intel(0):                 AR02: 0x02
(II) intel(0):                 AR03: 0x03
(II) intel(0):                 AR04: 0x04
(II) intel(0):                 AR05: 0x05
(II) intel(0):                 AR06: 0x14
(II) intel(0):                 AR07: 0x07
(II) intel(0):                 AR08: 0x38
(II) intel(0):                 AR09: 0x39
(II) intel(0):                 AR0a: 0x3a
(II) intel(0):                 AR0b: 0x3b
(II) intel(0):                 AR0c: 0x3c
(II) intel(0):                 AR0d: 0x3d
(II) intel(0):                 AR0e: 0x3e
(II) intel(0):                 AR0f: 0x3f
(II) intel(0):                 AR10: 0x0c
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x0f
(II) intel(0):                 AR13: 0x08
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x5f
(II) intel(0):                 CR01: 0x4f
(II) intel(0):                 CR02: 0x50
(II) intel(0):                 CR03: 0x82
(II) intel(0):                 CR04: 0x55
(II) intel(0):                 CR05: 0x81
(II) intel(0):                 CR06: 0xbf
(II) intel(0):                 CR07: 0x1f
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x4f
(II) intel(0):                 CR0a: 0x0d
(II) intel(0):                 CR0b: 0x0e
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x03
(II) intel(0):                 CR0f: 0xc0
(II) intel(0):                 CR10: 0x9c
(II) intel(0):                 CR11: 0x0e
(II) intel(0):                 CR12: 0x8f
(II) intel(0):                 CR13: 0x28
(II) intel(0):                 CR14: 0x1f
(II) intel(0):                 CR15: 0x96
(II) intel(0):                 CR16: 0xb9
(II) intel(0):                 CR17: 0xa3
(II) intel(0):                 CR18: 0xff
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x20
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 161828 n 5 m1 20 m2 6 p1 1 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up overlay video
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: Enabled
(WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 367 x 275
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "CorePointer"
(**) lx7: always reports core events
(**) lx7: Device: "/dev/input/by-id/usb-Logitech_USB_RECEIVER-event-mouse"
(II) lx7: Found x and y relative axes
(II) lx7: Found mouse buttons
(II) lx7: Configuring as mouse
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) evaluating device (lx7)
(II) XINPUT: Adding extended input device "lx7" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Emulate3Buttons" "0"
(II) lx7: Forcing middle mouse button emulation.
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
SetGrabKeysState - disabled
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 30 70 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Comparing regs from server start up to After LeaveVT
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000207 to 0x00020207
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x00020206
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x80000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x10001000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0x98000000 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001400 (5120 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x04ff03ff (1280, 1024)
(II) intel(0):            PIPEASTAT: 0x00020207 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00020e08 (n = 2, m1 = 14, m2 = 8)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4020c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 2, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000003
(II) intel(0):             HTOTAL_A: 0x069704ff (1280 active, 1688 total)
(II) intel(0):             HBLANK_A: 0x069704ff (1280 start, 1688 end)
(II) intel(0):              HSYNC_A: 0x059f052f (1328 start, 1440 end)
(II) intel(0):             VTOTAL_A: 0x042903ff (1024 active, 1066 total)
(II) intel(0):             VBLANK_A: 0x042903ff (1024 start, 1066 end)
(II) intel(0):              VSYNC_A: 0x04030400 (1025 start, 1028 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00020206 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x84800c00 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x8204008e (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x01
(II) intel(0):                 SR02: 0x0f
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x0e
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x67
(II) intel(0):                  ARX: 0x30
(II) intel(0):                 AR00: 0x00
(II) intel(0):                 AR01: 0x01
(II) intel(0):                 AR02: 0x02
(II) intel(0):                 AR03: 0x03
(II) intel(0):                 AR04: 0x04
(II) intel(0):                 AR05: 0x05
(II) intel(0):                 AR06: 0x14
(II) intel(0):                 AR07: 0x07
(II) intel(0):                 AR08: 0x38
(II) intel(0):                 AR09: 0x39
(II) intel(0):                 AR0a: 0x3a
(II) intel(0):                 AR0b: 0x3b
(II) intel(0):                 AR0c: 0x3c
(II) intel(0):                 AR0d: 0x3d
(II) intel(0):                 AR0e: 0x3e
(II) intel(0):                 AR0f: 0x3f
(II) intel(0):                 AR10: 0x0c
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x0f
(II) intel(0):                 AR13: 0x08
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x5f
(II) intel(0):                 CR01: 0x4f
(II) intel(0):                 CR02: 0x50
(II) intel(0):                 CR03: 0x82
(II) intel(0):                 CR04: 0x55
(II) intel(0):                 CR05: 0x81
(II) intel(0):                 CR06: 0xbf
(II) intel(0):                 CR07: 0x1f
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x4f
(II) intel(0):                 CR0a: 0x0d
(II) intel(0):                 CR0b: 0x0e
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x03
(II) intel(0):                 CR0f: 0xc0
(II) intel(0):                 CR10: 0x9c
(II) intel(0):                 CR11: 0x8e
(II) intel(0):                 CR12: 0x8f
(II) intel(0):                 CR13: 0x28
(II) intel(0):                 CR14: 0x1f
(II) intel(0):                 CR15: 0x96
(II) intel(0):                 CR16: 0xb9
(II) intel(0):                 CR17: 0xa3
(II) intel(0):                 CR18: 0xff
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x20
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 108000 n 2 m1 14 m2 8 p1 2 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c7c000 (pgoffset 3196)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02ef0000 (pgoffset 12016)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x03a6c000 (pgoffset 14956)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x045e8000 (pgoffset 17896)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
(II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
(II) intel(0): 0x00100000-0x00c7bfff: front buffer (11760 kB) X tiled
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x00c7c000-0x02eeffff: exa offscreen (35280 kB)
(II) intel(0): 0x02ef0000-0x03a6bfff: back buffer (11760 kB) X tiled
(II) intel(0): 0x03a6c000-0x045e7fff: depth buffer (11760 kB) Y tiled
(II) intel(0): 0x045e8000-0x065e7fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Mode for pipe A:
(II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) intel(0): chosen: dotclock 161828 vco 1618285 ((m 118, m1 20, m2 6), n 5, (p 10, p1 1, p2 10))
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 48 3F 40 30 62 B0 32 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 48 3F 40 30 62 B0 32 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 40 C0 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Hardware state at EnterVT:
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70810000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x00000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x00090006
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0xd8000400 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001c00 (7168 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00100000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x063f04af (1600, 1200)
(II) intel(0):            PIPEASTAT: 0x80000207 (status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00051406 (n = 5, m1 = 20, m2 = 6)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4010c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 1, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000000
(II) intel(0):             HTOTAL_A: 0x086f063f (1600 active, 2160 total)
(II) intel(0):             HBLANK_A: 0x086f063f (1600 start, 2160 end)
(II) intel(0):              HSYNC_A: 0x073f067f (1664 start, 1856 end)
(II) intel(0):             VTOTAL_A: 0x04e104af (1200 active, 1250 total)
(II) intel(0):             VBLANK_A: 0x04e104af (1200 start, 1250 end)
(II) intel(0):              VSYNC_A: 0x04b304b0 (1201 start, 1204 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0x00000000 (disabled, inactive)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00000206 (status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x04800c00 (disabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x80000000 (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x00
(II) intel(0):                 SR01: 0x00
(II) intel(0):                 SR02: 0x00
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x00
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x00
(II) intel(0):                  ARX: 0x00
(II) intel(0):                 AR00: 0x0f
(II) intel(0):                 AR01: 0x0e
(II) intel(0):                 AR02: 0x0d
(II) intel(0):                 AR03: 0x0c
(II) intel(0):                 AR04: 0x0b
(II) intel(0):                 AR05: 0x0a
(II) intel(0):                 AR06: 0x09
(II) intel(0):                 AR07: 0x08
(II) intel(0):                 AR08: 0x07
(II) intel(0):                 AR09: 0x06
(II) intel(0):                 AR0a: 0x05
(II) intel(0):                 AR0b: 0x04
(II) intel(0):                 AR0c: 0x03
(II) intel(0):                 AR0d: 0x02
(II) intel(0):                 AR0e: 0x01
(II) intel(0):                 AR0f: 0x00
(II) intel(0):                 AR10: 0x01
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x00
(II) intel(0):                 AR13: 0x00
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x00
(II) intel(0):                 CR01: 0x00
(II) intel(0):                 CR02: 0x00
(II) intel(0):                 CR03: 0x80
(II) intel(0):                 CR04: 0x00
(II) intel(0):                 CR05: 0x00
(II) intel(0):                 CR06: 0x00
(II) intel(0):                 CR07: 0x00
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x00
(II) intel(0):                 CR0a: 0x00
(II) intel(0):                 CR0b: 0x00
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x00
(II) intel(0):                 CR0f: 0x00
(II) intel(0):                 CR10: 0x00
(II) intel(0):                 CR11: 0x00
(II) intel(0):                 CR12: 0x00
(II) intel(0):                 CR13: 0x00
(II) intel(0):                 CR14: 0x00
(II) intel(0):                 CR15: 0x00
(II) intel(0):                 CR16: 0x00
(II) intel(0):                 CR17: 0x00
(II) intel(0):                 CR18: 0x00
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 161828 n 5 m1 20 m2 6 p1 1 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0): [drm] mapped front buffer at 0xd0100000, handle = 0x2a020000
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) lx7: Forcing middle mouse button emulation.
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 30 70 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Comparing regs from server start up to After LeaveVT
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000207 to 0x00020207
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x00020206
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x80000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x10001000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0x98000000 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001400 (5120 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x04ff03ff (1280, 1024)
(II) intel(0):            PIPEASTAT: 0x00020207 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00020e08 (n = 2, m1 = 14, m2 = 8)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4020c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 2, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000003
(II) intel(0):             HTOTAL_A: 0x069704ff (1280 active, 1688 total)
(II) intel(0):             HBLANK_A: 0x069704ff (1280 start, 1688 end)
(II) intel(0):              HSYNC_A: 0x059f052f (1328 start, 1440 end)
(II) intel(0):             VTOTAL_A: 0x042903ff (1024 active, 1066 total)
(II) intel(0):             VBLANK_A: 0x042903ff (1024 start, 1066 end)
(II) intel(0):              VSYNC_A: 0x04030400 (1025 start, 1028 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00020206 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x84800c00 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x8204008e (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x00
(II) intel(0):                 SR02: 0x00
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x00
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x00
(II) intel(0):                  ARX: 0x01
(II) intel(0):                 AR00: 0x0f
(II) intel(0):                 AR01: 0x0e
(II) intel(0):                 AR02: 0x0d
(II) intel(0):                 AR03: 0x0c
(II) intel(0):                 AR04: 0x0b
(II) intel(0):                 AR05: 0x0a
(II) intel(0):                 AR06: 0x09
(II) intel(0):                 AR07: 0x08
(II) intel(0):                 AR08: 0x07
(II) intel(0):                 AR09: 0x06
(II) intel(0):                 AR0a: 0x05
(II) intel(0):                 AR0b: 0x04
(II) intel(0):                 AR0c: 0x03
(II) intel(0):                 AR0d: 0x02
(II) intel(0):                 AR0e: 0x01
(II) intel(0):                 AR0f: 0x00
(II) intel(0):                 AR10: 0x20
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x00
(II) intel(0):                 AR13: 0x00
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x00
(II) intel(0):                 CR01: 0x00
(II) intel(0):                 CR02: 0x00
(II) intel(0):                 CR03: 0x80
(II) intel(0):                 CR04: 0x00
(II) intel(0):                 CR05: 0x00
(II) intel(0):                 CR06: 0x00
(II) intel(0):                 CR07: 0x00
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x00
(II) intel(0):                 CR0a: 0x00
(II) intel(0):                 CR0b: 0x00
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x00
(II) intel(0):                 CR0f: 0x00
(II) intel(0):                 CR10: 0x00
(II) intel(0):                 CR11: 0x00
(II) intel(0):                 CR12: 0x00
(II) intel(0):                 CR13: 0x00
(II) intel(0):                 CR14: 0x00
(II) intel(0):                 CR15: 0x00
(II) intel(0):                 CR16: 0x00
(II) intel(0):                 CR17: 0x00
(II) intel(0):                 CR18: 0x00
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 108000 n 2 m1 14 m2 8 p1 2 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c7c000 (pgoffset 3196)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02ef0000 (pgoffset 12016)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x03a6c000 (pgoffset 14956)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x045e8000 (pgoffset 17896)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
(II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
(II) intel(0): 0x00100000-0x00c7bfff: front buffer (11760 kB) X tiled
(II) intel(0): 0x0077f000:            end of stolen memory
(II) intel(0): 0x00c7c000-0x02eeffff: exa offscreen (35280 kB)
(II) intel(0): 0x02ef0000-0x03a6bfff: back buffer (11760 kB) X tiled
(II) intel(0): 0x03a6c000-0x045e7fff: depth buffer (11760 kB) Y tiled
(II) intel(0): 0x045e8000-0x065e7fff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Mode for pipe A:
(II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) intel(0): chosen: dotclock 161828 vco 1618285 ((m 118, m1 20, m2 6), n 5, (p 10, p1 1, p2 10))
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 48 3F 40 30 62 B0 32 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 48 3F 40 30 62 B0 32 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 40 C0 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Hardware state at EnterVT:
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70810000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x00000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x10001000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0xd8000400 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001c00 (7168 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00100000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x063f04af (1600, 1200)
(II) intel(0):            PIPEASTAT: 0x00020207 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00051406 (n = 5, m1 = 20, m2 = 6)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4010c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 1, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000000
(II) intel(0):             HTOTAL_A: 0x086f063f (1600 active, 2160 total)
(II) intel(0):             HBLANK_A: 0x086f063f (1600 start, 2160 end)
(II) intel(0):              HSYNC_A: 0x073f067f (1664 start, 1856 end)
(II) intel(0):             VTOTAL_A: 0x04e104af (1200 active, 1250 total)
(II) intel(0):             VBLANK_A: 0x04e104af (1200 start, 1250 end)
(II) intel(0):              VSYNC_A: 0x04b304b0 (1201 start, 1204 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0x00000000 (disabled, inactive)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00020206 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x04800c00 (disabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x80000000 (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x00
(II) intel(0):                 SR02: 0x00
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x00
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x00
(II) intel(0):                  ARX: 0x01
(II) intel(0):                 AR00: 0x0f
(II) intel(0):                 AR01: 0x0e
(II) intel(0):                 AR02: 0x0d
(II) intel(0):                 AR03: 0x0c
(II) intel(0):                 AR04: 0x0b
(II) intel(0):                 AR05: 0x0a
(II) intel(0):                 AR06: 0x09
(II) intel(0):                 AR07: 0x08
(II) intel(0):                 AR08: 0x07
(II) intel(0):                 AR09: 0x06
(II) intel(0):                 AR0a: 0x05
(II) intel(0):                 AR0b: 0x04
(II) intel(0):                 AR0c: 0x03
(II) intel(0):                 AR0d: 0x02
(II) intel(0):                 AR0e: 0x01
(II) intel(0):                 AR0f: 0x00
(II) intel(0):                 AR10: 0x20
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x00
(II) intel(0):                 AR13: 0x00
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x00
(II) intel(0):                 CR01: 0x00
(II) intel(0):                 CR02: 0x00
(II) intel(0):                 CR03: 0x80
(II) intel(0):                 CR04: 0x00
(II) intel(0):                 CR05: 0x00
(II) intel(0):                 CR06: 0x00
(II) intel(0):                 CR07: 0x00
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x00
(II) intel(0):                 CR0a: 0x00
(II) intel(0):                 CR0b: 0x00
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x00
(II) intel(0):                 CR0f: 0x00
(II) intel(0):                 CR10: 0x00
(II) intel(0):                 CR11: 0x00
(II) intel(0):                 CR12: 0x00
(II) intel(0):                 CR13: 0x00
(II) intel(0):                 CR14: 0x00
(II) intel(0):                 CR15: 0x00
(II) intel(0):                 CR16: 0x00
(II) intel(0):                 CR17: 0x00
(II) intel(0):                 CR18: 0x00
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 161828 n 5 m1 20 m2 6 p1 1 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(WW) lx7: Grab failed (No such device)
(WW) lx7: Release failed (No such device)
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 11 01 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 16 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Not supported)
(II) intel(0): SDVO: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 14 30 2A 00 98 51 00 2A 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 15 30 70 13 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): SDVO: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
(II) intel(0): SDVO: R: 01                      (Success)
(II) intel(0): SDVO: W: 05 01 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
(II) intel(0): SDVO: R:                         (Success)
(II) intel(0): Comparing regs from server start up to After LeaveVT
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000207 to 0x00020207
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x00020206
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(II) intel(0): DumpRegsBegin
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406 (n = 3, m1 = 20, m2 = 6)
(II) intel(0):        VCLK_POST_DIV: 0x00020002 (vga0 p1 = 4, p2 = 2, vga1 p1 = 2, p2 = 2)
(II) intel(0):            DPLL_TEST: 0x00010001 ()
(II) intel(0):         CACHE_MODE_0: 0x00006800
(II) intel(0):              D_STATE: 0x00000000
(II) intel(0):        DSPCLK_GATE_D: 0x00040000 (clock gates disabled: DSSUNIT)
(II) intel(0):       RENCLK_GATE_D1: 0x70000000
(II) intel(0):       RENCLK_GATE_D2: 0x00000000
(II) intel(0):                SDVOB: 0x8000009c (enabled, pipe A, stall disabled, detected)
(II) intel(0):                SDVOC: 0x00080018 (disabled, pipe A, stall disabled, not detected)
(II) intel(0):              SDVOUDI: 0x00000000
(II) intel(0):               DSPARB: 0x00001d9c
(II) intel(0):               DSPFW1: 0x1f8f0f0f
(II) intel(0):               DSPFW2: 0x00000f0f
(II) intel(0):               DSPFW3: 0x00000000
(II) intel(0):                 ADPA: 0x00008c18 (disabled, pipe A, +hsync, +vsync)
(II) intel(0):                 LVDS: 0x00000000 (disabled, pipe A, 18 bit, 1 channel)
(II) intel(0):                 DVOA: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
(II) intel(0):                 DVOB: 0x8000009c (enabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):                 DVOC: 0x00080018 (disabled, pipe A, no stall, +hsync, +vsync)
(II) intel(0):          DVOA_SRCDIM: 0x00000000
(II) intel(0):          DVOB_SRCDIM: 0x00000000
(II) intel(0):          DVOC_SRCDIM: 0x00000000
(II) intel(0):           PP_CONTROL: 0x00000000 (power target: off)
(II) intel(0):            PP_STATUS: 0x00000000 (off, not ready, sequencing idle)
(II) intel(0):         PFIT_CONTROL: 0x80000000
(II) intel(0):      PFIT_PGM_RATIOS: 0x10001000
(II) intel(0):      PORT_HOTPLUG_EN: 0x00000020
(II) intel(0):    PORT_HOTPLUG_STAT: 0x00000000
(II) intel(0):             DSPACNTR: 0x98000000 (enabled, pipe A)
(II) intel(0):           DSPASTRIDE: 0x00001400 (5120 bytes)
(II) intel(0):              DSPAPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPASIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPABASE: 0x00000000
(II) intel(0):             DSPASURF: 0x00000000
(II) intel(0):          DSPATILEOFF: 0x00000000
(II) intel(0):            PIPEACONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEASRC: 0x04ff03ff (1280, 1024)
(II) intel(0):            PIPEASTAT: 0x00020207 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS)
(II) intel(0):         FBC_CFB_BASE: 0xffffffff
(II) intel(0):          FBC_LL_BASE: 0xffffffff
(II) intel(0):          FBC_CONTROL: 0xffffffff
(II) intel(0):          FBC_COMMAND: 0xffffffff
(II) intel(0):           FBC_STATUS: 0xffffffff
(II) intel(0):         FBC_CONTROL2: 0xffffffff
(II) intel(0):        FBC_FENCE_OFF: 0xffffffff
(II) intel(0):          FBC_MOD_NUM: 0xffffffff
(II) intel(0):                 FPA0: 0x00020e08 (n = 2, m1 = 14, m2 = 8)
(II) intel(0):                 FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_A: 0xd4020c00 (enabled, dvo, default clock, DAC/serial mode, p1 = 2, p2 = 10)
(II) intel(0):            DPLL_A_MD: 0x00000003
(II) intel(0):             HTOTAL_A: 0x069704ff (1280 active, 1688 total)
(II) intel(0):             HBLANK_A: 0x069704ff (1280 start, 1688 end)
(II) intel(0):              HSYNC_A: 0x059f052f (1328 start, 1440 end)
(II) intel(0):             VTOTAL_A: 0x042903ff (1024 active, 1066 total)
(II) intel(0):             VBLANK_A: 0x042903ff (1024 start, 1066 end)
(II) intel(0):              VSYNC_A: 0x04030400 (1025 start, 1028 end)
(II) intel(0):            BCLRPAT_A: 0x00000000
(II) intel(0):         VSYNCSHIFT_A: 0x00000000
(II) intel(0):             DSPBCNTR: 0x01000000 (disabled, pipe B)
(II) intel(0):           DSPBSTRIDE: 0x00000000 (0 bytes)
(II) intel(0):              DSPBPOS: 0x00000000 (0, 0)
(II) intel(0):             DSPBSIZE: 0x00000000 (1, 1)
(II) intel(0):             DSPBBASE: 0x00000000
(II) intel(0):             DSPBSURF: 0x00000000
(II) intel(0):          DSPBTILEOFF: 0x00000000
(II) intel(0):            PIPEBCONF: 0xc0000000 (enabled, active)
(II) intel(0):             PIPEBSRC: 0x027f01df (640, 480)
(II) intel(0):            PIPEBSTAT: 0x00020206 (status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS)
(II) intel(0):                 FPB0: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):                 FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8)
(II) intel(0):               DPLL_B: 0x84800c00 (enabled, non-dvo, VGA, default clock, DAC/serial mode, p1 = 8, p2 = 10)
(II) intel(0):            DPLL_B_MD: 0x00000303
(II) intel(0):             HTOTAL_B: 0x031f027f (640 active, 800 total)
(II) intel(0):             HBLANK_B: 0x03170287 (648 start, 792 end)
(II) intel(0):              HSYNC_B: 0x02ef028f (656 start, 752 end)
(II) intel(0):             VTOTAL_B: 0x020c01df (480 active, 525 total)
(II) intel(0):             VBLANK_B: 0x020401e7 (488 start, 517 end)
(II) intel(0):              VSYNC_B: 0x01eb01e9 (490 start, 492 end)
(II) intel(0):            BCLRPAT_B: 0x00000000
(II) intel(0):         VSYNCSHIFT_B: 0x00000000
(II) intel(0):    VCLK_DIVISOR_VGA0: 0x00031108
(II) intel(0):    VCLK_DIVISOR_VGA1: 0x00031406
(II) intel(0):        VCLK_POST_DIV: 0x00020002
(II) intel(0):             VGACNTRL: 0x8204008e (disabled)
(II) intel(0):               TV_CTL: 0x00000000
(II) intel(0):               TV_DAC: 0x00000000
(II) intel(0):             TV_CSC_Y: 0x00000000
(II) intel(0):            TV_CSC_Y2: 0x00000000
(II) intel(0):             TV_CSC_U: 0x00000000
(II) intel(0):            TV_CSC_U2: 0x00000000
(II) intel(0):             TV_CSC_V: 0x00000000
(II) intel(0):            TV_CSC_V2: 0x00000000
(II) intel(0):         TV_CLR_KNOBS: 0x00000000
(II) intel(0):         TV_CLR_LEVEL: 0x00000000
(II) intel(0):           TV_H_CTL_1: 0x00000000
(II) intel(0):           TV_H_CTL_2: 0x00000000
(II) intel(0):           TV_H_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_1: 0x00000000
(II) intel(0):           TV_V_CTL_2: 0x00000000
(II) intel(0):           TV_V_CTL_3: 0x00000000
(II) intel(0):           TV_V_CTL_4: 0x00000000
(II) intel(0):           TV_V_CTL_5: 0x00000000
(II) intel(0):           TV_V_CTL_6: 0x00000000
(II) intel(0):           TV_V_CTL_7: 0x00000000
(II) intel(0):          TV_SC_CTL_1: 0x00000000
(II) intel(0):          TV_SC_CTL_2: 0x00000000
(II) intel(0):          TV_SC_CTL_3: 0x00000000
(II) intel(0):           TV_WIN_POS: 0x00000000
(II) intel(0):          TV_WIN_SIZE: 0x00000000
(II) intel(0):      TV_FILTER_CTL_1: 0x00000000
(II) intel(0):      TV_FILTER_CTL_2: 0x00000000
(II) intel(0):      TV_FILTER_CTL_3: 0x00000000
(II) intel(0):        TV_CC_CONTROL: 0x00000000
(II) intel(0):           TV_CC_DATA: 0x00000000
(II) intel(0):          TV_H_LUMA_0: 0x00000000
(II) intel(0):         TV_H_LUMA_59: 0x00000000
(II) intel(0):        TV_H_CHROMA_0: 0x00000000
(II) intel(0):       TV_H_CHROMA_59: 0x00000000
(II) intel(0):              MI_MODE: 0x00000200
(II) intel(0):         MI_ARB_STATE: 0x00000044
(II) intel(0):       MI_RDRET_STATE: 0x00000000
(II) intel(0):              ECOSKPD: 0x00000307
(II) intel(0):                 SR00: 0x03
(II) intel(0):                 SR01: 0x00
(II) intel(0):                 SR02: 0x00
(II) intel(0):                 SR03: 0x00
(II) intel(0):                 SR04: 0x00
(II) intel(0):                 SR05: 0x00
(II) intel(0):                 SR06: 0x00
(II) intel(0):                 SR07: 0x00
(II) intel(0):                  MSR: 0x00
(II) intel(0):                  ARX: 0x20
(II) intel(0):                 AR00: 0x0f
(II) intel(0):                 AR01: 0x0e
(II) intel(0):                 AR02: 0x0d
(II) intel(0):                 AR03: 0x0c
(II) intel(0):                 AR04: 0x0b
(II) intel(0):                 AR05: 0x0a
(II) intel(0):                 AR06: 0x09
(II) intel(0):                 AR07: 0x08
(II) intel(0):                 AR08: 0x07
(II) intel(0):                 AR09: 0x06
(II) intel(0):                 AR0a: 0x05
(II) intel(0):                 AR0b: 0x04
(II) intel(0):                 AR0c: 0x03
(II) intel(0):                 AR0d: 0x02
(II) intel(0):                 AR0e: 0x01
(II) intel(0):                 AR0f: 0x00
(II) intel(0):                 AR10: 0x20
(II) intel(0):                 AR11: 0x00
(II) intel(0):                 AR12: 0x00
(II) intel(0):                 AR13: 0x00
(II) intel(0):                 AR14: 0x00
(II) intel(0):                 CR00: 0x00
(II) intel(0):                 CR01: 0x00
(II) intel(0):                 CR02: 0x00
(II) intel(0):                 CR03: 0x80
(II) intel(0):                 CR04: 0x00
(II) intel(0):                 CR05: 0x00
(II) intel(0):                 CR06: 0x00
(II) intel(0):                 CR07: 0x00
(II) intel(0):                 CR08: 0x00
(II) intel(0):                 CR09: 0x00
(II) intel(0):                 CR0a: 0x00
(II) intel(0):                 CR0b: 0x00
(II) intel(0):                 CR0c: 0x00
(II) intel(0):                 CR0d: 0x00
(II) intel(0):                 CR0e: 0x00
(II) intel(0):                 CR0f: 0x00
(II) intel(0):                 CR10: 0x00
(II) intel(0):                 CR11: 0x00
(II) intel(0):                 CR12: 0x00
(II) intel(0):                 CR13: 0x00
(II) intel(0):                 CR14: 0x00
(II) intel(0):                 CR15: 0x00
(II) intel(0):                 CR16: 0x00
(II) intel(0):                 CR17: 0x00
(II) intel(0):                 CR18: 0x00
(II) intel(0):                 CR19: 0x00
(II) intel(0):                 CR1a: 0x00
(II) intel(0):                 CR1b: 0x00
(II) intel(0):                 CR1c: 0x00
(II) intel(0):                 CR1d: 0x00
(II) intel(0):                 CR1e: 0x00
(II) intel(0):                 CR1f: 0x00
(II) intel(0):                 CR20: 0x00
(II) intel(0):                 CR21: 0x00
(II) intel(0):                 CR22: 0x00
(II) intel(0):                 CR23: 0x00
(II) intel(0):                 CR24: 0x00
(II) intel(0): pipe A dot 108000 n 2 m1 14 m2 8 p1 2 p2 10
(II) intel(0): pipe B dot 25200 n 3 m1 17 m2 8 p1 8 p2 10
(II) intel(0): DumpRegsEnd
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4


-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.9 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  xserver-xorg-core             2:1.4.2-2  Xorg X server - core server

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-evdev
Source-Version: 1:2.0.99.3-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-input-evdev, which is due to be installed in the Debian FTP archive:

xserver-xorg-input-evdev_2.0.99.3-1.diff.gz
  to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.0.99.3-1.diff.gz
xserver-xorg-input-evdev_2.0.99.3-1.dsc
  to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.0.99.3-1.dsc
xserver-xorg-input-evdev_2.0.99.3-1_i386.deb
  to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.0.99.3-1_i386.deb
xserver-xorg-input-evdev_2.0.99.3.orig.tar.gz
  to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.0.99.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 492146@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xserver-xorg-input-evdev package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 12 Nov 2008 20:22:57 +0100
Source: xserver-xorg-input-evdev
Binary: xserver-xorg-input-evdev
Architecture: source i386
Version: 1:2.0.99.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xserver-xorg-input-evdev - X.Org X server -- evdev input driver
Closes: 492146 496101
Changes: 
 xserver-xorg-input-evdev (1:2.0.99.3-1) experimental; urgency=low
 .
   [ Timo Aaltonen ]
   * rules: Clean config.h.in.
 .
   [ Julien Cristau ]
   * New upstream release.
     + don't grab the device by default
     + close the device on DEVICE_OFF, and reopen it on DEVICE_ON
       (closes: #496101, #492146)
   * Drop patch included upstream.
   * Install (temporarily) an fdi file to get Xorg to load the evdev driver for
     mice and keyboards.
   * Depend on xserver-xorg-core >= 2:1.5.3, to make sure the console is set to
     RAW mode.
Checksums-Sha1: 
 430e378b050bc654b29e3ab0e280317614093532 1603 xserver-xorg-input-evdev_2.0.99.3-1.dsc
 03de6e7afd1c6fd54140f6b0e4c8af1ce39656dc 387905 xserver-xorg-input-evdev_2.0.99.3.orig.tar.gz
 acb2b3fad15080ee56dc71446803536d53a14845 17509 xserver-xorg-input-evdev_2.0.99.3-1.diff.gz
 60c721ef21ec5af39e266ce54cf0a87c910a1132 50670 xserver-xorg-input-evdev_2.0.99.3-1_i386.deb
Checksums-Sha256: 
 dc4a39516ee8130ea2ebfae1abaef52feb26c6bee17e769b52067beb6150c118 1603 xserver-xorg-input-evdev_2.0.99.3-1.dsc
 4f61f7c8d6ce7651ff867e89fc921a62b2bd994b0c6d8132f957563f2998d97c 387905 xserver-xorg-input-evdev_2.0.99.3.orig.tar.gz
 e167219124aa9994d55a51d3367fd5408d8fd9a21f37ae174774d6ffd0080b10 17509 xserver-xorg-input-evdev_2.0.99.3-1.diff.gz
 5e8532083b78d4dd32eb1c883b8e3d896d1e24489ca8d0010e5b1e0f05e03c28 50670 xserver-xorg-input-evdev_2.0.99.3-1_i386.deb
Files: 
 64c103cf773c48d27bfe954878622282 1603 x11 optional xserver-xorg-input-evdev_2.0.99.3-1.dsc
 3e8db5324a356e4509d0788891c5cf34 387905 x11 optional xserver-xorg-input-evdev_2.0.99.3.orig.tar.gz
 a31f92f59b0c35565fe0cdace58a49b1 17509 x11 optional xserver-xorg-input-evdev_2.0.99.3-1.diff.gz
 7752a053ba80d3f9841315a82f9ebbf3 50670 x11 optional xserver-xorg-input-evdev_2.0.99.3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkbL/sACgkQmEvTgKxfcAxCBACgnjhe6Dc0OsLgTC0hCo8cP8eF
z4sAoLkqY5UvgyldXscxaxNarSzXJpla
=bDX1
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: