Bug#689377: xserver-xorg-input-evdev: emits non-fatal but concerning (EE) errors in the X log for a serial mouse
Package: xserver-xorg-input-evdev
Version: 1:2.7.0-1+b1
Severity: normal
The principal issue is as described in the subject line. This bug is
closely related to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688674, but for a
completely different system (64-bit for this report versus 32-bit for bug=688674) with entirely different mouse
(logitech serial mouse attached using inputattach for this report versus a Chesen PS2
converter for mouse + keyboard for bug=688674).
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, these two bugs are the first (EE) errors in the X log
that I have encountered that was not fatal in some way. Thus, the
(EE) messages I get for these two cases are a concern since it may
only be by chance that the issue is not fatal.
Since I get the same (EE) error messages for two entirely different
mice and systems and my friend who runs fedora does not get these
error messages I suspect the underlying cause of this is some evdev
software issue specific to Debian that has nothing to do with mouse
hardware.
-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Sep 28 14:21 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2044664 Aug 21 12:55 /usr/bin/Xorg
VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] (rev 02)
Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2841 Sep 28 15:25 /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-amd64 (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 02:45:17 UTC 2012
Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 37518 Sep 30 20:52 /var/log/Xorg.0.log
Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 73121.049]
X.Org X Server 1.12.3.902 (1.12.4 RC 2)
Release Date: 2012-08-19
[ 73121.051] X Protocol Version 11, Revision 0
[ 73121.053] Build Operating System: Linux 3.2.0-3-amd64 x86_64 Debian
[ 73121.054] Current Operating System: Linux raven 3.2.0-3-amd64 #1 SMP Mon Jul 23 02:45:17 UTC 2012 x86_64
[ 73121.055] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-amd64 root=UUID=7c98e32b-d71c-4059-8d48-f0babf316c56 ro quiet
[ 73121.058] Build Date: 21 August 2012 07:36:50PM
[ 73121.060] xorg-server 2:1.12.3.902-1 (Julien Cristau <jcristau@debian.org>)
[ 73121.061] Current version of pixman: 0.26.0
[ 73121.065] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 73121.065] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 73121.071] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 29 09:54:31 2012
[ 73121.073] (==) Using config file: "/etc/X11/xorg.conf"
[ 73121.074] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 73121.074] (==) ServerLayout "X.org Configured"
[ 73121.074] (**) |-->Screen "Screen0" (0)
[ 73121.074] (**) | |-->Monitor "Monitor0"
[ 73121.074] (**) | |-->Device "Card0"
[ 73121.074] (==) Automatically adding devices
[ 73121.074] (==) Automatically enabling devices
[ 73121.074] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 73121.074] Entry deleted from font path.
[ 73121.074] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 73121.074] Entry deleted from font path.
[ 73121.074] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 73121.074] Entry deleted from font path.
[ 73121.075] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 73121.075] Entry deleted from font path.
[ 73121.075] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 73121.075] Entry deleted from font path.
[ 73121.075] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 73121.075] Entry deleted from font path.
[ 73121.075] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 73121.075] Entry deleted from font path.
[ 73121.075] (==) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins
[ 73121.075] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 73121.075] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 73121.075] (II) Loader magic: 0x7ff910deaae0
[ 73121.075] (II) Module ABI versions:
[ 73121.075] X.Org ANSI C Emulation: 0.4
[ 73121.075] X.Org Video Driver: 12.1
[ 73121.075] X.Org XInput driver : 16.0
[ 73121.075] X.Org Server Extension : 6.0
[ 73121.076] (--) PCI:*(0:0:2:0) 8086:29c2:1043:8276 rev 2, Mem @ 0xfe800000/524288, 0xd0000000/268435456, 0xfe700000/1048576, I/O @ 0x0000cc00/8
[ 73121.076] (--) PCI: (0:0:2:1) 8086:29c3:1043:8276 rev 2, Mem @ 0xfe880000/524288
[ 73121.076] (--) PCI: (0:4:0:0) 109e:036e:0070:13eb rev 17, Mem @ 0xfdffe000/4096
[ 73121.076] (II) Open ACPI successful (/var/run/acpid.socket)
[ 73121.076] (II) LoadModule: "extmod"
[ 73121.076] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 73121.076] (II) Module extmod: vendor="X.Org Foundation"
[ 73121.076] compiled for 1.12.3.902, module version = 1.0.0
[ 73121.076] Module class: X.Org Server Extension
[ 73121.076] ABI class: X.Org Server Extension, version 6.0
[ 73121.076] (II) Loading extension SELinux
[ 73121.076] (II) Loading extension MIT-SCREEN-SAVER
[ 73121.076] (II) Loading extension XFree86-VidModeExtension
[ 73121.076] (II) Loading extension XFree86-DGA
[ 73121.076] (II) Loading extension DPMS
[ 73121.076] (II) Loading extension XVideo
[ 73121.076] (II) Loading extension XVideo-MotionCompensation
[ 73121.076] (II) Loading extension X-Resource
[ 73121.076] (II) LoadModule: "dbe"
[ 73121.076] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 73121.077] (II) Module dbe: vendor="X.Org Foundation"
[ 73121.077] compiled for 1.12.3.902, module version = 1.0.0
[ 73121.077] Module class: X.Org Server Extension
[ 73121.077] ABI class: X.Org Server Extension, version 6.0
[ 73121.077] (II) Loading extension DOUBLE-BUFFER
[ 73121.077] (II) LoadModule: "glx"
[ 73121.077] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 73121.077] (II) Module glx: vendor="X.Org Foundation"
[ 73121.077] compiled for 1.12.3.902, module version = 1.0.0
[ 73121.077] ABI class: X.Org Server Extension, version 6.0
[ 73121.077] (==) AIGLX enabled
[ 73121.077] (II) Loading extension GLX
[ 73121.077] (II) LoadModule: "record"
[ 73121.077] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 73121.077] (II) Module record: vendor="X.Org Foundation"
[ 73121.077] compiled for 1.12.3.902, module version = 1.13.0
[ 73121.077] Module class: X.Org Server Extension
[ 73121.077] ABI class: X.Org Server Extension, version 6.0
[ 73121.077] (II) Loading extension RECORD
[ 73121.077] (II) LoadModule: "dri"
[ 73121.077] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 73121.077] (II) Module dri: vendor="X.Org Foundation"
[ 73121.077] compiled for 1.12.3.902, module version = 1.0.0
[ 73121.077] ABI class: X.Org Server Extension, version 6.0
[ 73121.077] (II) Loading extension XFree86-DRI
[ 73121.077] (II) LoadModule: "dri2"
[ 73121.077] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 73121.078] (II) Module dri2: vendor="X.Org Foundation"
[ 73121.078] compiled for 1.12.3.902, module version = 1.2.0
[ 73121.078] ABI class: X.Org Server Extension, version 6.0
[ 73121.078] (II) Loading extension DRI2
[ 73121.078] (II) LoadModule: "intel"
[ 73121.078] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 73121.078] (II) Module intel: vendor="X.Org Foundation"
[ 73121.078] compiled for 1.12.3, module version = 2.19.0
[ 73121.078] Module class: X.Org Video Driver
[ 73121.078] ABI class: X.Org Video Driver, version 12.0
[ 73121.078] (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)
[ 73121.078] (--) using VT number 7
[ 73121.086] drmOpenDevice: node name is /dev/dri/card0
[ 73121.086] drmOpenDevice: open result is 9, (OK)
[ 73121.086] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 73121.086] drmOpenDevice: node name is /dev/dri/card0
[ 73121.086] drmOpenDevice: open result is 9, (OK)
[ 73121.086] drmOpenByBusid: drmOpenMinor returns 9
[ 73121.086] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 73121.086] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 73121.086] (==) intel(0): RGB weight 888
[ 73121.086] (==) intel(0): Default visual is TrueColor
[ 73121.086] (II) intel(0): Integrated Graphics Chipset: Intel(R) G33
[ 73121.086] (--) intel(0): Chipset: "G33"
[ 73121.086] (**) intel(0): Relaxed fencing enabled
[ 73121.086] (**) intel(0): Wait on SwapBuffers? enabled
[ 73121.086] (**) intel(0): Triple buffering? enabled
[ 73121.086] (**) intel(0): Framebuffer tiled
[ 73121.086] (**) intel(0): Pixmaps tiled
[ 73121.086] (**) intel(0): 3D buffers tiled
[ 73121.086] (**) intel(0): SwapBuffers wait enabled
[ 73121.086] (==) intel(0): video overlay key set to 0x101fe
[ 73121.108] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 73121.233] (II) intel(0): Output VGA2 has no monitor section
[ 73121.248] (II) intel(0): EDID for output VGA1
[ 73121.373] (II) intel(0): EDID for output VGA2
[ 73121.373] (II) intel(0): Manufacturer: ACI Model: 19e7 Serial#: 16843009
[ 73121.373] (II) intel(0): Year: 2009 Week: 46
[ 73121.373] (II) intel(0): EDID Version: 1.3
[ 73121.373] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 73121.373] (II) intel(0): Sync: Separate
[ 73121.373] (II) intel(0): Max Image Size [cm]: horiz.: 41 vert.: 26
[ 73121.373] (II) intel(0): Gamma: 2.20
[ 73121.373] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[ 73121.373] (II) intel(0): Default color space is primary color space
[ 73121.373] (II) intel(0): First detailed timing is preferred mode
[ 73121.373] (II) intel(0): redX: 0.640 redY: 0.334 greenX: 0.286 greenY: 0.599
[ 73121.373] (II) intel(0): blueX: 0.154 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
[ 73121.373] (II) intel(0): Supported established timings:
[ 73121.373] (II) intel(0): 720x400@70Hz
[ 73121.373] (II) intel(0): 640x480@60Hz
[ 73121.373] (II) intel(0): 640x480@72Hz
[ 73121.373] (II) intel(0): 640x480@75Hz
[ 73121.373] (II) intel(0): 800x600@56Hz
[ 73121.373] (II) intel(0): 800x600@60Hz
[ 73121.373] (II) intel(0): 800x600@75Hz
[ 73121.373] (II) intel(0): 1024x768@60Hz
[ 73121.373] (II) intel(0): 1024x768@70Hz
[ 73121.373] (II) intel(0): Manufacturer's mask: 10
[ 73121.373] (II) intel(0): Supported standard timings:
[ 73121.373] (II) intel(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 73121.373] (II) intel(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 73121.373] (II) intel(0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 73121.374] (II) intel(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 73121.374] (II) intel(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 73121.374] (II) intel(0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 73121.374] (II) intel(0): Supported detailed timing:
[ 73121.374] (II) intel(0): clock: 106.5 MHz Image Size: 410 x 256 mm
[ 73121.374] (II) intel(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
[ 73121.374] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
[ 73121.374] (II) intel(0): Serial No: 9BLMIZ007929
[ 73121.374] (II) intel(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 145 MHz
[ 73121.374] (II) intel(0): Monitor name: ASUS VH198
[ 73121.374] (II) intel(0): EDID (in hex):
[ 73121.374] (II) intel(0): 00ffffffffffff000469e71901010101
[ 73121.374] (II) intel(0): 2e13010308291a782ee5b5a355499927
[ 73121.374] (II) intel(0): 135054af4c109500810081c08140714f
[ 73121.374] (II) intel(0): 8180010101019a29a0d0518422305098
[ 73121.374] (II) intel(0): 36009a001100001c000000ff0039424c
[ 73121.374] (II) intel(0): 4d495a3030373932390a000000fd0037
[ 73121.374] (II) intel(0): 4b1e500e000a202020202020000000fc
[ 73121.374] (II) intel(0): 00415355532056483139380a20200044
[ 73121.374] (II) intel(0): Printing probed modes for output VGA2
[ 73121.374] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 73121.374] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 73121.374] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 73121.374] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
[ 73121.374] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 73121.374] (II) intel(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 73121.374] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 73121.374] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 73121.374] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 73121.374] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 73121.374] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 73121.374] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 73121.374] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 73121.374] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 73121.374] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 73121.374] (II) intel(0): Output VGA1 disconnected
[ 73121.374] (II) intel(0): Output VGA2 connected
[ 73121.374] (II) intel(0): Using exact sizes for initial modes
[ 73121.374] (II) intel(0): Output VGA2 using initial mode 1440x900
[ 73121.374] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 73121.374] (II) intel(0): Kernel page flipping support detected, enabling
[ 73121.374] (**) intel(0): Display dimensions: (410, 260) mm
[ 73121.374] (**) intel(0): DPI set to (89, 87)
[ 73121.374] (II) Loading sub module "fb"
[ 73121.374] (II) LoadModule: "fb"
[ 73121.374] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 73121.374] (II) Module fb: vendor="X.Org Foundation"
[ 73121.374] compiled for 1.12.3.902, module version = 1.0.0
[ 73121.374] ABI class: X.Org ANSI C Emulation, version 0.4
[ 73121.374] (II) Loading sub module "dri2"
[ 73121.374] (II) LoadModule: "dri2"
[ 73121.374] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 73121.374] (II) Module dri2: vendor="X.Org Foundation"
[ 73121.374] compiled for 1.12.3.902, module version = 1.2.0
[ 73121.374] ABI class: X.Org Server Extension, version 6.0
[ 73121.374] (==) Depth 24 pixmap format is 32 bpp
[ 73121.375] (II) intel(0): [DRI2] Setup complete
[ 73121.375] (II) intel(0): [DRI2] DRI driver: i915
[ 73121.375] (II) intel(0): Allocated new frame buffer 1472x900 stride 8192, tiled
[ 73121.375] (II) UXA(0): Driver registered support for the following operations:
[ 73121.375] (II) solid
[ 73121.375] (II) copy
[ 73121.375] (II) composite (RENDER acceleration)
[ 73121.375] (II) put_image
[ 73121.375] (II) get_image
[ 73121.375] (==) intel(0): Backing store disabled
[ 73121.375] (==) intel(0): Silken mouse enabled
[ 73121.375] (II) intel(0): Initializing HW Cursor
[ 73121.375] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 73121.375] (**) intel(0): DPMS enabled
[ 73121.375] (==) intel(0): Intel XvMC decoder disabled
[ 73121.375] (II) intel(0): Set up textured video
[ 73121.375] (II) intel(0): Set up overlay video
[ 73121.375] (II) intel(0): direct rendering: DRI2 Enabled
[ 73121.375] (==) intel(0): hotplug detection: "enabled"
[ 73121.388] (--) RandR disabled
[ 73121.388] (II) Initializing built-in extension Generic Event Extension
[ 73121.388] (II) Initializing built-in extension SHAPE
[ 73121.388] (II) Initializing built-in extension MIT-SHM
[ 73121.388] (II) Initializing built-in extension XInputExtension
[ 73121.388] (II) Initializing built-in extension XTEST
[ 73121.388] (II) Initializing built-in extension BIG-REQUESTS
[ 73121.388] (II) Initializing built-in extension SYNC
[ 73121.388] (II) Initializing built-in extension XKEYBOARD
[ 73121.388] (II) Initializing built-in extension XC-MISC
[ 73121.388] (II) Initializing built-in extension SECURITY
[ 73121.388] (II) Initializing built-in extension XINERAMA
[ 73121.388] (II) Initializing built-in extension XFIXES
[ 73121.388] (II) Initializing built-in extension RENDER
[ 73121.388] (II) Initializing built-in extension RANDR
[ 73121.388] (II) Initializing built-in extension COMPOSITE
[ 73121.388] (II) Initializing built-in extension DAMAGE
[ 73121.388] (II) SELinux: Disabled on system
[ 73121.397] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 73121.397] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 73121.397] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 73121.397] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 73121.397] (II) AIGLX: Loaded and initialized i915
[ 73121.397] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 73121.397] (II) intel(0): Setting screen physical size to 381 x 238
[ 73121.425] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 73121.425] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 73121.425] (II) LoadModule: "evdev"
[ 73121.425] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 73121.425] (II) Module evdev: vendor="X.Org Foundation"
[ 73121.425] compiled for 1.12.1, module version = 2.7.0
[ 73121.425] Module class: X.Org XInput Driver
[ 73121.425] ABI class: X.Org XInput driver, version 16.0
[ 73121.425] (II) Using input driver 'evdev' for 'Power Button'
[ 73121.425] (**) Power Button: always reports core events
[ 73121.425] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 73121.425] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 73121.425] (--) evdev: Power Button: Found keys
[ 73121.425] (II) evdev: Power Button: Configuring as keyboard
[ 73121.425] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 73121.425] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 73121.425] (**) Option "xkb_rules" "evdev"
[ 73121.425] (**) Option "xkb_model" "pc105"
[ 73121.425] (**) Option "xkb_layout" "us"
[ 73121.425] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 73121.446] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 73121.446] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 73121.446] (II) Using input driver 'evdev' for 'Power Button'
[ 73121.446] (**) Power Button: always reports core events
[ 73121.446] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 73121.446] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 73121.446] (--) evdev: Power Button: Found keys
[ 73121.446] (II) evdev: Power Button: Configuring as keyboard
[ 73121.446] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 73121.446] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 73121.446] (**) Option "xkb_rules" "evdev"
[ 73121.446] (**) Option "xkb_model" "pc105"
[ 73121.446] (**) Option "xkb_layout" "us"
[ 73121.446] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 73121.446] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[ 73121.446] (II) No input driver specified, ignoring this device.
[ 73121.446] (II) This device may have been added with another device file.
[ 73121.447] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event5)
[ 73121.447] (II) No input driver specified, ignoring this device.
[ 73121.447] (II) This device may have been added with another device file.
[ 73121.447] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 73121.447] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 73121.447] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 73121.447] (**) AT Translated Set 2 keyboard: always reports core events
[ 73121.447] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 73121.447] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 73121.447] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 73121.447] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 73121.447] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 73121.447] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 73121.447] (**) Option "xkb_rules" "evdev"
[ 73121.447] (**) Option "xkb_model" "pc105"
[ 73121.447] (**) Option "xkb_layout" "us"
[ 73121.447] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 73121.447] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 73121.447] (II) No input driver specified, ignoring this device.
[ 73121.447] (II) This device may have been added with another device file.
[ 73121.448] (II) config/udev: Adding input device Logitech M+ Mouse (/dev/input/event6)
[ 73121.448] (**) Logitech M+ Mouse: Applying InputClass "evdev pointer catchall"
[ 73121.448] (**) Logitech M+ Mouse: Applying InputClass "evdev-pointer"
[ 73121.448] (II) Using input driver 'evdev' for 'Logitech M+ Mouse'
[ 73121.448] (**) Logitech M+ Mouse: always reports core events
[ 73121.448] (**) evdev: Logitech M+ Mouse: Device: "/dev/input/event6"
[ 73121.448] (**) evdev: Logitech M+ Mouse: ButtonMapping '1 2 3 0 0'
[ 73121.448] (--) evdev: Logitech M+ Mouse: Vendor 0x4 Product 0x1
[ 73121.448] (--) evdev: Logitech M+ Mouse: Found 3 mouse buttons
[ 73121.448] (--) evdev: Logitech M+ Mouse: Found relative axes
[ 73121.448] (--) evdev: Logitech M+ Mouse: Found x and y relative axes
[ 73121.448] (II) evdev: Logitech M+ Mouse: Configuring as mouse
[ 73121.448] (**) evdev: Logitech M+ Mouse: YAxisMapping: buttons 4 and 5
[ 73121.448] (**) evdev: Logitech M+ Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 73121.448] (**) Option "config_info" "udev:/sys/devices/pnp0/00:09/tty/ttyS0/serio1/input/input6/event6"
[ 73121.448] (II) XINPUT: Adding extended input device "Logitech M+ Mouse" (type: MOUSE, id 9)
[ 73121.448] (II) evdev: Logitech M+ Mouse: initialized for relative axes.
[ 73121.448] (**) Logitech M+ Mouse: (accel) keeping acceleration scheme 1
[ 73121.448] (**) Logitech M+ Mouse: (accel) acceleration profile 0
[ 73121.448] (**) Logitech M+ Mouse: (accel) acceleration factor: 2.000
[ 73121.448] (**) Logitech M+ Mouse: (accel) acceleration threshold: 4
[ 73121.449] (II) config/udev: Adding input device Logitech M+ Mouse (/dev/input/mouse0)
[ 73121.449] (**) Logitech M+ Mouse: Applying InputClass "evdev-pointer"
[ 73121.449] (II) Using input driver 'evdev' for 'Logitech M+ Mouse'
[ 73121.449] (**) Logitech M+ Mouse: always reports core events
[ 73121.449] (**) evdev: Logitech M+ Mouse: Device: "/dev/input/mouse0"
[ 73121.449] (**) evdev: Logitech M+ Mouse: ButtonMapping '1 2 3 0 0'
[ 73121.449] (EE) evdev: Logitech M+ Mouse: ioctl EVIOCGID failed: Inappropriate ioctl for device
[ 73121.480] (EE) PreInit returned 8 for "Logitech M+ Mouse"
[ 73121.480] (II) UnloadModule: "evdev"
[ 73122.953] (II) intel(0): EDID vendor "ACI", prod id 6631
[ 73122.953] (II) intel(0): Using hsync ranges from config file
[ 73122.953] (II) intel(0): Using vrefresh ranges from config file
[ 73122.953] (II) intel(0): Printing DDC gathered Modelines:
[ 73122.953] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 73122.953] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 73122.953] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 73122.953] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 73122.953] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 73122.953] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 73122.953] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 73122.953] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 73122.953] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 73122.953] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 73122.953] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 73122.953] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 73122.954] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 73122.954] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 73122.954] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 73125.325] (II) intel(0): EDID vendor "ACI", prod id 6631
[ 73125.325] (II) intel(0): Using hsync ranges from config file
[ 73125.325] (II) intel(0): Using vrefresh ranges from config file
[ 73125.325] (II) intel(0): Printing DDC gathered Modelines:
[ 73125.325] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 73125.325] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 73125.325] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 73125.325] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 73125.325] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 73125.325] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 73125.325] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 73125.325] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 73125.325] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 73125.325] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 73125.325] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 73125.325] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 73125.325] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 73125.325] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 73125.325] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 73355.761] (II) intel(0): EDID vendor "ACI", prod id 6631
[ 73355.761] (II) intel(0): Using hsync ranges from config file
[ 73355.761] (II) intel(0): Using vrefresh ranges from config file
[ 73355.761] (II) intel(0): Printing DDC gathered Modelines:
[ 73355.761] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 73355.761] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 73355.761] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 73355.761] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 73355.761] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 73355.761] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 73355.761] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 73355.761] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 73355.761] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 73355.761] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 73355.761] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 73355.761] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 73355.761] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 73355.761] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 73355.762] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 74635.145] (II) intel(0): EDID vendor "ACI", prod id 6631
[ 74635.145] (II) intel(0): Using hsync ranges from config file
[ 74635.145] (II) intel(0): Using vrefresh ranges from config file
[ 74635.145] (II) intel(0): Printing DDC gathered Modelines:
[ 74635.145] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 74635.145] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 74635.145] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 74635.145] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 74635.145] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 74635.145] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 74635.145] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 74635.145] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 74635.145] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 74635.145] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 74635.145] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 74635.145] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 74635.145] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 74635.145] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 74635.145] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[195726.877] (II) intel(0): EDID vendor "ACI", prod id 6631
[195726.877] (II) intel(0): Using hsync ranges from config file
[195726.877] (II) intel(0): Using vrefresh ranges from config file
[195726.877] (II) intel(0): Printing DDC gathered Modelines:
[195726.877] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[195726.877] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[195726.877] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[195726.877] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[195726.877] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[195726.877] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[195726.877] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[195726.877] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[195726.877] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[195726.877] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[195726.877] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[195726.878] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[195726.878] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[195726.878] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[195726.878] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[198924.125] (II) intel(0): EDID vendor "ACI", prod id 6631
[198924.125] (II) intel(0): Using hsync ranges from config file
[198924.125] (II) intel(0): Using vrefresh ranges from config file
[198924.125] (II) intel(0): Printing DDC gathered Modelines:
[198924.125] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[198924.125] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[198924.125] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[198924.125] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[198924.126] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[198924.126] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[198924.126] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[198924.126] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[198924.126] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[198924.126] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[198924.126] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[198924.126] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[198924.126] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[198924.126] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[198924.126] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[198995.133] (II) intel(0): EDID vendor "ACI", prod id 6631
[198995.133] (II) intel(0): Using hsync ranges from config file
[198995.133] (II) intel(0): Using vrefresh ranges from config file
[198995.133] (II) intel(0): Printing DDC gathered Modelines:
[198995.133] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[198995.134] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[198995.134] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[198995.134] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[198995.134] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[198995.134] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[198995.134] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[198995.134] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[198995.134] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[198995.134] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[198995.134] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[198995.134] (II) intel(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[198995.134] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[198995.134] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[198995.134] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
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=10000000000000 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=2934883
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
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=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=3044618
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp
P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
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=10000000000000 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=2934403
P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
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=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=3064718
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp
P: /devices/pci0000:00/0000:00:1b.0/input/input4
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input4
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0001v10ECp0883e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/10ec/883/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=3619011
P: /devices/pci0000:00/0000:00:1b.0/input/input4/event4
N: input/event4
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/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=3621313
P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input5
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=3620948
P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input5/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input5/event5
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=69
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=3622751
P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=2919856
P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=3064716
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp
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=3312603
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=3314034
P: /devices/pnp0/00:09/tty/ttyS0/serio1/input/input6
E: DEVPATH=/devices/pnp0/00:09/tty/ttyS0/serio1/input/input6
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0013v0004p0001e0100-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="Logitech M+ Mouse"
E: PHYS="ttyS0/serio0/input0"
E: PRODUCT=13/4/1/100
E: PROP=0
E: REL=3
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8078310542
P: /devices/pnp0/00:09/tty/ttyS0/serio1/input/input6/event6
N: input/event6
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pnp0/00:09/tty/ttyS0/serio1/input/input6/event6
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8078312156
P: /devices/pnp0/00:09/tty/ttyS0/serio1/input/input6/mouse0
N: input/mouse0
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pnp0/00:09/tty/ttyS0/serio1/input/input6/mouse0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=8078312092
DRM Information from dmesg:
---------------------------
[ 0.000000] No AGP bridge found
[ 0.000000] No AGP bridge found
[ 0.596266] Linux agpgart interface v0.103
[ 0.596360] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[ 0.596433] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.597185] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.597314] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 3.417082] [drm] Initialized drm 1.1.0 20060810
[ 3.651640] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 3.651642] [drm] Driver supports precise vblank timestamp query.
[ 3.824084] [drm] initialized overlay support
[ 3.974545] fbcon: inteldrmfb (fb0) is primary device
[ 4.147008] fb0: inteldrmfb frame buffer device
[ 4.147009] drm: registered panic notifier
[ 4.147120] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-amd64 (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.902-1
xserver-xorg-input-evdev recommends no packages.
xserver-xorg-input-evdev suggests no packages.
-- no debconf information
Reply to: