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

Bug#617419: xserver-xorg-video-intel: xrandr doesn't offer all possible resolutions (regression)



Package: xserver-xorg-video-intel
Version: 2:2.19.0-6
Followup-For: Bug #617419

Hi,

I have this problem with my monitor (HP A4576A CRT monitor); even though 
I specify horizontal and vertical specs in xorg.conf, X isn't offering 
me the 1600x1200 resolution that it's capable of (and which oldstable's 
X did do). In the end I had to write my own Modeline, which is pretty 
poor really, especially as it used to work!

Regards,

Matthew

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar 12  2011 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 Apr 17 12:20 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 3888 Jul  4 12:14 /etc/X11/xorg.conf

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

Section "ServerFlags"
	Option	"AllowEmptyInput" "false"
EndSection

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

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

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

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

#This should match the sleep and power buttons, and tell X to ignore them
Section "InputClass"
	Identifier  "Deathbuttons"
	MatchProduct "Power|Sleep"
	Option	     "Ignore" "true"
EndSection

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

Section "Monitor"
        Identifier      "HP A4576A"
	HorizSync	30-107
        VertRefresh     50-160
#this taken from cvt 1600 1200 75 then reducing the 3rd and 4th numbers by 30 to move the LHS
#of the display onto the screen
    ModeLine "1600x1200" 204.75 1600 1690 1858 2176 1200 1203 1207 1255 -hsync +vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "AccelMethod"        	# [<str>]
        #Option     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
	Identifier  "Card0"
	Driver      "intel" #was "intel"
	VendorName  "Intel Corporation"
	BoardName   "82945G/GZ Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Option    "ModeDebug" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
#	Monitor    "Monitor0"
	Monitor    "HP A4576A"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


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

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

Kernel version (/proc/version):
-------------------------------
Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root  1681 Jul  4 11:10 /var/log/Xorg.1.log
-rw-r--r-- 1 root root  1681 Jul  4 11:10 /var/log/Xorg.5.log
-rw-r--r-- 1 root root  1681 Jul  4 11:10 /var/log/Xorg.4.log
-rw-r--r-- 1 root root  1681 Jul  4 11:10 /var/log/Xorg.3.log
-rw-r--r-- 1 root root  1681 Jul  4 11:10 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 31618 Jul  4 13:20 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  6799.356] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[  6799.356] X Protocol Version 11, Revision 0
[  6799.356] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[  6799.356] Current Operating System: Linux aragorn 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686
[  6799.356] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=5372bb27-147d-4289-a4bc-f22e1b74b7d2 ro quiet
[  6799.356] Build Date: 17 April 2013  11:13:16AM
[  6799.356] xorg-server 2:1.12.4-6 (Julien Cristau <jcristau@debian.org>) 
[  6799.356] Current version of pixman: 0.26.0
[  6799.357] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  6799.357] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  6799.357] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul  4 12:14:36 2013
[  6799.357] (==) Using config file: "/etc/X11/xorg.conf"
[  6799.357] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  6799.357] (==) ServerLayout "X.org Configured"
[  6799.357] (**) |-->Screen "Screen0" (0)
[  6799.357] (**) |   |-->Monitor "HP A4576A"
[  6799.358] (**) |   |-->Device "Card0"
[  6799.358] (**) |-->Input Device "Mouse0"
[  6799.358] (**) |-->Input Device "Keyboard0"
[  6799.358] (==) Automatically adding devices
[  6799.358] (==) Automatically enabling devices
[  6799.358] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  6799.358] 	Entry deleted from font path.
[  6799.358] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  6799.358] 	Entry deleted from font path.
[  6799.358] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[  6799.358] (**) ModulePath set to "/usr/lib/xorg/modules"
[  6799.358] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  6799.358] (WW) Disabling Mouse0
[  6799.358] (II) Loader magic: 0xb77125a0
[  6799.358] (II) Module ABI versions:
[  6799.358] 	X.Org ANSI C Emulation: 0.4
[  6799.358] 	X.Org Video Driver: 12.1
[  6799.358] 	X.Org XInput driver : 16.0
[  6799.358] 	X.Org Server Extension : 6.0
[  6799.359] (--) PCI:*(0:0:2:0) 8086:2772:8086:544e rev 2, Mem @ 0x50200000/524288, 0x40000000/268435456, 0x50280000/262144, I/O @ 0x000030e0/8
[  6799.359] (II) Open ACPI successful (/var/run/acpid.socket)
[  6799.359] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  6799.359] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  6799.360] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  6799.360] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  6799.360] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  6799.360] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[  6799.360] (II) LoadModule: "extmod"
[  6799.360] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  6799.360] (II) Module extmod: vendor="X.Org Foundation"
[  6799.360] 	compiled for 1.12.4, module version = 1.0.0
[  6799.360] 	Module class: X.Org Server Extension
[  6799.360] 	ABI class: X.Org Server Extension, version 6.0
[  6799.360] (II) Loading extension SELinux
[  6799.360] (II) Loading extension MIT-SCREEN-SAVER
[  6799.360] (II) Loading extension XFree86-VidModeExtension
[  6799.360] (II) Loading extension XFree86-DGA
[  6799.360] (II) Loading extension DPMS
[  6799.361] (II) Loading extension XVideo
[  6799.361] (II) Loading extension XVideo-MotionCompensation
[  6799.361] (II) Loading extension X-Resource
[  6799.361] (II) LoadModule: "dbe"
[  6799.361] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  6799.361] (II) Module dbe: vendor="X.Org Foundation"
[  6799.361] 	compiled for 1.12.4, module version = 1.0.0
[  6799.361] 	Module class: X.Org Server Extension
[  6799.361] 	ABI class: X.Org Server Extension, version 6.0
[  6799.361] (II) Loading extension DOUBLE-BUFFER
[  6799.361] (II) LoadModule: "glx"
[  6799.361] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  6799.361] (II) Module glx: vendor="X.Org Foundation"
[  6799.361] 	compiled for 1.12.4, module version = 1.0.0
[  6799.361] 	ABI class: X.Org Server Extension, version 6.0
[  6799.361] (==) AIGLX enabled
[  6799.361] (II) Loading extension GLX
[  6799.361] (II) LoadModule: "record"
[  6799.361] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  6799.362] (II) Module record: vendor="X.Org Foundation"
[  6799.362] 	compiled for 1.12.4, module version = 1.13.0
[  6799.362] 	Module class: X.Org Server Extension
[  6799.362] 	ABI class: X.Org Server Extension, version 6.0
[  6799.362] (II) Loading extension RECORD
[  6799.362] (II) LoadModule: "dri2"
[  6799.362] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  6799.362] (II) Module dri2: vendor="X.Org Foundation"
[  6799.362] 	compiled for 1.12.4, module version = 1.2.0
[  6799.362] 	ABI class: X.Org Server Extension, version 6.0
[  6799.362] (II) Loading extension DRI2
[  6799.362] (II) LoadModule: "dri"
[  6799.362] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  6799.362] (II) Module dri: vendor="X.Org Foundation"
[  6799.362] 	compiled for 1.12.4, module version = 1.0.0
[  6799.362] 	ABI class: X.Org Server Extension, version 6.0
[  6799.362] (II) Loading extension XFree86-DRI
[  6799.362] (II) LoadModule: "intel"
[  6799.363] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  6799.363] (II) Module intel: vendor="X.Org Foundation"
[  6799.363] 	compiled for 1.12.3.902, module version = 2.19.0
[  6799.363] 	Module class: X.Org Video Driver
[  6799.363] 	ABI class: X.Org Video Driver, version 12.1
[  6799.363] (II) LoadModule: "evdev"
[  6799.363] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  6799.364] (II) Module evdev: vendor="X.Org Foundation"
[  6799.364] 	compiled for 1.12.1, module version = 2.7.0
[  6799.364] 	Module class: X.Org XInput Driver
[  6799.364] 	ABI class: X.Org XInput driver, version 16.0
[  6799.364] (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)
[  6799.365] (++) using VT number 8

[  6799.371] drmOpenDevice: node name is /dev/dri/card0
[  6799.371] drmOpenDevice: open result is 9, (OK)
[  6799.371] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  6799.371] drmOpenDevice: node name is /dev/dri/card0
[  6799.371] drmOpenDevice: open result is 9, (OK)
[  6799.371] drmOpenByBusid: drmOpenMinor returns 9
[  6799.371] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  6799.371] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  6799.371] (==) intel(0): RGB weight 888
[  6799.371] (==) intel(0): Default visual is TrueColor
[  6799.371] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945G
[  6799.371] (--) intel(0): Chipset: "945G"
[  6799.371] (**) intel(0): Relaxed fencing disabled
[  6799.371] (**) intel(0): Wait on SwapBuffers? enabled
[  6799.371] (**) intel(0): Triple buffering? enabled
[  6799.371] (**) intel(0): Framebuffer tiled
[  6799.371] (**) intel(0): Pixmaps tiled
[  6799.371] (**) intel(0): 3D buffers tiled
[  6799.371] (**) intel(0): SwapBuffers wait enabled
[  6799.371] (==) intel(0): video overlay key set to 0x101fe
[  6799.384] (II) intel(0): Output VGA1 using monitor section HP A4576A
[  6799.384] (**) intel(0): Option "ModeDebug" "true"
[  6799.400] (II) intel(0): EDID for output VGA1
[  6799.400] (II) intel(0): Printing probed modes for output VGA1
[  6799.400] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[  6799.400] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6799.400] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6799.400] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6799.400] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  6799.400] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  6799.400] (II) intel(0): Output VGA1 connected
[  6799.400] (II) intel(0): Using user preference for initial modes
[  6799.400] (II) intel(0): Output VGA1 using initial mode 1600x1200
[  6799.400] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  6799.400] (II) intel(0): Kernel page flipping support detected, enabling
[  6799.400] (==) intel(0): DPI set to (96, 96)
[  6799.400] (II) Loading sub module "fb"
[  6799.400] (II) LoadModule: "fb"
[  6799.400] (II) Loading /usr/lib/xorg/modules/libfb.so
[  6799.401] (II) Module fb: vendor="X.Org Foundation"
[  6799.401] 	compiled for 1.12.4, module version = 1.0.0
[  6799.401] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  6799.401] (II) Loading sub module "dri2"
[  6799.401] (II) LoadModule: "dri2"
[  6799.401] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  6799.401] (II) Module dri2: vendor="X.Org Foundation"
[  6799.401] 	compiled for 1.12.4, module version = 1.2.0
[  6799.401] 	ABI class: X.Org Server Extension, version 6.0
[  6799.401] (==) Depth 24 pixmap format is 32 bpp
[  6799.401] (II) intel(0): [DRI2] Setup complete
[  6799.401] (II) intel(0): [DRI2]   DRI driver: i915
[  6799.401] (II) intel(0): Allocated new frame buffer 1600x1200 stride 8192, tiled
[  6799.401] (II) UXA(0): Driver registered support for the following operations:
[  6799.401] (II)         solid
[  6799.401] (II)         copy
[  6799.401] (II)         composite (RENDER acceleration)
[  6799.401] (II)         put_image
[  6799.401] (II)         get_image
[  6799.401] (==) intel(0): Backing store disabled
[  6799.402] (==) intel(0): Silken mouse enabled
[  6799.402] (II) intel(0): Initializing HW Cursor
[  6799.402] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  6799.402] (==) intel(0): DPMS enabled
[  6799.402] (==) intel(0): Intel XvMC decoder disabled
[  6799.402] (II) intel(0): Set up textured video
[  6799.402] (II) intel(0): Set up overlay video
[  6799.402] (II) intel(0): direct rendering: DRI2 Enabled
[  6799.402] (==) intel(0): hotplug detection: "enabled"
[  6799.500] (--) RandR disabled
[  6799.500] (II) Initializing built-in extension Generic Event Extension
[  6799.500] (II) Initializing built-in extension SHAPE
[  6799.500] (II) Initializing built-in extension MIT-SHM
[  6799.500] (II) Initializing built-in extension XInputExtension
[  6799.500] (II) Initializing built-in extension XTEST
[  6799.500] (II) Initializing built-in extension BIG-REQUESTS
[  6799.500] (II) Initializing built-in extension SYNC
[  6799.500] (II) Initializing built-in extension XKEYBOARD
[  6799.500] (II) Initializing built-in extension XC-MISC
[  6799.500] (II) Initializing built-in extension SECURITY
[  6799.500] (II) Initializing built-in extension XINERAMA
[  6799.500] (II) Initializing built-in extension XFIXES
[  6799.500] (II) Initializing built-in extension RENDER
[  6799.500] (II) Initializing built-in extension RANDR
[  6799.500] (II) Initializing built-in extension COMPOSITE
[  6799.500] (II) Initializing built-in extension DAMAGE
[  6799.500] (II) SELinux: Disabled on system
[  6799.518] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  6799.518] (II) AIGLX: enabled GLX_INTEL_swap_event
[  6799.518] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  6799.518] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  6799.518] (II) AIGLX: Loaded and initialized i915
[  6799.518] (II) GLX: Initialized DRI2 GL provider for screen 0
[  6799.519] (II) intel(0): Setting screen physical size to 423 x 317
[  6799.590] (II) Using input driver 'evdev' for 'Keyboard0'
[  6799.590] (**) Option "CoreKeyboard"
[  6799.590] (**) Keyboard0: always reports core events
[  6799.590] (EE) evdev: Keyboard0: No device specified.
[  6799.590] (EE) PreInit returned 2 for "Keyboard0"
[  6799.590] (II) UnloadModule: "evdev"
[  6799.592] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  6799.592] (**) Power Button: Ignoring device from InputClass "Deathbuttons"
[  6799.592] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  6799.592] (**) Sleep Button: Ignoring device from InputClass "Deathbuttons"
[  6799.593] (II) config/udev: Adding input device HDA Intel Line-out (/dev/input/event10)
[  6799.593] (II) No input driver specified, ignoring this device.
[  6799.593] (II) This device may have been added with another device file.
[  6799.593] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
[  6799.593] (II) No input driver specified, ignoring this device.
[  6799.593] (II) This device may have been added with another device file.
[  6799.594] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event5)
[  6799.594] (II) No input driver specified, ignoring this device.
[  6799.594] (II) This device may have been added with another device file.
[  6799.594] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[  6799.594] (II) No input driver specified, ignoring this device.
[  6799.594] (II) This device may have been added with another device file.
[  6799.594] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event7)
[  6799.594] (II) No input driver specified, ignoring this device.
[  6799.594] (II) This device may have been added with another device file.
[  6799.595] (II) config/udev: Adding input device HDA Intel Line-out (/dev/input/event8)
[  6799.595] (II) No input driver specified, ignoring this device.
[  6799.595] (II) This device may have been added with another device file.
[  6799.595] (II) config/udev: Adding input device HDA Intel Line-out (/dev/input/event9)
[  6799.595] (II) No input driver specified, ignoring this device.
[  6799.595] (II) This device may have been added with another device file.
[  6799.596] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  6799.596] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  6799.596] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  6799.596] (**) AT Translated Set 2 keyboard: always reports core events
[  6799.596] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  6799.596] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  6799.596] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  6799.596] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  6799.596] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  6799.596] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 6)
[  6799.596] (**) Option "xkb_rules" "evdev"
[  6799.596] (**) Option "xkb_model" "pc105"
[  6799.596] (**) Option "xkb_layout" "gb"
[  6799.620] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event4)
[  6799.620] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[  6799.620] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[  6799.620] (**) PS/2 Generic Mouse: always reports core events
[  6799.620] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event4"
[  6799.620] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[  6799.620] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[  6799.620] (--) evdev: PS/2 Generic Mouse: Found relative axes
[  6799.620] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[  6799.620] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[  6799.620] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[  6799.620] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  6799.620] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[  6799.620] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 7)
[  6799.620] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[  6799.621] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[  6799.621] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[  6799.621] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[  6799.621] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[  6799.621] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[  6799.621] (II) No input driver specified, ignoring this device.
[  6799.621] (II) This device may have been added with another device file.
[  6799.621] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  6799.621] (II) No input driver specified, ignoring this device.
[  6799.621] (II) This device may have been added with another device file.
[  6799.644] (II) intel(0): EDID for output VGA1
[  6799.644] (II) intel(0): Printing probed modes for output VGA1
[  6799.644] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[  6799.644] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6799.644] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6799.644] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6799.644] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  6799.644] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  6800.068] (II) intel(0): EDID for output VGA1
[  6800.068] (II) intel(0): Printing probed modes for output VGA1
[  6800.068] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[  6800.068] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6800.068] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6800.068] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6800.068] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  6800.068] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  6997.815] (II) AIGLX: Suspending AIGLX clients for VT switch
[  7007.227] (II) Open ACPI successful (/var/run/acpid.socket)
[  7007.227] (II) AIGLX: Resuming AIGLX clients after VT switch
[  7007.312] (II) intel(0): EDID for output VGA1
[  7007.312] (II) intel(0): Printing probed modes for output VGA1
[  7007.312] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[  7007.312] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7007.312] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7007.312] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  7007.312] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  7007.312] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  7022.788] (II) intel(0): EDID for output VGA1
[  7022.788] (II) intel(0): Printing probed modes for output VGA1
[  7022.788] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[  7022.788] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7022.788] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7022.788] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  7022.788] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  7022.788] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  7135.736] (II) AIGLX: Suspending AIGLX clients for VT switch
[  7166.642] (II) Open ACPI successful (/var/run/acpid.socket)
[  7166.642] (II) AIGLX: Resuming AIGLX clients after VT switch
[  7166.732] (II) intel(0): EDID for output VGA1
[  7166.732] (II) intel(0): Printing probed modes for output VGA1
[  7166.732] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[  7166.732] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7166.732] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7166.732] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  7166.732] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  7166.732] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  9747.115] (II) config/udev: Adding input device Kensington      Kensington Expert Mouse (/dev/input/mouse1)
[  9747.148] (II) No input driver specified, ignoring this device.
[  9747.148] (II) This device may have been added with another device file.
[  9747.148] (II) config/udev: Adding input device Kensington      Kensington Expert Mouse (/dev/input/event12)
[  9747.148] (**) Kensington      Kensington Expert Mouse: Applying InputClass "evdev pointer catchall"
[  9747.148] (II) Using input driver 'evdev' for 'Kensington      Kensington Expert Mouse'
[  9747.149] (**) Kensington      Kensington Expert Mouse: always reports core events
[  9747.160] (**) evdev: Kensington      Kensington Expert Mouse: Device: "/dev/input/event12"
[  9747.160] (--) evdev: Kensington      Kensington Expert Mouse: Vendor 0x47d Product 0x1020
[  9747.160] (--) evdev: Kensington      Kensington Expert Mouse: Found 8 mouse buttons
[  9747.160] (--) evdev: Kensington      Kensington Expert Mouse: Found scroll wheel(s)
[  9747.160] (--) evdev: Kensington      Kensington Expert Mouse: Found relative axes
[  9747.160] (--) evdev: Kensington      Kensington Expert Mouse: Found x and y relative axes
[  9747.160] (II) evdev: Kensington      Kensington Expert Mouse: Configuring as mouse
[  9747.160] (II) evdev: Kensington      Kensington Expert Mouse: Adding scrollwheel support
[  9747.160] (**) evdev: Kensington      Kensington Expert Mouse: YAxisMapping: buttons 4 and 5
[  9747.160] (**) evdev: Kensington      Kensington Expert Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  9747.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12/event12"
[  9747.177] (II) XINPUT: Adding extended input device "Kensington      Kensington Expert Mouse" (type: MOUSE, id 8)
[  9747.177] (II) evdev: Kensington      Kensington Expert Mouse: initialized for relative axes.
[  9747.188] (**) Kensington      Kensington Expert Mouse: (accel) keeping acceleration scheme 1
[  9747.188] (**) Kensington      Kensington Expert Mouse: (accel) acceleration profile 0
[  9747.188] (**) Kensington      Kensington Expert Mouse: (accel) acceleration factor: 2.000
[  9747.188] (**) Kensington      Kensington Expert Mouse: (accel) acceleration threshold: 4
[  9932.364] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10103.516] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10103.516] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10103.640] (II) intel(0): EDID for output VGA1
[ 10103.640] (II) intel(0): Printing probed modes for output VGA1
[ 10103.640] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[ 10103.640] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10103.640] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10103.640] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10103.640] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 10103.640] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 10173.656] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10363.208] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10363.208] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10363.296] (II) intel(0): EDID for output VGA1
[ 10363.296] (II) intel(0): Printing probed modes for output VGA1
[ 10363.296] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[ 10363.296] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10363.296] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10363.296] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10363.296] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 10363.296] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 10488.494] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10496.769] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10496.769] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10496.860] (II) intel(0): EDID for output VGA1
[ 10496.860] (II) intel(0): Printing probed modes for output VGA1
[ 10496.860] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[ 10496.860] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10496.860] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10496.860] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10496.860] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 10496.860] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 10503.967] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10516.984] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10516.984] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10517.080] (II) intel(0): EDID for output VGA1
[ 10517.080] (II) intel(0): Printing probed modes for output VGA1
[ 10517.080] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[ 10517.080] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10517.080] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10517.080] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10517.080] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 10517.080] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 10570.862] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10646.138] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10646.138] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10646.228] (II) intel(0): EDID for output VGA1
[ 10646.228] (II) intel(0): Printing probed modes for output VGA1
[ 10646.228] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[ 10646.228] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10646.228] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10646.228] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10646.228] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 10646.228] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 10656.953] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10734.462] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10734.462] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10734.552] (II) intel(0): EDID for output VGA1
[ 10734.552] (II) intel(0): Printing probed modes for output VGA1
[ 10734.552] (II) intel(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[ 10734.552] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10734.552] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10734.552] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 10734.552] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 10734.552] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 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=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=4543981

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: 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=5244167
E: XKBLAYOUT=gb
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: KEY=4000 0 0 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PRODUCT=19/0/3/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=4544615

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5243766
E: XKBLAYOUT=gb
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
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,kramlsfw6,
E: NAME="HDA Intel Line-out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: UDEV_LOG=3
E: USEC_INITIALIZED=6257520

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
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=74
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6276485

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
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=6258233

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
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=75
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6278777

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,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: UDEV_LOG=3
E: USEC_INITIALIZED=6262637

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=6293400

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input6
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,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: UDEV_LOG=3
E: USEC_INITIALIZED=6254563

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6
N: input/event6
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6
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=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6266680

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
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,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: UDEV_LOG=3
E: USEC_INITIALIZED=6255294

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
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=71
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6295809

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
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,kramlsfw6,
E: NAME="HDA Intel Line-out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: UDEV_LOG=3
E: USEC_INITIALIZED=6255992

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8
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=72
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6292212

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
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,kramlsfw6,
E: NAME="HDA Intel Line-out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: UDEV_LOG=3
E: USEC_INITIALIZED=6256815

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
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=73
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6274186

P: /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12
E: EV=17
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Expert_Mouse
E: ID_MODEL_ENC=Kensington\x20Expert\x20Mouse
E: ID_MODEL_ID=1020
E: ID_PATH=pci-0000:00:1d.3-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_3-usb-0_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kensington_Kensington_Expert_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kensington
E: ID_VENDOR_ENC=Kensington\x20\x20\x20\x20\x20
E: ID_VENDOR_ID=047d
E: KEY=f0000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v047Dp1020e0110-e0,1,2,4,k110,111,112,113,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Kensington      Kensington Expert Mouse"
E: PHYS="usb-0000:00:1d.3-2/input0"
E: PRODUCT=3/47d/1020/110
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=9746970893

P: /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12/event12
N: input/event12
S: input/by-id/usb-Kensington_Kensington_Expert_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.3-usb-0:2:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Kensington_Kensington_Expert_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1d.3-usb-0:2:1.0-event-mouse
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12/event12
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Expert_Mouse
E: ID_MODEL_ENC=Kensington\x20Expert\x20Mouse
E: ID_MODEL_ID=1020
E: ID_PATH=pci-0000:00:1d.3-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_3-usb-0_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kensington_Kensington_Expert_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kensington
E: ID_VENDOR_ENC=Kensington\x20\x20\x20\x20\x20
E: ID_VENDOR_ID=047d
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9746979393

P: /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12/mouse1
N: input/mouse1
S: input/by-id/usb-Kensington_Kensington_Expert_Mouse-mouse
S: input/by-path/pci-0000:00:1d.3-usb-0:2:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Kensington_Kensington_Expert_Mouse-mouse /dev/input/by-path/pci-0000:00:1d.3-usb-0:2:1.0-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input12/mouse1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Expert_Mouse
E: ID_MODEL_ENC=Kensington\x20Expert\x20Mouse
E: ID_MODEL_ID=1020
E: ID_PATH=pci-0000:00:1d.3-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_3-usb-0_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kensington_Kensington_Expert_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kensington
E: ID_VENDOR_ENC=Kensington\x20\x20\x20\x20\x20
E: ID_VENDOR_ID=047d
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=9746978026

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=4 2000000 3803078 f8009001 feefffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,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=4481742

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: 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=5243240
E: XKBLAYOUT=gb
E: XKBMODEL=pc105

P: /devices/platform/i8042/serio1/input/input4
E: DEVPATH=/devices/platform/i8042/serio1/input/input4
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="PS/2 Generic Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/1/0
E: PROP=0
E: REL=3
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6064739

P: /devices/platform/i8042/serio1/input/input4/event4
N: input/event4
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/event4
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6123570

P: /devices/platform/i8042/serio1/input/input4/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/mouse0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6071725

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=4772913

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=4775376


DRM Information from dmesg:
---------------------------
[    0.871416] Linux agpgart interface v0.103
[    0.871527] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[    0.871679] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[    0.872108] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.872237] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x40000000
[    5.186230] [drm] Initialized drm 1.1.0 20060810
[    5.516675] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    5.516679] [drm] Driver supports precise vblank timestamp query.
[    5.543016] [drm] initialized overlay support
[    5.583968] fbcon: inteldrmfb (fb0) is primary device
[    5.641197] fb0: inteldrmfb frame buffer device
[    5.641201] drm: registered panic notifier
[    5.655491] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.13-38
ii  libdrm-intel1                          2.4.40-1~deb7u2
ii  libdrm2                                2.4.40-1~deb7u2
ii  libpciaccess0                          0.13.1-2
ii  libudev0                               175-7.2
ii  libx11-6                               2:1.5.0-1+deb7u1
ii  libx11-xcb1                            2:1.5.0-1+deb7u1
ii  libxcb-dri2-0                          1.8.1-2+deb7u1
ii  libxcb-util0                           0.3.8-2
ii  libxcb1                                1.8.1-2+deb7u1
ii  libxext6                               2:1.3.1-2+deb7u1
ii  libxfixes3                             1:5.0-4+deb7u1
ii  libxv1                                 2:1.0.7-1+deb7u1
ii  libxvmc1                               2:1.0.7-1+deb7u2
ii  xserver-xorg-core [xorg-video-abi-12]  2:1.12.4-6

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information


Reply to: