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

Bug#688674: xserver-xorg-input-evdev: emits non-fatal but concerning (EE) errors in the X log for PS2 to USB adapter



Package: xserver-xorg-input-evdev
Version: 1:2.7.0-1+b1
Severity: normal

The principal issue is as described in the subject line.  I use an
ordinary PS2 to USB converter with two sockets for keyboard and
mouse and one USB socket that is plugged into my computer.  So I
presume the device looks like a combined USB mouse and keyboard 
to the computer, and this appears to be confusing evdev some way
(although a friend of mine with a similar converter does not
see the issue on Fedora).

For now the (EE) messages are non-fatal, and the mouse and keyboard
appear to work fine with no issues.  However, in 16 years of X
configuration, this is the first (EE) error in the X log that I have
encountered that was not fatal in some way.  Thus, the (EE) messages I
get in this case are a concern since it may only be by chance that the
issue is not fatal.

Additional information concerning this particular device obtained
using "lsusb --verbose" is as follows:

Bus 002 Device 002: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x0a81 Chesen Electronics Corp.
  idProduct          0x0205 PS/2 Keyboard+Mouse Adapter
  bcdDevice            0.10
  iManufacturer           1 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          2 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     148
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Sep 19 18:50 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 Jul 18 02:35 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller [8086:27ae] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2841 Sep 19 18:31 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# Use defaults for most things, but configure the exceptions to
# defaults that I like.

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	# Use automatic evdev detection of mouse and keyboard
	# so no InputDevice commands here.
EndSection

# As recommended by http://pkg-xorg.alioth.debian.org/howto/configure-input.html
# Note there is no keyboard equivalent because that is configured using
# /etc/default/keyboard and following the udevadmin command given in man keyboard
# (or reboot the system) to make those options visible to X.

Section "InputClass"
	Identifier   "evdev-pointer"
	MatchIsPointer "on"
	Driver "evdev"
	# Disable mouse wheel if it exists (found in evdev man page)
	Option "ButtonMapping" "1 2 3 0 0"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
        DisplaySize       410   260     # mm
        VendorName   "ACI"
        ModelName    "ASUS VH198"
 ### Comment all HorizSync and VertRefresh values to use DDC:
         #HorizSync    30.0 - 80.0
         HorizSync    30.0 - 67.6
         VertRefresh  55.0 - 75.0
         Option      "DPMS"
EndSection

# This section generated by Xorg -configure command.
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
        #Option     "Throttle"           	# [<bool>]
        #Option     "UseVmap"            	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "DelayedFlush"       	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"

	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


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

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

Kernel version (/proc/version):
-------------------------------
Linux version 3.2.0-3-686-pae (Debian 3.2.23-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-8) ) #1 SMP Mon Jul 23 03:50:34 UTC 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 33858 Sep 23 23:26 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[260931.752] 
X.Org X Server 1.12.3
Release Date: 2012-07-09
[260931.757] X Protocol Version 11, Revision 0
[260931.759] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[260931.761] Current Operating System: Linux meadowlark 3.2.0-3-686-pae #1 SMP Mon Jul 23 03:50:34 UTC 2012 i686
[260931.761] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-686-pae root=UUID=e02c0c78-a3fb-4d63-ba55-253382e24e59 ro quiet
[260931.765] Build Date: 18 July 2012  09:27:53AM
[260931.767] xorg-server 2:1.12.3-1 (Julien Cristau <jcristau@debian.org>) 
[260931.769] Current version of pixman: 0.26.0
[260931.774] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[260931.774] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[260931.784] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 23 21:38:41 2012
[260931.787] (==) Using config file: "/etc/X11/xorg.conf"
[260931.789] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[260931.790] (==) ServerLayout "X.org Configured"
[260931.790] (**) |-->Screen "Screen0" (0)
[260931.790] (**) |   |-->Monitor "Monitor0"
[260931.791] (**) |   |-->Device "Card0"
[260931.791] (==) Automatically adding devices
[260931.791] (==) Automatically enabling devices
[260931.791] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[260931.791] 	Entry deleted from font path.
[260931.791] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	built-ins
[260931.791] (==) ModulePath set to "/usr/lib/xorg/modules"
[260931.791] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[260931.791] (II) Loader magic: 0xb77e25a0
[260931.792] (II) Module ABI versions:
[260931.792] 	X.Org ANSI C Emulation: 0.4
[260931.792] 	X.Org Video Driver: 12.0
[260931.792] 	X.Org XInput driver : 16.0
[260931.792] 	X.Org Server Extension : 6.0
[260931.793] (--) PCI:*(0:0:2:0) 8086:27ae:1043:1252 rev 3, Mem @ 0xfeb80000/524288, 0xd0000000/268435456, 0xfeb40000/262144, I/O @ 0x0000ec80/8
[260931.794] (--) PCI: (0:0:2:1) 8086:27a6:1043:1252 rev 3, Mem @ 0xfea80000/524288
[260931.794] (II) Open ACPI successful (/var/run/acpid.socket)
[260931.794] (II) LoadModule: "extmod"
[260931.795] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[260931.796] (II) Module extmod: vendor="X.Org Foundation"
[260931.796] 	compiled for 1.12.3, module version = 1.0.0
[260931.796] 	Module class: X.Org Server Extension
[260931.796] 	ABI class: X.Org Server Extension, version 6.0
[260931.796] (II) Loading extension SELinux
[260931.796] (II) Loading extension MIT-SCREEN-SAVER
[260931.796] (II) Loading extension XFree86-VidModeExtension
[260931.796] (II) Loading extension XFree86-DGA
[260931.796] (II) Loading extension DPMS
[260931.796] (II) Loading extension XVideo
[260931.796] (II) Loading extension XVideo-MotionCompensation
[260931.796] (II) Loading extension X-Resource
[260931.796] (II) LoadModule: "dbe"
[260931.797] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[260931.797] (II) Module dbe: vendor="X.Org Foundation"
[260931.797] 	compiled for 1.12.3, module version = 1.0.0
[260931.797] 	Module class: X.Org Server Extension
[260931.797] 	ABI class: X.Org Server Extension, version 6.0
[260931.797] (II) Loading extension DOUBLE-BUFFER
[260931.797] (II) LoadModule: "glx"
[260931.797] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[260931.798] (II) Module glx: vendor="X.Org Foundation"
[260931.798] 	compiled for 1.12.3, module version = 1.0.0
[260931.798] 	ABI class: X.Org Server Extension, version 6.0
[260931.798] (==) AIGLX enabled
[260931.798] (II) Loading extension GLX
[260931.798] (II) LoadModule: "record"
[260931.798] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[260931.799] (II) Module record: vendor="X.Org Foundation"
[260931.799] 	compiled for 1.12.3, module version = 1.13.0
[260931.799] 	Module class: X.Org Server Extension
[260931.799] 	ABI class: X.Org Server Extension, version 6.0
[260931.799] (II) Loading extension RECORD
[260931.799] (II) LoadModule: "dri"
[260931.799] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[260931.800] (II) Module dri: vendor="X.Org Foundation"
[260931.800] 	compiled for 1.12.3, module version = 1.0.0
[260931.800] 	ABI class: X.Org Server Extension, version 6.0
[260931.800] (II) Loading extension XFree86-DRI
[260931.800] (II) LoadModule: "dri2"
[260931.800] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[260931.800] (II) Module dri2: vendor="X.Org Foundation"
[260931.800] 	compiled for 1.12.3, module version = 1.2.0
[260931.800] 	ABI class: X.Org Server Extension, version 6.0
[260931.801] (II) Loading extension DRI2
[260931.801] (II) LoadModule: "intel"
[260931.801] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[260931.801] (II) Module intel: vendor="X.Org Foundation"
[260931.801] 	compiled for 1.12.3, module version = 2.19.0
[260931.801] 	Module class: X.Org Video Driver
[260931.801] 	ABI class: X.Org Video Driver, version 12.0
[260931.802] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2)
[260931.803] (--) using VT number 7

[260931.828] drmOpenDevice: node name is /dev/dri/card0
[260931.828] drmOpenDevice: open result is 9, (OK)
[260931.828] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[260931.828] drmOpenDevice: node name is /dev/dri/card0
[260931.828] drmOpenDevice: open result is 9, (OK)
[260931.828] drmOpenByBusid: drmOpenMinor returns 9
[260931.828] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[260931.828] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[260931.828] (==) intel(0): RGB weight 888
[260931.828] (==) intel(0): Default visual is TrueColor
[260931.829] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[260931.829] (--) intel(0): Chipset: "945GME"
[260931.829] (**) intel(0): Relaxed fencing disabled
[260931.829] (**) intel(0): Wait on SwapBuffers? enabled
[260931.829] (**) intel(0): Triple buffering? enabled
[260931.829] (**) intel(0): Framebuffer tiled
[260931.829] (**) intel(0): Pixmaps tiled
[260931.829] (**) intel(0): 3D buffers tiled
[260931.829] (**) intel(0): SwapBuffers wait enabled
[260931.829] (==) intel(0): video overlay key set to 0x101fe
[260931.860] (II) intel(0): Output VGA1 using monitor section Monitor0
[260931.990] (II) intel(0): Output HDMI1 has no monitor section
[260932.020] (II) intel(0): EDID for output VGA1
[260932.150] (II) intel(0): EDID for output HDMI1
[260932.150] (II) intel(0): Manufacturer: ACI  Model: 19e7  Serial#: 16843009
[260932.150] (II) intel(0): Year: 2010  Week: 28
[260932.150] (II) intel(0): EDID Version: 1.3
[260932.150] (II) intel(0): Digital Display Input
[260932.150] (II) intel(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[260932.150] (II) intel(0): Gamma: 2.20
[260932.150] (II) intel(0): DPMS capabilities: Off
[260932.150] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[260932.150] (II) intel(0): Default color space is primary color space
[260932.150] (II) intel(0): First detailed timing is preferred mode
[260932.150] (II) intel(0): redX: 0.640 redY: 0.334   greenX: 0.286 greenY: 0.599
[260932.150] (II) intel(0): blueX: 0.154 blueY: 0.077   whiteX: 0.313 whiteY: 0.329
[260932.151] (II) intel(0): Supported established timings:
[260932.151] (II) intel(0): 720x400@70Hz
[260932.151] (II) intel(0): 640x480@60Hz
[260932.151] (II) intel(0): 640x480@72Hz
[260932.151] (II) intel(0): 640x480@75Hz
[260932.151] (II) intel(0): 800x600@56Hz
[260932.151] (II) intel(0): 800x600@60Hz
[260932.151] (II) intel(0): 800x600@75Hz
[260932.151] (II) intel(0): 1024x768@60Hz
[260932.151] (II) intel(0): 1024x768@70Hz
[260932.151] (II) intel(0): Manufacturer's mask: 10
[260932.151] (II) intel(0): Supported standard timings:
[260932.151] (II) intel(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[260932.151] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[260932.151] (II) intel(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[260932.151] (II) intel(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[260932.151] (II) intel(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[260932.151] (II) intel(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[260932.151] (II) intel(0): #6: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[260932.151] (II) intel(0): Supported detailed timing:
[260932.151] (II) intel(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[260932.151] (II) intel(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[260932.151] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[260932.151] (II) intel(0): Serial No: A7LMIZ036304
[260932.151] (II) intel(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 145 MHz
[260932.152] (II) intel(0): Monitor name: ASUS VH198
[260932.152] (II) intel(0): EDID (in hex):
[260932.152] (II) intel(0): 	00ffffffffffff000469e71901010101
[260932.152] (II) intel(0): 	1c14010380291a782ee5b5a355499927
[260932.152] (II) intel(0): 	135054af4c109500810081c08140714f
[260932.152] (II) intel(0): 	8180950f01019a29a0d0518422305098
[260932.152] (II) intel(0): 	36009a001100001c000000ff0041374c
[260932.152] (II) intel(0): 	4d495a3033363330340a000000fd0037
[260932.152] (II) intel(0): 	4b1e520e000a202020202020000000fc
[260932.152] (II) intel(0): 	00415355532056483139380a20200047
[260932.152] (II) intel(0): Printing probed modes for output HDMI1
[260932.152] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[260932.152] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[260932.152] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[260932.152] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[260932.152] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[260932.152] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[260932.152] (II) intel(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[260932.152] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[260932.153] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[260932.153] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[260932.153] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[260932.153] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[260932.153] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[260932.153] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[260932.153] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[260932.153] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[260932.153] (II) intel(0): Output VGA1 disconnected
[260932.153] (II) intel(0): Output HDMI1 connected
[260932.153] (II) intel(0): Using exact sizes for initial modes
[260932.153] (II) intel(0): Output HDMI1 using initial mode 1440x900
[260932.153] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[260932.153] (II) intel(0): Kernel page flipping support detected, enabling
[260932.153] (**) intel(0): Display dimensions: (410, 260) mm
[260932.153] (**) intel(0): DPI set to (89, 87)
[260932.153] (II) Loading sub module "fb"
[260932.153] (II) LoadModule: "fb"
[260932.154] (II) Loading /usr/lib/xorg/modules/libfb.so
[260932.154] (II) Module fb: vendor="X.Org Foundation"
[260932.154] 	compiled for 1.12.3, module version = 1.0.0
[260932.154] 	ABI class: X.Org ANSI C Emulation, version 0.4
[260932.154] (II) Loading sub module "dri2"
[260932.154] (II) LoadModule: "dri2"
[260932.155] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[260932.155] (II) Module dri2: vendor="X.Org Foundation"
[260932.155] 	compiled for 1.12.3, module version = 1.2.0
[260932.155] 	ABI class: X.Org Server Extension, version 6.0
[260932.155] (==) Depth 24 pixmap format is 32 bpp
[260932.155] (II) intel(0): [DRI2] Setup complete
[260932.155] (II) intel(0): [DRI2]   DRI driver: i915
[260932.155] (II) intel(0): Allocated new frame buffer 1472x900 stride 8192, tiled
[260932.156] (II) UXA(0): Driver registered support for the following operations:
[260932.156] (II)         solid
[260932.156] (II)         copy
[260932.156] (II)         composite (RENDER acceleration)
[260932.156] (II)         put_image
[260932.156] (II)         get_image
[260932.156] (==) intel(0): Backing store disabled
[260932.156] (==) intel(0): Silken mouse enabled
[260932.156] (II) intel(0): Initializing HW Cursor
[260932.156] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[260932.156] (**) intel(0): DPMS enabled
[260932.157] (==) intel(0): Intel XvMC decoder disabled
[260932.157] (II) intel(0): Set up textured video
[260932.157] (II) intel(0): Set up overlay video
[260932.157] (II) intel(0): direct rendering: DRI2 Enabled
[260932.157] (==) intel(0): hotplug detection: "enabled"
[260932.188] (--) RandR disabled
[260932.188] (II) Initializing built-in extension Generic Event Extension
[260932.188] (II) Initializing built-in extension SHAPE
[260932.188] (II) Initializing built-in extension MIT-SHM
[260932.188] (II) Initializing built-in extension XInputExtension
[260932.188] (II) Initializing built-in extension XTEST
[260932.188] (II) Initializing built-in extension BIG-REQUESTS
[260932.188] (II) Initializing built-in extension SYNC
[260932.188] (II) Initializing built-in extension XKEYBOARD
[260932.188] (II) Initializing built-in extension XC-MISC
[260932.188] (II) Initializing built-in extension SECURITY
[260932.188] (II) Initializing built-in extension XINERAMA
[260932.188] (II) Initializing built-in extension XFIXES
[260932.188] (II) Initializing built-in extension RENDER
[260932.188] (II) Initializing built-in extension RANDR
[260932.188] (II) Initializing built-in extension COMPOSITE
[260932.188] (II) Initializing built-in extension DAMAGE
[260932.188] (II) SELinux: Disabled on system
[260932.222] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[260932.222] (II) AIGLX: enabled GLX_INTEL_swap_event
[260932.222] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[260932.222] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[260932.223] (II) AIGLX: Loaded and initialized i915
[260932.223] (II) GLX: Initialized DRI2 GL provider for screen 0
[260932.224] (II) intel(0): Setting screen physical size to 380 x 238
[260932.318] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[260932.318] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[260932.318] (II) LoadModule: "evdev"
[260932.318] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[260932.318] (II) Module evdev: vendor="X.Org Foundation"
[260932.318] 	compiled for 1.12.1, module version = 2.7.0
[260932.319] 	Module class: X.Org XInput Driver
[260932.319] 	ABI class: X.Org XInput driver, version 16.0
[260932.319] (II) Using input driver 'evdev' for 'Power Button'
[260932.319] (**) Power Button: always reports core events
[260932.319] (**) evdev: Power Button: Device: "/dev/input/event1"
[260932.319] (--) evdev: Power Button: Vendor 0 Product 0x1
[260932.319] (--) evdev: Power Button: Found keys
[260932.319] (II) evdev: Power Button: Configuring as keyboard
[260932.319] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[260932.319] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[260932.319] (**) Option "xkb_rules" "evdev"
[260932.319] (**) Option "xkb_model" "pc105"
[260932.319] (**) Option "xkb_layout" "us"
[260932.319] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[260932.386] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[260932.386] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[260932.386] (II) Using input driver 'evdev' for 'Video Bus'
[260932.387] (**) Video Bus: always reports core events
[260932.387] (**) evdev: Video Bus: Device: "/dev/input/event2"
[260932.387] (--) evdev: Video Bus: Vendor 0 Product 0x6
[260932.387] (--) evdev: Video Bus: Found keys
[260932.387] (II) evdev: Video Bus: Configuring as keyboard
[260932.387] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[260932.387] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[260932.387] (**) Option "xkb_rules" "evdev"
[260932.387] (**) Option "xkb_model" "pc105"
[260932.387] (**) Option "xkb_layout" "us"
[260932.387] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[260932.389] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[260932.389] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[260932.389] (II) Using input driver 'evdev' for 'Power Button'
[260932.389] (**) Power Button: always reports core events
[260932.389] (**) evdev: Power Button: Device: "/dev/input/event0"
[260932.389] (--) evdev: Power Button: Vendor 0 Product 0x1
[260932.389] (--) evdev: Power Button: Found keys
[260932.389] (II) evdev: Power Button: Configuring as keyboard
[260932.389] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[260932.389] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[260932.389] (**) Option "xkb_rules" "evdev"
[260932.390] (**) Option "xkb_model" "pc105"
[260932.390] (**) Option "xkb_layout" "us"
[260932.390] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[260932.391] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event4)
[260932.391] (II) No input driver specified, ignoring this device.
[260932.391] (II) This device may have been added with another device file.
[260932.392] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/event5)
[260932.393] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[260932.393] (II) Using input driver 'evdev' for 'CHESEN PS2 to USB Converter'
[260932.393] (**) CHESEN PS2 to USB Converter: always reports core events
[260932.393] (**) evdev: CHESEN PS2 to USB Converter: Device: "/dev/input/event5"
[260932.393] (--) evdev: CHESEN PS2 to USB Converter: Vendor 0xa81 Product 0x205
[260932.393] (--) evdev: CHESEN PS2 to USB Converter: Found keys
[260932.393] (II) evdev: CHESEN PS2 to USB Converter: Configuring as keyboard
[260932.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5/event5"
[260932.393] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter" (type: KEYBOARD, id 9)
[260932.393] (**) Option "xkb_rules" "evdev"
[260932.393] (**) Option "xkb_model" "pc105"
[260932.393] (**) Option "xkb_layout" "us"
[260932.393] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[260932.395] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/event6)
[260932.395] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev pointer catchall"
[260932.395] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev keyboard catchall"
[260932.395] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev-pointer"
[260932.395] (II) Using input driver 'evdev' for 'CHESEN PS2 to USB Converter'
[260932.395] (**) CHESEN PS2 to USB Converter: always reports core events
[260932.395] (**) evdev: CHESEN PS2 to USB Converter: Device: "/dev/input/event6"
[260932.396] (**) evdev: CHESEN PS2 to USB Converter: ButtonMapping '1 2 3 0 0'
[260932.396] (--) evdev: CHESEN PS2 to USB Converter: Vendor 0xa81 Product 0x205
[260932.396] (--) evdev: CHESEN PS2 to USB Converter: Found 9 mouse buttons
[260932.396] (--) evdev: CHESEN PS2 to USB Converter: Found scroll wheel(s)
[260932.396] (--) evdev: CHESEN PS2 to USB Converter: Found relative axes
[260932.396] (--) evdev: CHESEN PS2 to USB Converter: Found x and y relative axes
[260932.396] (--) evdev: CHESEN PS2 to USB Converter: Found keys
[260932.396] (II) evdev: CHESEN PS2 to USB Converter: Configuring as mouse
[260932.396] (II) evdev: CHESEN PS2 to USB Converter: Configuring as keyboard
[260932.396] (II) evdev: CHESEN PS2 to USB Converter: Adding scrollwheel support
[260932.396] (**) evdev: CHESEN PS2 to USB Converter: YAxisMapping: buttons 4 and 5
[260932.396] (**) evdev: CHESEN PS2 to USB Converter: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[260932.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/event6"
[260932.396] (II) XINPUT: Adding extended input device "CHESEN PS2 to USB Converter" (type: KEYBOARD, id 10)
[260932.396] (**) Option "xkb_rules" "evdev"
[260932.396] (**) Option "xkb_model" "pc105"
[260932.396] (**) Option "xkb_layout" "us"
[260932.397] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[260932.397] (II) evdev: CHESEN PS2 to USB Converter: initialized for relative axes.
[260932.398] (**) CHESEN PS2 to USB Converter: (accel) keeping acceleration scheme 1
[260932.398] (**) CHESEN PS2 to USB Converter: (accel) acceleration profile 0
[260932.398] (**) CHESEN PS2 to USB Converter: (accel) acceleration factor: 2.000
[260932.398] (**) CHESEN PS2 to USB Converter: (accel) acceleration threshold: 4
[260932.399] (II) config/udev: Adding input device CHESEN PS2 to USB Converter (/dev/input/mouse0)
[260932.399] (**) CHESEN PS2 to USB Converter: Applying InputClass "evdev-pointer"
[260932.399] (II) Using input driver 'evdev' for 'CHESEN PS2 to USB Converter'
[260932.399] (**) CHESEN PS2 to USB Converter: always reports core events
[260932.399] (**) evdev: CHESEN PS2 to USB Converter: Device: "/dev/input/mouse0"
[260932.399] (**) evdev: CHESEN PS2 to USB Converter: ButtonMapping '1 2 3 0 0'
[260932.399] (EE) evdev: CHESEN PS2 to USB Converter: ioctl EVIOCGID failed: Inappropriate ioctl for device
[260932.412] (EE) PreInit returned 8 for "CHESEN PS2 to USB Converter"
[260932.412] (II) UnloadModule: "evdev"
[260932.413] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[260932.413] (II) No input driver specified, ignoring this device.
[260932.413] (II) This device may have been added with another device file.
[260937.342] (II) intel(0): EDID vendor "ACI", prod id 6631
[260937.342] (II) intel(0): Using hsync ranges from config file
[260937.342] (II) intel(0): Using vrefresh ranges from config file
[260937.342] (II) intel(0): Printing DDC gathered Modelines:
[260937.342] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[260937.342] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[260937.342] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[260937.342] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[260937.343] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[260937.343] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[260937.343] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[260937.343] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[260937.343] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[260937.343] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[260937.343] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[260937.343] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[260937.343] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[260937.343] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[260937.343] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[260937.343] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[260937.343] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[260945.974] (II) intel(0): EDID vendor "ACI", prod id 6631
[260945.974] (II) intel(0): Using hsync ranges from config file
[260945.974] (II) intel(0): Using vrefresh ranges from config file
[260945.974] (II) intel(0): Printing DDC gathered Modelines:
[260945.974] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[260945.975] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[260945.975] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[260945.975] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[260945.975] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[260945.975] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[260945.975] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[260945.975] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[260945.975] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[260945.975] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[260945.975] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[260945.975] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[260945.975] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[260945.975] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[260945.975] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[260945.975] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[260945.975] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[267373.650] (II) intel(0): EDID vendor "ACI", prod id 6631
[267373.650] (II) intel(0): Using hsync ranges from config file
[267373.650] (II) intel(0): Using vrefresh ranges from config file
[267373.650] (II) intel(0): Printing DDC gathered Modelines:
[267373.650] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[267373.650] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[267373.650] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[267373.650] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[267373.650] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[267373.650] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[267373.650] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[267373.651] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[267373.651] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[267373.651] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[267373.651] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[267373.651] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[267373.651] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[267373.651] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[267373.651] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[267373.651] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[267373.651] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[267404.858] (II) intel(0): EDID vendor "ACI", prod id 6631
[267404.858] (II) intel(0): Using hsync ranges from config file
[267404.858] (II) intel(0): Using vrefresh ranges from config file
[267404.858] (II) intel(0): Printing DDC gathered Modelines:
[267404.858] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[267404.858] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[267404.858] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[267404.858] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[267404.858] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[267404.858] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[267404.858] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[267404.859] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[267404.859] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[267404.859] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[267404.859] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[267404.859] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[267404.859] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[267404.859] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[267404.859] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[267404.859] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[267404.859] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9234365

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9686179
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: KEY=3e000b 0 0 0 0 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PRODUCT=19/0/6/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9240762

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9686744
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9231839

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9686787
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input4
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: UDEV_LOG=3
E: USEC_INITIALIZED=10187578

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input4/event4
N: input/event4
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input4/event4
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=10198431

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5
E: EV=120013
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0205
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_2_1_0
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: KEY=10000 7 ff980000 7ff febeffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0003v0A81p0205e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="CHESEN PS2 to USB Converter"
E: PHYS="usb-0000:00:1d.0-2/input0"
E: PRODUCT=3/a81/205/110
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=10969758

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5/event5
N: input/event5
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5/event5
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0205
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_2_1_0
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=10978750
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6
E: EV=17
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0205
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_2_1_1
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: KEY=400000 0 0 0 0 1f0000 0 2020000 7878 d811dc01 1e0000 0 0 0
E: MODALIAS=input:b0003v0A81p0205e0110-e0,1,2,4,k71,72,73,74,80,8A,8B,8C,8E,8F,90,94,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,AE,D1,D9,110,111,112,113,114,1B6,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="CHESEN PS2 to USB Converter"
E: PHYS="usb-0000:00:1d.0-2/input1"
E: PRODUCT=3/a81/205/110
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=10968267

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/event6
N: input/event6
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-mouse
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-if01-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-event-mouse
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-mouse /dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-if01-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-event-mouse
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/event6
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0205
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_2_1_1
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=10982516
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/mouse0
N: input/mouse0
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-if01-mouse
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-mouse
E: DEVLINKS=/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-if01-mouse /dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0205
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_2_1_1
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=10982437

P: /devices/platform/pcspkr/input/input3
E: DEVPATH=/devices/platform/pcspkr/input/input3
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PRODUCT=10/1f/1/100
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=10142106

P: /devices/platform/pcspkr/input/input3/event3
N: input/event3
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/platform/pcspkr/input/input3/event3
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=10147111


DRM Information from dmesg:
---------------------------


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

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6                                  2.13-35
ii  xserver-xorg-core [xorg-input-abi-16]  2:1.12.3-1

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

-- no debconf information


Reply to: