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

Bug#803885: xserver-xorg-video-intel: glxgears segfaults for g33 chipset



Package: xserver-xorg-video-intel
Version: 2:2.21.15-2+b2
Severity: normal

Dear Maintainer,

For my Intel g33 video chipset glxgears ran without issues on Debian
Wheezy, but for Debian Jessie it segfaults on startup.  I also find
that glxgears works fine for that identical Debian Jessie box if the
results are displayed on a remote X server (an X-terminal also running
Debian Jessie, but that box has an nvidia chipset so I am using the
xserver-xorg-video-nouveau package in that case to display the results
of glxgears).

I also find similar results with the foobillardplus 3D game; segfault on
startup with direct display using g33 chipset, but no issues if the game
is displayed remotely using an X-terminal with nvidia chipset.

My working hypothesis at this point to explain these startup segfaults
with both glxgears and foobillardplus is that some regression (likely
upstream) in 3D support for the Intel g33 chipset has been introduced
between Debian Wheezy and Jessie.  If you don't have access to g33
hardware to test this hypothesis yourself, please let me know if you
would like me to run any further tests of the hypothesis.


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Sep 25 14:02 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2401376 Feb 10  2015 /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 4480 Sep 25 14:26 /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     "NoAccel"            	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

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     "NoAccel"            	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card1"
	Driver      "intel"
	BusID       "PCI:0:2:1"
EndSection

# I do not understand the distinction between Card0 and Card1, but Card0
# worked fine under wheezy so stick with that.
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.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 29969 Nov  1 12:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[990301.099] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[990301.099] X Protocol Version 11, Revision 0
[990301.099] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[990301.099] Current Operating System: Linux raven 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19) x86_64
[990301.099] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=c1ab2355-4ad0-4af0-b334-35ee9293c10c ro quiet
[990301.099] Build Date: 11 February 2015  12:32:02AM
[990301.099] xorg-server 2:1.16.4-1 (http://www.debian.org/support) 
[990301.100] Current version of pixman: 0.32.6
[990301.102] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[990301.102] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[990301.107] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 31 20:07:18 2015
[990301.109] (==) Using config file: "/etc/X11/xorg.conf"
[990301.110] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[990301.118] (==) ServerLayout "X.org Configured"
[990301.118] (**) |-->Screen "Screen0" (0)
[990301.118] (**) |   |-->Monitor "Monitor0"
[990301.118] (**) |   |-->Device "Card0"
[990301.118] (==) Automatically adding devices
[990301.118] (==) Automatically enabling devices
[990301.118] (==) Automatically adding GPU devices
[990301.127] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[990301.127] 	Entry deleted from font path.
[990301.127] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[990301.127] 	Entry deleted from font path.
[990301.127] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[990301.127] 	Entry deleted from font path.
[990301.127] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[990301.127] 	Entry deleted from font path.
[990301.127] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[990301.127] 	Entry deleted from font path.
[990301.128] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[990301.128] (==) ModulePath set to "/usr/lib/xorg/modules"
[990301.128] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[990301.128] (II) Loader magic: 0x7f774bc42d80
[990301.128] (II) Module ABI versions:
[990301.128] 	X.Org ANSI C Emulation: 0.4
[990301.128] 	X.Org Video Driver: 18.0
[990301.128] 	X.Org XInput driver : 21.0
[990301.128] 	X.Org Server Extension : 8.0
[990301.128] (II) xfree86: Adding drm device (/dev/dri/card0)
[990301.129] (--) PCI:*(0:0:2:0) 8086:29c2:1043:8276 rev 2, Mem @ 0xfe800000/524288, 0xd0000000/268435456, 0xfe700000/1048576, I/O @ 0x0000cc00/8
[990301.129] (--) PCI: (0:0:2:1) 8086:29c3:1043:8276 rev 2, Mem @ 0xfe880000/524288
[990301.129] (--) PCI: (0:4:0:0) 109e:036e:0070:13eb rev 17, Mem @ 0xfdffe000/4096
[990301.129] (II) LoadModule: "glx"
[990301.130] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[990301.138] (II) Module glx: vendor="X.Org Foundation"
[990301.138] 	compiled for 1.16.4, module version = 1.0.0
[990301.138] 	ABI class: X.Org Server Extension, version 8.0
[990301.138] (==) AIGLX enabled
[990301.138] (II) LoadModule: "intel"
[990301.138] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[990301.145] (II) Module intel: vendor="X.Org Foundation"
[990301.145] 	compiled for 1.15.99.904, module version = 2.21.15
[990301.145] 	Module class: X.Org Video Driver
[990301.145] 	ABI class: X.Org Video Driver, version 18.0
[990301.145] (II) intel: Driver for Intel(R) 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, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[990301.145] (++) using VT number 1

[990301.146] (--) controlling tty is VT number 1, auto-enabling KeepTty
[990301.146] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[990301.146] (==) intel(0): RGB weight 888
[990301.146] (==) intel(0): Default visual is TrueColor
[990301.146] (--) intel(0): Integrated Graphics Chipset: Intel(R) G33
[990301.146] (**) intel(0): Relaxed fencing enabled
[990301.146] (**) intel(0): Wait on SwapBuffers? enabled
[990301.146] (**) intel(0): Triple buffering? enabled
[990301.146] (**) intel(0): Framebuffer tiled
[990301.146] (**) intel(0): Pixmaps tiled
[990301.146] (**) intel(0): 3D buffers tiled
[990301.146] (**) intel(0): SwapBuffers wait enabled
[990301.146] (==) intel(0): video overlay key set to 0x101fe
[990301.176] (II) intel(0): Output VGA1 using monitor section Monitor0
[990301.244] (II) intel(0): Output VGA2 has no monitor section
[990301.272] (II) intel(0): EDID for output VGA1
[990301.340] (II) intel(0): EDID for output VGA2
[990301.340] (II) intel(0): Manufacturer: ACI  Model: 19e7  Serial#: 16843009
[990301.340] (II) intel(0): Year: 2009  Week: 46
[990301.340] (II) intel(0): EDID Version: 1.3
[990301.340] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[990301.340] (II) intel(0): Sync:  Separate
[990301.340] (II) intel(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[990301.340] (II) intel(0): Gamma: 2.20
[990301.340] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[990301.340] (II) intel(0): Default color space is primary color space
[990301.340] (II) intel(0): First detailed timing is preferred mode
[990301.340] (II) intel(0): redX: 0.640 redY: 0.334   greenX: 0.286 greenY: 0.599
[990301.340] (II) intel(0): blueX: 0.154 blueY: 0.077   whiteX: 0.313 whiteY: 0.329
[990301.340] (II) intel(0): Supported established timings:
[990301.340] (II) intel(0): 720x400@70Hz
[990301.340] (II) intel(0): 640x480@60Hz
[990301.340] (II) intel(0): 640x480@72Hz
[990301.340] (II) intel(0): 640x480@75Hz
[990301.340] (II) intel(0): 800x600@56Hz
[990301.340] (II) intel(0): 800x600@60Hz
[990301.340] (II) intel(0): 800x600@75Hz
[990301.340] (II) intel(0): 1024x768@60Hz
[990301.340] (II) intel(0): 1024x768@70Hz
[990301.340] (II) intel(0): Manufacturer's mask: 10
[990301.340] (II) intel(0): Supported standard timings:
[990301.340] (II) intel(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[990301.340] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[990301.340] (II) intel(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[990301.340] (II) intel(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[990301.340] (II) intel(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[990301.340] (II) intel(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[990301.340] (II) intel(0): Supported detailed timing:
[990301.340] (II) intel(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[990301.340] (II) intel(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[990301.340] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[990301.340] (II) intel(0): Serial No: 9BLMIZ007929
[990301.340] (II) intel(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 145 MHz
[990301.340] (II) intel(0): Monitor name: ASUS VH198
[990301.340] (II) intel(0): EDID (in hex):
[990301.340] (II) intel(0): 	00ffffffffffff000469e71901010101
[990301.340] (II) intel(0): 	2e13010308291a782ee5b5a355499927
[990301.340] (II) intel(0): 	135054af4c109500810081c08140714f
[990301.340] (II) intel(0): 	8180010101019a29a0d0518422305098
[990301.340] (II) intel(0): 	36009a001100001c000000ff0039424c
[990301.340] (II) intel(0): 	4d495a3030373932390a000000fd0037
[990301.340] (II) intel(0): 	4b1e500e000a202020202020000000fc
[990301.340] (II) intel(0): 	00415355532056483139380a20200044
[990301.340] (II) intel(0): Printing probed modes for output VGA2
[990301.340] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[990301.340] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[990301.340] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[990301.340] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[990301.340] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[990301.340] (II) intel(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[990301.340] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[990301.340] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[990301.340] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[990301.340] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[990301.340] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[990301.340] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[990301.340] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[990301.340] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[990301.340] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[990301.340] (II) intel(0): Output VGA1 disconnected
[990301.340] (II) intel(0): Output VGA2 connected
[990301.340] (II) intel(0): Using exact sizes for initial modes
[990301.340] (II) intel(0): Output VGA2 using initial mode 1440x900
[990301.340] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[990301.340] (II) intel(0): Kernel page flipping support detected, enabling
[990301.340] (**) intel(0): Display dimensions: (410, 260) mm
[990301.340] (**) intel(0): DPI set to (89, 87)
[990301.340] (II) Loading sub module "fb"
[990301.340] (II) LoadModule: "fb"
[990301.340] (II) Loading /usr/lib/xorg/modules/libfb.so
[990301.351] (II) Module fb: vendor="X.Org Foundation"
[990301.351] 	compiled for 1.16.4, module version = 1.0.0
[990301.351] 	ABI class: X.Org ANSI C Emulation, version 0.4
[990301.351] (II) Loading sub module "dri2"
[990301.351] (II) LoadModule: "dri2"
[990301.351] (II) Module "dri2" already built-in
[990301.351] (==) Depth 24 pixmap format is 32 bpp
[990301.351] (II) intel(0): [DRI2] Setup complete
[990301.351] (II) intel(0): [DRI2]   DRI driver: i915
[990301.351] (II) intel(0): Allocated new frame buffer 1472x900 stride 8192, tiled
[990301.351] (II) UXA(0): Driver registered support for the following operations:
[990301.351] (II)         solid
[990301.351] (II)         copy
[990301.351] (II)         composite (RENDER acceleration)
[990301.351] (II)         put_image
[990301.351] (II)         get_image
[990301.351] (==) intel(0): Backing store enabled
[990301.351] (==) intel(0): Silken mouse enabled
[990301.351] (II) intel(0): Initializing HW Cursor
[990301.351] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[990301.359] (**) intel(0): DPMS enabled
[990301.359] (==) intel(0): Intel XvMC decoder disabled
[990301.359] (II) intel(0): Set up textured video
[990301.359] (II) intel(0): Set up overlay video
[990301.359] (II) intel(0): direct rendering: DRI2 Enabled
[990301.359] (==) intel(0): hotplug detection: "enabled"
[990301.388] (--) RandR disabled
[990301.394] (II) SELinux: Disabled on system
[990301.398] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[990301.398] (II) AIGLX: enabled GLX_ARB_create_context
[990301.398] (II) AIGLX: enabled GLX_ARB_create_context_profile
[990301.398] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[990301.398] (II) AIGLX: enabled GLX_INTEL_swap_event
[990301.398] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[990301.398] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[990301.398] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[990301.398] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[990301.398] (II) AIGLX: Loaded and initialized i915
[990301.398] (II) GLX: Initialized DRI2 GL provider for screen 0
[990301.399] (II) intel(0): Setting screen physical size to 381 x 238
[990301.474] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[990301.474] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[990301.474] (II) LoadModule: "evdev"
[990301.474] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[990301.474] (II) Module evdev: vendor="X.Org Foundation"
[990301.474] 	compiled for 1.16.0, module version = 2.9.0
[990301.474] 	Module class: X.Org XInput Driver
[990301.474] 	ABI class: X.Org XInput driver, version 21.0
[990301.474] (II) Using input driver 'evdev' for 'Power Button'
[990301.474] (**) Power Button: always reports core events
[990301.474] (**) evdev: Power Button: Device: "/dev/input/event2"
[990301.475] (--) evdev: Power Button: Vendor 0 Product 0x1
[990301.475] (--) evdev: Power Button: Found keys
[990301.475] (II) evdev: Power Button: Configuring as keyboard
[990301.475] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[990301.475] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[990301.475] (**) Option "xkb_rules" "evdev"
[990301.475] (**) Option "xkb_model" "pc105"
[990301.475] (**) Option "xkb_layout" "us"
[990301.475] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[990301.499] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[990301.499] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[990301.499] (II) Using input driver 'evdev' for 'Power Button'
[990301.499] (**) Power Button: always reports core events
[990301.499] (**) evdev: Power Button: Device: "/dev/input/event1"
[990301.499] (--) evdev: Power Button: Vendor 0 Product 0x1
[990301.499] (--) evdev: Power Button: Found keys
[990301.499] (II) evdev: Power Button: Configuring as keyboard
[990301.499] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[990301.499] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[990301.499] (**) Option "xkb_rules" "evdev"
[990301.499] (**) Option "xkb_model" "pc105"
[990301.499] (**) Option "xkb_layout" "us"
[990301.499] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[990301.500] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event14)
[990301.500] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[990301.500] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev-pointer"
[990301.500] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[990301.500] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[990301.500] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/event14"
[990301.500] (**) evdev: PixArt Microsoft USB Optical Mouse: ButtonMapping '1 2 3 0 0'
[990301.500] (--) evdev: PixArt Microsoft USB Optical Mouse: Vendor 0x45e Product 0xcb
[990301.500] (--) evdev: PixArt Microsoft USB Optical Mouse: Found 3 mouse buttons
[990301.500] (--) evdev: PixArt Microsoft USB Optical Mouse: Found scroll wheel(s)
[990301.500] (--) evdev: PixArt Microsoft USB Optical Mouse: Found relative axes
[990301.500] (--) evdev: PixArt Microsoft USB Optical Mouse: Found x and y relative axes
[990301.500] (II) evdev: PixArt Microsoft USB Optical Mouse: Configuring as mouse
[990301.500] (II) evdev: PixArt Microsoft USB Optical Mouse: Adding scrollwheel support
[990301.500] (**) evdev: PixArt Microsoft USB Optical Mouse: YAxisMapping: buttons 4 and 5
[990301.500] (**) evdev: PixArt Microsoft USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[990301.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15/event14"
[990301.500] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 8)
[990301.500] (II) evdev: PixArt Microsoft USB Optical Mouse: initialized for relative axes.
[990301.501] (**) PixArt Microsoft USB Optical Mouse: (accel) keeping acceleration scheme 1
[990301.501] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration profile 0
[990301.501] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[990301.501] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[990301.501] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse1)
[990301.501] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev-pointer"
[990301.501] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[990301.501] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[990301.501] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/mouse1"
[990301.501] (EE) evdev: PixArt Microsoft USB Optical Mouse: Unable to query fd: Inappropriate ioctl for device
[990301.524] (EE) PreInit returned 2 for "PixArt Microsoft USB Optical Mouse"
[990301.524] (II) UnloadModule: "evdev"
[990301.524] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[990301.524] (II) No input driver specified, ignoring this device.
[990301.524] (II) This device may have been added with another device file.
[990301.524] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event10)
[990301.524] (II) No input driver specified, ignoring this device.
[990301.524] (II) This device may have been added with another device file.
[990301.524] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event11)
[990301.524] (II) No input driver specified, ignoring this device.
[990301.524] (II) This device may have been added with another device file.
[990301.525] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
[990301.525] (II) No input driver specified, ignoring this device.
[990301.525] (II) This device may have been added with another device file.
[990301.525] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event5)
[990301.525] (II) No input driver specified, ignoring this device.
[990301.525] (II) This device may have been added with another device file.
[990301.525] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event6)
[990301.525] (II) No input driver specified, ignoring this device.
[990301.525] (II) This device may have been added with another device file.
[990301.526] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
[990301.526] (II) No input driver specified, ignoring this device.
[990301.526] (II) This device may have been added with another device file.
[990301.526] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event8)
[990301.526] (II) No input driver specified, ignoring this device.
[990301.526] (II) This device may have been added with another device file.
[990301.526] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event9)
[990301.526] (II) No input driver specified, ignoring this device.
[990301.526] (II) This device may have been added with another device file.
[990301.526] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[990301.526] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[990301.526] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[990301.526] (**) AT Translated Set 2 keyboard: always reports core events
[990301.526] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[990301.526] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[990301.527] (--) evdev: AT Translated Set 2 keyboard: Found keys
[990301.527] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[990301.527] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[990301.527] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[990301.527] (**) Option "xkb_rules" "evdev"
[990301.527] (**) Option "xkb_model" "pc105"
[990301.527] (**) Option "xkb_layout" "us"
[990301.527] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[990301.527] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[990301.527] (II) No input driver specified, ignoring this device.
[990301.527] (II) This device may have been added with another device file.
[990301.528] (II) config/udev: Adding input device Logitech M+ Mouse (/dev/input/event13)
[990301.528] (**) Logitech M+ Mouse: Applying InputClass "evdev pointer catchall"
[990301.528] (**) Logitech M+ Mouse: Applying InputClass "evdev-pointer"
[990301.528] (II) Using input driver 'evdev' for 'Logitech M+ Mouse'
[990301.528] (**) Logitech M+ Mouse: always reports core events
[990301.528] (**) evdev: Logitech M+ Mouse: Device: "/dev/input/event13"
[990301.528] (**) evdev: Logitech M+ Mouse: ButtonMapping '1 2 3 0 0'
[990301.528] (--) evdev: Logitech M+ Mouse: Vendor 0x4 Product 0x1
[990301.528] (--) evdev: Logitech M+ Mouse: Found 3 mouse buttons
[990301.528] (--) evdev: Logitech M+ Mouse: Found relative axes
[990301.528] (--) evdev: Logitech M+ Mouse: Found x and y relative axes
[990301.528] (II) evdev: Logitech M+ Mouse: Configuring as mouse
[990301.528] (**) evdev: Logitech M+ Mouse: YAxisMapping: buttons 4 and 5
[990301.528] (**) evdev: Logitech M+ Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[990301.528] (**) Option "config_info" "udev:/sys/devices/pnp0/00:04/tty/ttyS0/serio1/input/input13/event13"
[990301.528] (II) XINPUT: Adding extended input device "Logitech M+ Mouse" (type: MOUSE, id 10)
[990301.528] (II) evdev: Logitech M+ Mouse: initialized for relative axes.
[990301.528] (**) Logitech M+ Mouse: (accel) keeping acceleration scheme 1
[990301.528] (**) Logitech M+ Mouse: (accel) acceleration profile 0
[990301.528] (**) Logitech M+ Mouse: (accel) acceleration factor: 2.000
[990301.528] (**) Logitech M+ Mouse: (accel) acceleration threshold: 4
[990301.528] (II) config/udev: Adding input device Logitech M+ Mouse (/dev/input/mouse0)
[990301.528] (**) Logitech M+ Mouse: Applying InputClass "evdev-pointer"
[990301.528] (II) Using input driver 'evdev' for 'Logitech M+ Mouse'
[990301.529] (**) Logitech M+ Mouse: always reports core events
[990301.529] (**) evdev: Logitech M+ Mouse: Device: "/dev/input/mouse0"
[990301.529] (EE) evdev: Logitech M+ Mouse: Unable to query fd: Inappropriate ioctl for device
[990301.580] (EE) PreInit returned 2 for "Logitech M+ Mouse"
[990301.580] (II) UnloadModule: "evdev"
[990302.448] (II) intel(0): EDID vendor "ACI", prod id 6631
[990302.448] (II) intel(0): Using hsync ranges from config file
[990302.448] (II) intel(0): Using vrefresh ranges from config file
[990302.448] (II) intel(0): Printing DDC gathered Modelines:
[990302.448] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[990302.448] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[990302.448] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[990302.448] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[990302.448] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[990302.448] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[990302.448] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[990302.448] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[990302.448] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[990302.448] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[990302.448] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[990302.448] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[990302.448] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[990302.448] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[990302.448] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[1053244.892] (II) intel(0): EDID vendor "ACI", prod id 6631
[1053244.912] (II) intel(0): Using hsync ranges from config file
[1053244.912] (II) intel(0): Using vrefresh ranges from config file
[1053244.912] (II) intel(0): Printing DDC gathered Modelines:
[1053244.913] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[1053244.913] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[1053244.913] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[1053244.913] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[1053244.913] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[1053244.913] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[1053244.913] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[1053244.913] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[1053244.913] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[1053244.913] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[1053244.913] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[1053244.913] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[1053244.913] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[1053244.913] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[1053244.913] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[1053529.672] (II) intel(0): EDID vendor "ACI", prod id 6631
[1053529.672] (II) intel(0): Using hsync ranges from config file
[1053529.672] (II) intel(0): Using vrefresh ranges from config file
[1053529.672] (II) intel(0): Printing DDC gathered Modelines:
[1053529.672] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[1053529.672] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[1053529.672] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[1053529.672] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[1053529.672] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[1053529.672] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[1053529.672] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[1053529.672] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[1053529.672] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[1053529.672] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[1053529.672] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[1053529.672] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[1053529.672] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[1053529.672] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[1053529.672] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[1053794.717] (EE) intel(0): Failed to submit batch buffer, expect rendering corruption: Resource deadlock avoided.
 
udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
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: TAGS=:seat:
E: USEC_INITIALIZED=11233

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: TAGS=:power-switch:
E: USEC_INITIALIZED=16866
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
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: TAGS=:seat:
E: USEC_INITIALIZED=7897

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
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: TAGS=:power-switch:
E: USEC_INITIALIZED=15417
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_2_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Microsoft_USB_Optical_Mouse
E: ID_MODEL_ENC=Microsoft\x20USB\x20Optical\x20Mouse
E: ID_MODEL_ID=00cb
E: ID_PATH=pci-0000:00:1a.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=PixArt_Microsoft_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=PixArt
E: ID_VENDOR_ENC=PixArt
E: ID_VENDOR_ID=045e
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0003v045Ep00CBe0111-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="PixArt Microsoft USB Optical Mouse"
E: PHYS="usb-0000:00:1a.0-2/input0"
E: PRODUCT=3/45e/cb/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=71777520

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15/event14
N: input/event14
S: input/by-id/usb-PixArt_Microsoft_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-PixArt_Microsoft_USB_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-event-mouse
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15/event14
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Microsoft_USB_Optical_Mouse
E: ID_MODEL_ENC=Microsoft\x20USB\x20Optical\x20Mouse
E: ID_MODEL_ID=00cb
E: ID_PATH=pci-0000:00:1a.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=PixArt_Microsoft_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=PixArt
E: ID_VENDOR_ENC=PixArt
E: ID_VENDOR_ID=045e
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=71777622

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15/mouse1
N: input/mouse1
S: input/by-id/usb-PixArt_Microsoft_USB_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-PixArt_Microsoft_USB_Optical_Mouse-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:045E:00CB.0002/input/input15/mouse1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Microsoft_USB_Optical_Mouse
E: ID_MODEL_ENC=Microsoft\x20USB\x20Optical\x20Mouse
E: ID_MODEL_ID=00cb
E: ID_PATH=pci-0000:00:1a.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=PixArt_Microsoft_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=PixArt
E: ID_VENDOR_ENC=PixArt
E: ID_VENDOR_ID=045e
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=71777583

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input4
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input4
E: EV=40001
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
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: TAGS=:seat:
E: USEC_INITIALIZED=63588

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input4/event4
N: input/event4
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/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: USEC_INITIALIZED=63733

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_FOR_SEAT=input-pci-0000_00_1b_0
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 CLFE"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=64997

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: USEC_INITIALIZED=65055

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_FOR_SEAT=input-pci-0000_00_1b_0
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 Side"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=65127

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: USEC_INITIALIZED=65238

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
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 Front Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: TAGS=:seat:
E: USEC_INITIALIZED=65317

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
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=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=65378

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_FOR_SEAT=input-pci-0000_00_1b_0
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 Front Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=64205

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: USEC_INITIALIZED=64265

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_FOR_SEAT=input-pci-0000_00_1b_0
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 Rear Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=64400

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: USEC_INITIALIZED=64465

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_FOR_SEAT=input-pci-0000_00_1b_0
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,kramlsfwD,
E: NAME="HDA Intel Line"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=2000
E: TAGS=:seat:
E: USEC_INITIALIZED=64543

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: USEC_INITIALIZED=64604

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_FOR_SEAT=input-pci-0000_00_1b_0
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 Front"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=64677

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: USEC_INITIALIZED=64735

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_FOR_SEAT=input-pci-0000_00_1b_0
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 Surround"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=64858

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: USEC_INITIALIZED=64921

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_FOR_SEAT=input-platform-i8042-serio-0
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: TAGS=:seat:
E: USEC_INITIALIZED=9166

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: USEC_INITIALIZED=14368
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_FOR_SEAT=input-platform-pcspkr
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: TAGS=:seat:
E: USEC_INITIALIZED=18930

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: USEC_INITIALIZED=20423

P: /devices/pnp0/00:04/tty/ttyS0/serio1/input/input13
E: DEVPATH=/devices/pnp0/00:04/tty/ttyS0/serio1/input/input13
E: EV=7
E: ID_FOR_SEAT=input-serio-1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=serio-1
E: ID_PATH_TAG=serio-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: TAGS=:seat:
E: USEC_INITIALIZED=426849

P: /devices/pnp0/00:04/tty/ttyS0/serio1/input/input13/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pnp0/00:04/tty/ttyS0/serio1/input/input13/event13
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=426984

P: /devices/pnp0/00:04/tty/ttyS0/serio1/input/input13/mouse0
N: input/mouse0
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pnp0/00:04/tty/ttyS0/serio1/input/input13/mouse0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=426883


DRM Information from dmesg:
---------------------------
[    0.483019] Linux agpgart interface v0.103
[    0.483104] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[    0.483120] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.483969] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.484093] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    6.365321] [drm] Initialized drm 1.1.0 20060810
[    6.392022] [drm] Memory usable by graphics device = 512M
[    6.392096] [drm] Replacing VGA console driver
[    6.420061] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    6.420063] [drm] Driver supports precise vblank timestamp query.
[    6.597539] [drm] initialized overlay support
[    6.677005] fbcon: inteldrmfb (fb0) is primary device
[    6.713760] [drm] Setting output timings on SDVOB failed
[    6.810141] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    6.820185] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 5942.465795] [drm] Setting output timings on SDVOB failed
[ 6698.043599] [drm] Setting output timings on SDVOB failed
[ 7859.752105] [drm] Setting output timings on SDVOB failed
[ 9799.597807] [drm] Setting output timings on SDVOB failed
[10345.389690] [drm] Setting output timings on SDVOB failed
[17834.287387] [drm] Setting output timings on SDVOB failed
[19351.011459] [drm] Setting output timings on SDVOB failed
[19716.176664] [drm] Setting output timings on SDVOB failed
[22408.439397] [drm] Setting output timings on SDVOB failed
[23878.476397] [drm] Setting output timings on SDVOB failed
[25105.223930] [drm] Setting output timings on SDVOB failed
[27455.985263] [drm] Setting output timings on SDVOB failed
[32233.426193] [drm] Setting output timings on SDVOB failed
[33358.552495] [drm] Setting output timings on SDVOB failed
[39131.536364] [drm] Setting output timings on SDVOB failed
[85715.748690] [drm] Setting output timings on SDVOB failed
[91160.990913] [drm] Setting output timings on SDVOB failed
[91972.405987] [drm] Setting output timings on SDVOB failed
[101724.955795] [drm] Setting output timings on SDVOB failed
[102479.026400] [drm] Setting output timings on SDVOB failed
[116681.442472] [drm] Setting output timings on SDVOB failed
[119157.392385] [drm] Setting output timings on SDVOB failed
[123222.223053] [drm] Setting output timings on SDVOB failed
[125760.205396] [drm] Setting output timings on SDVOB failed
[127062.287147] [drm] Setting output timings on SDVOB failed
[142283.353317] [drm] Setting output timings on SDVOB failed
[168429.503141] [drm] Setting output timings on SDVOB failed
[176703.837284] [drm] Setting output timings on SDVOB failed
[181144.584998] [drm] Setting output timings on SDVOB failed
[186466.195094] [drm] Setting output timings on SDVOB failed
[212533.384958] [drm] Setting output timings on SDVOB failed
[251663.151253] [drm] Setting output timings on SDVOB failed
[256097.939255] [drm] Setting output timings on SDVOB failed
[256674.214177] [drm] Setting output timings on SDVOB failed
[257314.597923] [drm] Setting output timings on SDVOB failed
[264707.527788] [drm] Setting output timings on SDVOB failed
[264902.583358] [drm] Setting output timings on SDVOB failed
[270776.676095] [drm] Setting output timings on SDVOB failed
[271291.985666] [drm] Setting output timings on SDVOB failed
[276250.560762] [drm] Setting output timings on SDVOB failed
[282055.692116] [drm] Setting output timings on SDVOB failed
[282482.111619] [drm] Setting output timings on SDVOB failed
[283299.885462] [drm] Setting output timings on SDVOB failed
[304160.868867] [drm] Setting output timings on SDVOB failed
[304313.808037] Modules linked in: hid_generic usbhid hid sermouse serport ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables tuner_simple tuner_types tuner tda7432 tvaudio msp3400 bttv btcx_risc tveeprom videobuf_dma_sg videobuf_core rc_core v4l2_common coretemp videodev iTCO_wdt kvm_intel iTCO_vendor_support media kvm snd_hda_codec_realtek snd_hda_codec_generic snd_bt87x pcspkr evdev serio_raw lpc_ich mfd_core i2c_i801 snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep i915 video drm_kms_helper drm i2c_algo_bit i2c_core shpchp snd_pcm acpi_cpufreq button snd_timer snd soundcore asus_atk0110 processor thermal_sys fuse autofs4 ext4 crc16 mbcache jbd2 sg sd_mod crc_t10dif crct10dif_generic sr_mod cdrom crct10dif_common
[343892.759510] [drm] Setting output timings on SDVOB failed
[350650.978227] [drm] Setting output timings on SDVOB failed
[365990.618568] [drm] Setting output timings on SDVOB failed
[368491.765126] [drm] Setting output timings on SDVOB failed
[377669.434420] [drm] Setting output timings on SDVOB failed
[378201.605023] [drm] Setting output timings on SDVOB failed
[385062.813444] [drm] Setting output timings on SDVOB failed
[388555.234111] [drm] Setting output timings on SDVOB failed
[423795.344814] [drm] Setting output timings on SDVOB failed
[427586.240274] [drm] Setting output timings on SDVOB failed
[459892.244563] [drm] Setting output timings on SDVOB failed
[461485.511989] [drm] Setting output timings on SDVOB failed
[463199.835521] [drm] Setting output timings on SDVOB failed
[471366.091409] [drm] Setting output timings on SDVOB failed
[473111.907573] [drm] Setting output timings on SDVOB failed
[478668.497323] [drm] Setting output timings on SDVOB failed
[512496.275341] [drm] Setting output timings on SDVOB failed
[514232.638665] [drm] Setting output timings on SDVOB failed
[535739.751802] [drm] Setting output timings on SDVOB failed
[554179.023229] [drm] Setting output timings on SDVOB failed
[556206.574199] [drm] Setting output timings on SDVOB failed
[598727.323466] [drm] Setting output timings on SDVOB failed
[600973.889550] [drm] Setting output timings on SDVOB failed
[601382.685896] [drm] Setting output timings on SDVOB failed
[603258.404179] [drm] Setting output timings on SDVOB failed
[605060.684927] [drm] Setting output timings on SDVOB failed
[607170.483371] [drm] Setting output timings on SDVOB failed
[628854.120415] [drm] Setting output timings on SDVOB failed
[633148.394275] [drm] Setting output timings on SDVOB failed
[633687.253910] [drm] Setting output timings on SDVOB failed
[634491.233849] [drm] Setting output timings on SDVOB failed
[687258.830993] [drm] Setting output timings on SDVOB failed
[691859.339874] [drm] Setting output timings on SDVOB failed
[694066.362554] [drm] Setting output timings on SDVOB failed
[708766.888634] [drm] Setting output timings on SDVOB failed
[709237.943447] [drm] Setting output timings on SDVOB failed
[714243.518412] [drm] Setting output timings on SDVOB failed
[714993.425549] [drm] Setting output timings on SDVOB failed
[715254.747942] [drm] Setting output timings on SDVOB failed
[720701.817401] [drm] Setting output timings on SDVOB failed
[722178.444501] [drm] Setting output timings on SDVOB failed
[722373.675612] [drm] Setting output timings on SDVOB failed
[729291.111078] [drm] Setting output timings on SDVOB failed
[730444.338720] [drm] Setting output timings on SDVOB failed
[730765.974228] [drm] Setting output timings on SDVOB failed
[731597.605240] [drm] Setting output timings on SDVOB failed
[769012.724677] [drm] Setting output timings on SDVOB failed
[782143.673974] [drm] Setting output timings on SDVOB failed
[788673.280059] [drm] Setting output timings on SDVOB failed
[798112.085152] [drm] Setting output timings on SDVOB failed
[799169.326766] [drm] Setting output timings on SDVOB failed
[802128.189568] [drm] Setting output timings on SDVOB failed
[814911.725578] [drm] Setting output timings on SDVOB failed
[861816.944747] [drm] Setting output timings on SDVOB failed
[862513.748987] [drm] Setting output timings on SDVOB failed
[870989.855422] [drm] Setting output timings on SDVOB failed
[874578.921802] [drm] Setting output timings on SDVOB failed
[888617.542732] [drm] Setting output timings on SDVOB failed
[894396.920777] [drm] Setting output timings on SDVOB failed
[898178.397039] [drm] Setting output timings on SDVOB failed
[902441.628111] [drm] Setting output timings on SDVOB failed
[903240.403794] [drm] Setting output timings on SDVOB failed
[943390.259109] [drm] Setting output timings on SDVOB failed
[951453.819774] [drm] Setting output timings on SDVOB failed
[961797.817296] [drm] Setting output timings on SDVOB failed
[972054.308820] [drm] Setting output timings on SDVOB failed
[972593.960441] [drm] Setting output timings on SDVOB failed
[975710.322460] [drm] Setting output timings on SDVOB failed
[977547.206670] [drm] Setting output timings on SDVOB failed
[977997.920826] [drm] Setting output timings on SDVOB failed
[979462.337225] [drm] Setting output timings on SDVOB failed
[980161.907742] [drm] Setting output timings on SDVOB failed
[982385.372152] [drm] Setting output timings on SDVOB failed
[984606.900801] [drm] Setting output timings on SDVOB failed
[990297.328418] [drm] Setting output timings on SDVOB failed
[999551.569074] [drm] Setting output timings on SDVOB failed
[1033030.031653] [drm] Setting output timings on SDVOB failed
[1034914.694860] [drm] Setting output timings on SDVOB failed
[1046210.312474] [drm] Setting output timings on SDVOB failed
[1053203.860598] [drm] Setting output timings on SDVOB failed
[1057170.723001] [drm] Setting output timings on SDVOB failed
[1062298.821744] [drm] Setting output timings on SDVOB failed
[1066038.388587] [drm] Setting output timings on SDVOB failed
[1070253.121383] [drm] Setting output timings on SDVOB failed
[1072346.693462] [drm] Setting output timings on SDVOB failed
[1076174.938043] [drm] Setting output timings on SDVOB failed
[1081065.510019] [drm] Setting output timings on SDVOB failed
[1082798.012203] [drm] Setting output timings on SDVOB failed
[1087357.692708] [drm] Setting output timings on SDVOB failed
[1119181.721931] [drm] Setting output timings on SDVOB failed
[1129844.806771] [drm] Setting output timings on SDVOB failed
[1131479.500155] [drm] Setting output timings on SDVOB failed
[1131734.401462] [drm] Setting output timings on SDVOB failed
[1139944.203363] [drm] Setting output timings on SDVOB failed


-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.19-18+deb8u1
ii  libdrm-intel1                          2.4.58-2
ii  libdrm2                                2.4.58-2
ii  libpciaccess0                          0.13.2-3+b1
ii  libpixman-1-0                          0.32.6-3
ii  libudev1                               215-17+deb8u2
ii  libx11-6                               2:1.6.2-3
ii  libx11-xcb1                            2:1.6.2-3
ii  libxcb-dri2-0                          1.10-3+b1
ii  libxcb-util0                           0.3.8-3
ii  libxcb1                                1.10-3+b1
ii  libxv1                                 2:1.0.10-1+b1
ii  libxvmc1                               2:1.0.8-2+b1
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.4-1

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information


Reply to: