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

Bug#765309: fails to play video since at least 3.14



Package: src:linux
Version: 3.16.3-2
Severity: important

For a few weeks, I haven't been able to play any videos in jessie.

This happened during one of the latest upgrades, although it's hard for
me to pinpoint exactly when. I also doubt it's directly connected to a
xorg upgrade, since there was no significant change in the xorg packages
since then:

anarcat@marcos:log$ zgrep upgrade dpkg.log* | grep xorg:amd64
dpkg.log.6.gz:2014-04-15 23:32:26 upgrade xserver-xorg:amd64 1:7.7+6 1:7.7+7
dpkg.log.6.gz:2014-04-15 23:32:27 upgrade xorg:amd64 1:7.7+6 1:7.7+7
dpkg.log.8.gz:2014-02-21 00:03:38 upgrade xserver-xorg:amd64 1:7.7+5 1:7.7+6
dpkg.log.8.gz:2014-02-21 00:03:39 upgrade xorg:amd64 1:7.7+5 1:7.7+6
dpkg.log.9.gz:2014-02-02 23:55:08 upgrade xserver-xorg:amd64 1:7.7+3~deb7u1 1:7.7+5
dpkg.log.9.gz:2014-02-02 23:55:09 upgrade xorg:amd64 1:7.7+3~deb7u1 1:7.7+5

However, I think one of those may be the cause:

anarcat@marcos:log$ zgrep linux-image dpkg.log* | grep " install "
dpkg.log.1:2014-09-08 14:49:13 install linux-image-3.14-2-amd64:amd64 <aucune> 3.14.15-2
dpkg.log.1:2014-09-26 15:43:30 install linux-image-3.16-2-amd64:amd64 <aucune> 3.16.3-2
dpkg.log.4.gz:2014-06-01 20:44:33 install linux-image-3.14-1-amd64:amd64 <aucun> 3.14.4-1
dpkg.log.7.gz:2014-03-18 19:31:34 install linux-image-3.13-1-amd64:amd64 <aucun> 3.13.5-1
dpkg.log.8.gz:2014-02-03 00:43:08 install linux-image-3.12-1-amd64:amd64 <aucun> 3.12.6-2
dpkg.log.9.gz:2014-01-09 18:17:50 install linux-image-3.10-0.bpo.3-amd64:amd64 <aucun> 3.10.11-1~bpo70+1
dpkg.log.9.gz:2014-01-09 18:43:17 install linux-image-3.10-0.bpo.3-amd64:amd64 3.10.11-1~bpo70+1 3.10.11-1~bpo70+1

Specifically, I believe this started when i started running the 3.14
kernel, back in june (or maybe september! it's possible i didn't reboot
after the 3.14-1 install).

The symptom is that neither mpv, mplayer or vlc can play videos in a
graphical X session anymore. mplayer gives me those errors:

anarcat@marcos:stimulator$ mplayer ITE_116.mp4
MPlayer2 2.0-728-g2c378c7-3 (C) 2000-2012 MPlayer Team
Cannot open file '/home/anarcat/.mplayer/input.conf': No such file or directory
Failed to open /home/anarcat/.mplayer/input.conf.
Cannot open file '/etc/mplayer/input.conf': No such file or directory
Failed to open /etc/mplayer/input.conf.

Playing ITE_116.mp4.
Detected file format: QuickTime / MOV (libavformat)
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang eng
Clip info:
 major_brand: mp42
 minor_version: 1
 compatible_brands: mp42mp41
 creation_time: 2012-07-30 01:25:05
Load subtitles in .
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
[ass] auto-open
Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [libavcodec]
Selected audio codec: AAC (Advanced Audio Coding) [libavcodec]
AUDIO: 48000 Hz, 2 ch, floatle, 160.0 kbit/5.21% (ratio: 20000->384000)
AO: [pulse] 48000Hz 2ch floatle (4 bytes per sample)
Starting playback...
VIDEO:  640x480  29.970 fps  1398.4 kbps (174.8 kB/s)
VO: [xv] 640x480 => 640x480 Planar YV12
A:  -0.0 V:   0.0 A-V: -0.001 ct:  0.000   0/  0 ??% ??% ??,?% 0 0
X11 error: BadAlloc (insufficient resources for operation)
A:   0.0 V:   0.0 A-V:  0.000 ct:  0.000   0/  0 ??% ??% ??,?% 0 0
X11 error: BadAlloc (insufficient resources for operation)

mpv fails similarly:

anarcat@marcos:stimulator$ mpv ITE_116.mp4
Playing: ITE_116.mp4
[stream] Video (+) --vid=1 (*) (h264)
[stream] Audio (+) --aid=1 --alang=eng (*) (aac)
File tags:
 major_brand: mp42
 minor_version: 1
 compatible_brands: mp42mp41
 creation_time: 2012-07-30 01:25:05
[vo/opengl] Missing OpenGL features: [NO_SW]
[vo/opengl] Rejecting suspected software OpenGL renderer.
[vo/opengl] OpenGL context creation failed!
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vo/vdpau] Error when calling vdp_device_create_x11: 1
AO: [pulse] 48000Hz stereo 2ch float
VO: [xv] 640x480 => 640x480 yuv420p
[vo/xv/x11] X11 error: BadAlloc (insufficient resources for operation)
[vo/xv] X11 can't keep up! Waiting for XShm completion events...
AV: 00:00:00 / 00:14:54 (0%) A-V:  0.000
[vo/xv/x11] X11 error: BadAlloc (insufficient resources for operation)

VLC as well, but without significant debugging.

For some reason it seems that OpenGL got kicked out during some upgrade. And
this is where I am tempted to blame the kernel more than Xorg: neither the
intel xorg drivers or xorg has seen a significant upgrade since at least
february and I don't believe things have been broken for so long.

I suspect the problem may be related to this dmesg entry:

[   12.168038] [drm:init_ring_common] *ERROR* render ring initialization failed ctl 0001f001 (valid? 1) head 0000a02c tail 00000000 start 00303000 [expected 00303000]
[   12.168051] [drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged

This looks like:

https://bugs.freedesktop.org/show_bug.cgi?id=76554
https://bugs.archlinux.org/task/41683

The latter seems to say that this is fixed in 3.16.4. This may be the fix:

https://lkml.org/lkml/2014/6/18/712

Here's the Xorg debugging info.

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 70 Mar 16  2011 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------

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

/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.16-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-11) ) #1 SMP Debian 3.16.3-2 (2014-09-20)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 52494 Nov 24  2012 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 53057 Dec  4  2012 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 53483 Dec  9  2012 /var/log/Xorg.5.log
-rw-r--r-- 1 root root 32259 Dec 12  2012 /var/log/Xorg.6.log
-rw-r--r-- 1 root root 31819 Feb  1  2013 /var/log/Xorg.42.log
-rw-r--r-- 1 root root 41695 Mar 30  2014 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 38654 Jul 15 22:31 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 37931 Oct 13 19:47 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    22.348] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[    22.348] X Protocol Version 11, Revision 0
[    22.348] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[    22.348] Current Operating System: Linux marcos 3.16-2-amd64 #1 SMP Debian 3.16.3-2 (2014-09-20) x86_64
[    22.348] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16-2-amd64 root=/dev/mapper/marcossd1-root ro apparmor=1 security=apparmor quiet
[    22.348] Build Date: 22 September 2014  09:45:37PM
[    22.348] xorg-server 2:1.16.1-1 (http://www.debian.org/support) 
[    22.348] Current version of pixman: 0.32.6
[    22.348] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.348] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.348] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 13 19:47:16 2014
[    22.407] (==) Using config file: "/etc/X11/xorg.conf"
[    22.407] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.485] (==) No Layout section.  Using the first Screen section.
[    22.485] (==) No screen section available. Using defaults.
[    22.485] (**) |-->Screen "Default Screen Section" (0)
[    22.485] (**) |   |-->Monitor "<default monitor>"
[    22.485] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    22.485] (**) |   |-->Device "Card0"
[    22.485] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.485] (==) Automatically adding devices
[    22.485] (==) Automatically enabling devices
[    22.485] (==) Automatically adding GPU devices
[    22.524] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    22.524] 	Entry deleted from font path.
[    22.608] (==) 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,
	built-ins
[    22.608] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.608] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.608] (II) Loader magic: 0x7f8838dc7d80
[    22.608] (II) Module ABI versions:
[    22.608] 	X.Org ANSI C Emulation: 0.4
[    22.608] 	X.Org Video Driver: 18.0
[    22.608] 	X.Org XInput driver : 21.0
[    22.608] 	X.Org Server Extension : 8.0
[    22.609] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.610] (--) PCI:*(0:0:2:0) 8086:2e32:1043:836d rev 3, Mem @ 0xfe400000/4194304, 0xe0000000/268435456, I/O @ 0x0000dc00/8
[    22.610] (--) PCI: (0:0:2:1) 8086:2e33:1043:836d rev 3, Mem @ 0xfea00000/1048576
[    22.623] (II) LoadModule: "glx"
[    22.664] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.788] (II) Module glx: vendor="X.Org Foundation"
[    22.788] 	compiled for 1.16.1, module version = 1.0.0
[    22.788] 	ABI class: X.Org Server Extension, version 8.0
[    22.788] (==) AIGLX enabled
[    22.788] (II) LoadModule: "intel"
[    22.788] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    22.829] (II) Module intel: vendor="X.Org Foundation"
[    22.829] 	compiled for 1.15.99.904, module version = 2.21.15
[    22.829] 	Module class: X.Org Video Driver
[    22.829] 	ABI class: X.Org Video Driver, version 18.0
[    22.829] (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
[    22.831] (++) using VT number 7

[    22.855] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    22.855] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    22.855] (==) intel(0): RGB weight 888
[    22.855] (==) intel(0): Default visual is TrueColor
[    22.855] (--) intel(0): Integrated Graphics Chipset: Intel(R) G41
[    22.856] (**) intel(0): Relaxed fencing enabled
[    22.856] (**) intel(0): Wait on SwapBuffers? enabled
[    22.856] (**) intel(0): Triple buffering? enabled
[    22.856] (**) intel(0): Framebuffer tiled
[    22.856] (**) intel(0): Pixmaps tiled
[    22.856] (**) intel(0): 3D buffers tiled
[    22.856] (**) intel(0): SwapBuffers wait enabled
[    22.856] (==) intel(0): video overlay key set to 0x101fe
[    22.968] (II) intel(0): Output VGA1 has no monitor section
[    22.976] (II) intel(0): Output HDMI1 has no monitor section
[    22.976] (II) intel(0): Output DP1 has no monitor section
[    23.100] (II) intel(0): EDID for output VGA1
[    23.100] (II) intel(0): Manufacturer: ACR  Model: c  Serial#: 2198716767
[    23.100] (II) intel(0): Year: 2008  Week: 30
[    23.100] (II) intel(0): EDID Version: 1.3
[    23.100] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    23.100] (II) intel(0): Sync:  Separate
[    23.100] (II) intel(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[    23.100] (II) intel(0): Gamma: 2.20
[    23.100] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    23.100] (II) intel(0): First detailed timing is preferred mode
[    23.100] (II) intel(0): redX: 0.636 redY: 0.349   greenX: 0.290 greenY: 0.589
[    23.100] (II) intel(0): blueX: 0.143 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
[    23.100] (II) intel(0): Supported established timings:
[    23.100] (II) intel(0): 720x400@70Hz
[    23.100] (II) intel(0): 640x480@60Hz
[    23.100] (II) intel(0): 640x480@67Hz
[    23.100] (II) intel(0): 640x480@72Hz
[    23.100] (II) intel(0): 640x480@75Hz
[    23.100] (II) intel(0): 800x600@56Hz
[    23.100] (II) intel(0): 800x600@60Hz
[    23.100] (II) intel(0): 800x600@72Hz
[    23.100] (II) intel(0): 800x600@75Hz
[    23.100] (II) intel(0): 832x624@75Hz
[    23.100] (II) intel(0): 1024x768@60Hz
[    23.100] (II) intel(0): 1024x768@70Hz
[    23.100] (II) intel(0): 1024x768@75Hz
[    23.100] (II) intel(0): 1280x1024@75Hz
[    23.100] (II) intel(0): 1152x864@75Hz
[    23.100] (II) intel(0): Manufacturer's mask: 10
[    23.100] (II) intel(0): Supported standard timings:
[    23.100] (II) intel(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    23.100] (II) intel(0): #1: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[    23.100] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    23.100] (II) intel(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    23.100] (II) intel(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    23.100] (II) intel(0): Supported detailed timing:
[    23.100] (II) intel(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[    23.100] (II) intel(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[    23.100] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[    23.100] (II) intel(0): Serial No: LAT0C0254007
[    23.100] (II) intel(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 145 MHz
[    23.100] (II) intel(0): Monitor name: X193W
[    23.100] (II) intel(0): EDID (in hex):
[    23.100] (II) intel(0): 	00ffffffffffff0004720c005fc10d83
[    23.100] (II) intel(0): 	1e12010308291a78ead7a5a2594a9624
[    23.100] (II) intel(0): 	145054bfef909500950f81808140714f
[    23.100] (II) intel(0): 	0101010101019a29a0d0518422305098
[    23.100] (II) intel(0): 	36009a001100001c000000ff004c4154
[    23.100] (II) intel(0): 	3043303235343030370a000000fd0032
[    23.100] (II) intel(0): 	4b1e520e000a202020202020000000fc
[    23.100] (II) intel(0): 	0058313933570a2020202020202000cf
[    23.100] (II) intel(0): Printing probed modes for output VGA1
[    23.100] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    23.100] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    23.100] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    23.100] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    23.100] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    23.100] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    23.100] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    23.100] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    23.100] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    23.100] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    23.100] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    23.100] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    23.100] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    23.100] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    23.100] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    23.100] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[    23.100] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    23.100] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    23.100] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    23.108] (II) intel(0): EDID for output HDMI1
[    23.108] (II) intel(0): EDID for output DP1
[    23.108] (II) intel(0): Output VGA1 connected
[    23.108] (II) intel(0): Output HDMI1 disconnected
[    23.108] (II) intel(0): Output DP1 disconnected
[    23.108] (II) intel(0): Using exact sizes for initial modes
[    23.108] (II) intel(0): Output VGA1 using initial mode 1440x900
[    23.108] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    23.108] (II) intel(0): Kernel page flipping support detected, enabling
[    23.108] (==) intel(0): DPI set to (96, 96)
[    23.108] (II) Loading sub module "fb"
[    23.108] (II) LoadModule: "fb"
[    23.108] (II) Loading /usr/lib/xorg/modules/libfb.so
[    23.114] (II) Module fb: vendor="X.Org Foundation"
[    23.114] 	compiled for 1.16.1, module version = 1.0.0
[    23.114] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.114] (II) Loading sub module "dri2"
[    23.114] (II) LoadModule: "dri2"
[    23.114] (II) Module "dri2" already built-in
[    23.114] (==) Depth 24 pixmap format is 32 bpp
[    23.114] (WW) intel(0): cannot enable DRI2 whilst forcing software fallbacks
[    23.114] (II) intel(0): Allocated new frame buffer 1472x900 stride 6144, tiled
[    23.165] (II) UXA(0): Driver registered support for the following operations:
[    23.165] (II)         solid
[    23.165] (II)         copy
[    23.165] (II)         composite (RENDER acceleration)
[    23.165] (II)         put_image
[    23.165] (II)         get_image
[    23.165] (==) intel(0): Backing store enabled
[    23.165] (==) intel(0): Silken mouse enabled
[    23.169] (II) intel(0): Initializing HW Cursor
[    23.169] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    23.170] (==) intel(0): DPMS enabled
[    23.170] (==) intel(0): Intel XvMC decoder enabled
[    23.170] (II) intel(0): Set up textured video
[    23.170] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    23.170] (II) intel(0): direct rendering: Failed
[    23.170] (==) intel(0): hotplug detection: "enabled"
[    23.200] (--) RandR disabled
[    23.245] (II) SELinux: Disabled on system
[    23.266] (II) AIGLX: Screen 0 is not DRI2 capable
[    23.266] (EE) AIGLX: reverting to software rendering
[    24.335] (II) AIGLX: Loaded and initialized swrast
[    24.335] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    24.335] (II) intel(0): Setting screen physical size to 381 x 238
[    25.025] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    25.025] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.025] (II) LoadModule: "evdev"
[    25.025] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.048] (II) Module evdev: vendor="X.Org Foundation"
[    25.048] 	compiled for 1.16.0, module version = 2.9.0
[    25.048] 	Module class: X.Org XInput Driver
[    25.048] 	ABI class: X.Org XInput driver, version 21.0
[    25.048] (II) Using input driver 'evdev' for 'Power Button'
[    25.048] (**) Power Button: always reports core events
[    25.048] (**) evdev: Power Button: Device: "/dev/input/event6"
[    25.049] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.049] (--) evdev: Power Button: Found keys
[    25.049] (II) evdev: Power Button: Configuring as keyboard
[    25.049] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    25.049] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.049] (**) Option "xkb_rules" "evdev"
[    25.049] (**) Option "xkb_model" "pc105"
[    25.049] (**) Option "xkb_layout" "ca"
[    25.049] (**) Option "xkb_variant" "fr"
[    25.049] (**) Option "xkb_options" "compose:rwin"
[    25.526] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    25.526] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.526] (II) Using input driver 'evdev' for 'Power Button'
[    25.526] (**) Power Button: always reports core events
[    25.526] (**) evdev: Power Button: Device: "/dev/input/event5"
[    25.526] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.526] (--) evdev: Power Button: Found keys
[    25.526] (II) evdev: Power Button: Configuring as keyboard
[    25.526] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[    25.526] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    25.526] (**) Option "xkb_rules" "evdev"
[    25.526] (**) Option "xkb_model" "pc105"
[    25.526] (**) Option "xkb_layout" "ca"
[    25.526] (**) Option "xkb_variant" "fr"
[    25.526] (**) Option "xkb_options" "compose:rwin"
[    25.527] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event10)
[    25.527] (II) No input driver specified, ignoring this device.
[    25.527] (II) This device may have been added with another device file.
[    25.527] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event11)
[    25.527] (II) No input driver specified, ignoring this device.
[    25.527] (II) This device may have been added with another device file.
[    25.527] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
[    25.528] (II) No input driver specified, ignoring this device.
[    25.528] (II) This device may have been added with another device file.
[    25.528] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event8)
[    25.528] (II) No input driver specified, ignoring this device.
[    25.528] (II) This device may have been added with another device file.
[    25.528] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event9)
[    25.528] (II) No input driver specified, ignoring this device.
[    25.528] (II) This device may have been added with another device file.
[    25.529] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[    25.529] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    25.529] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[    25.529] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    25.529] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[    25.529] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc00e
[    25.529] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
[    25.529] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[    25.529] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[    25.529] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[    25.529] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[    25.529] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[    25.529] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[    25.529] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    25.529] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4/event4"
[    25.529] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
[    25.529] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[    25.529] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[    25.529] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[    25.529] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    25.529] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    25.530] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
[    25.530] (II) No input driver specified, ignoring this device.
[    25.530] (II) This device may have been added with another device file.
[    25.531] (II) config/udev: Adding input device Primax Kensington Eagle Trackball (/dev/input/event1)
[    25.531] (**) Primax Kensington Eagle Trackball: Applying InputClass "evdev pointer catchall"
[    25.531] (II) Using input driver 'evdev' for 'Primax Kensington Eagle Trackball'
[    25.531] (**) Primax Kensington Eagle Trackball: always reports core events
[    25.531] (**) evdev: Primax Kensington Eagle Trackball: Device: "/dev/input/event1"
[    25.531] (--) evdev: Primax Kensington Eagle Trackball: Vendor 0x47d Product 0x2048
[    25.531] (--) evdev: Primax Kensington Eagle Trackball: Found 3 mouse buttons
[    25.531] (--) evdev: Primax Kensington Eagle Trackball: Found scroll wheel(s)
[    25.531] (--) evdev: Primax Kensington Eagle Trackball: Found relative axes
[    25.531] (--) evdev: Primax Kensington Eagle Trackball: Found x and y relative axes
[    25.531] (--) evdev: Primax Kensington Eagle Trackball: Found absolute axes
[    25.531] (II) evdev: Primax Kensington Eagle Trackball: Forcing absolute x/y axes to exist.
[    25.531] (II) evdev: Primax Kensington Eagle Trackball: Configuring as mouse
[    25.531] (II) evdev: Primax Kensington Eagle Trackball: Adding scrollwheel support
[    25.531] (**) evdev: Primax Kensington Eagle Trackball: YAxisMapping: buttons 4 and 5
[    25.531] (**) evdev: Primax Kensington Eagle Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    25.531] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1/event1"
[    25.531] (II) XINPUT: Adding extended input device "Primax Kensington Eagle Trackball" (type: MOUSE, id 9)
[    25.531] (II) evdev: Primax Kensington Eagle Trackball: initialized for relative axes.
[    25.531] (WW) evdev: Primax Kensington Eagle Trackball: ignoring absolute axes.
[    25.531] (**) Primax Kensington Eagle Trackball: (accel) keeping acceleration scheme 1
[    25.531] (**) Primax Kensington Eagle Trackball: (accel) acceleration profile 0
[    25.531] (**) Primax Kensington Eagle Trackball: (accel) acceleration factor: 2.000
[    25.531] (**) Primax Kensington Eagle Trackball: (accel) acceleration threshold: 4
[    25.532] (II) config/udev: Adding input device Primax Kensington Eagle Trackball (/dev/input/mouse0)
[    25.532] (II) No input driver specified, ignoring this device.
[    25.532] (II) This device may have been added with another device file.
[    25.532] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event2)
[    25.532] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[    25.532] (II) Using input driver 'evdev' for 'LITEON Technology USB Multimedia Keyboard'
[    25.532] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
[    25.532] (**) evdev: LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event2"
[    25.532] (--) evdev: LITEON Technology USB Multimedia Keyboard: Vendor 0x46d Product 0xc313
[    25.532] (--) evdev: LITEON Technology USB Multimedia Keyboard: Found keys
[    25.532] (II) evdev: LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
[    25.532] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:046D:C313.0002/input/input2/event2"
[    25.532] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD, id 10)
[    25.532] (**) Option "xkb_rules" "evdev"
[    25.532] (**) Option "xkb_model" "pc105"
[    25.532] (**) Option "xkb_layout" "ca"
[    25.532] (**) Option "xkb_variant" "fr"
[    25.533] (**) Option "xkb_options" "compose:rwin"
[    25.534] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event3)
[    25.534] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[    25.534] (II) Using input driver 'evdev' for 'LITEON Technology USB Multimedia Keyboard'
[    25.534] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
[    25.534] (**) evdev: LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event3"
[    25.534] (--) evdev: LITEON Technology USB Multimedia Keyboard: Vendor 0x46d Product 0xc313
[    25.534] (--) evdev: LITEON Technology USB Multimedia Keyboard: Found keys
[    25.534] (II) evdev: LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
[    25.534] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.1/0003:046D:C313.0003/input/input3/event3"
[    25.534] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD, id 11)
[    25.535] (**) Option "xkb_rules" "evdev"
[    25.535] (**) Option "xkb_model" "pc105"
[    25.535] (**) Option "xkb_layout" "ca"
[    25.535] (**) Option "xkb_variant" "fr"
[    25.535] (**) Option "xkb_options" "compose:rwin"
[    25.535] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    25.535] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    25.535] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    25.535] (**) AT Translated Set 2 keyboard: always reports core events
[    25.535] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    25.535] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    25.535] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    25.535] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    25.535] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    25.535] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    25.535] (**) Option "xkb_rules" "evdev"
[    25.535] (**) Option "xkb_model" "pc105"
[    25.535] (**) Option "xkb_layout" "ca"
[    25.535] (**) Option "xkb_variant" "fr"
[    25.535] (**) Option "xkb_options" "compose:rwin"
[    25.537] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    25.537] (II) No input driver specified, ignoring this device.
[    25.537] (II) This device may have been added with another device file.
[    58.712] (II) intel(0): EDID vendor "ACR", prod id 12
[    58.712] (II) intel(0): Using EDID range info for horizontal sync
[    58.712] (II) intel(0): Using EDID range info for vertical refresh
[    58.712] (II) intel(0): Printing DDC gathered Modelines:
[    58.712] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    58.712] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    58.712] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    58.712] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    58.712] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    58.712] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    58.712] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    58.712] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    58.712] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    58.712] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    58.712] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    58.712] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    58.712] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    58.712] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    58.712] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    58.712] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    58.712] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    58.712] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    58.712] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    58.828] (II) intel(0): EDID vendor "ACR", prod id 12
[    58.828] (II) intel(0): Using hsync ranges from config file
[    58.828] (II) intel(0): Using vrefresh ranges from config file
[    58.828] (II) intel(0): Printing DDC gathered Modelines:
[    58.828] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    58.828] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    58.828] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    58.828] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    58.828] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    58.828] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    58.828] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    58.828] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    58.828] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    58.828] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    58.828] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    58.828] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    58.828] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    58.828] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    58.828] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    58.828] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    58.828] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    58.828] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    58.828] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    58.964] (II) intel(0): EDID vendor "ACR", prod id 12
[    58.964] (II) intel(0): Using hsync ranges from config file
[    58.964] (II) intel(0): Using vrefresh ranges from config file
[    58.964] (II) intel(0): Printing DDC gathered Modelines:
[    58.964] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    58.964] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    58.964] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    58.964] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    58.964] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    58.964] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    58.964] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    58.964] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    58.964] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    58.964] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    58.964] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    58.964] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    58.964] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    58.964] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    58.964] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    58.964] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    58.964] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    58.964] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    58.964] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    59.204] (II) intel(0): EDID vendor "ACR", prod id 12
[    59.204] (II) intel(0): Using hsync ranges from config file
[    59.204] (II) intel(0): Using vrefresh ranges from config file
[    59.204] (II) intel(0): Printing DDC gathered Modelines:
[    59.204] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    59.204] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    59.204] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    59.204] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    59.204] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    59.204] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    59.204] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    59.204] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    59.204] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    59.204] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    59.204] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    59.204] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    59.204] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    59.204] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    59.204] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    59.204] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    59.204] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    59.204] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    59.204] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    59.324] (II) intel(0): EDID vendor "ACR", prod id 12
[    59.324] (II) intel(0): Using hsync ranges from config file
[    59.324] (II) intel(0): Using vrefresh ranges from config file
[    59.324] (II) intel(0): Printing DDC gathered Modelines:
[    59.324] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    59.324] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    59.324] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    59.324] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    59.324] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    59.324] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    59.324] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    59.324] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    59.324] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    59.324] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    59.324] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    59.324] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    59.324] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    59.324] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    59.324] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    59.324] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    59.324] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    59.324] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    59.324] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
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=156145

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6
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=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=183081
E: XKBLAYOUT=ca
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin
E: XKBVARIANT=fr

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
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=156089

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5
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=69
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=182835
E: XKBLAYOUT=ca
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin
E: XKBVARIANT=fr

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,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=202700

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

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"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=202914

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

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

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

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,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=202276

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

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,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=202488

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

P: /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_1-usb-0_2_3_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c00e
E: ID_PATH=pci-0000:00:1d.1-usb-0:2.3:1.0
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_2_3_1_0
E: ID_REVISION=1110
E: ID_SERIAL=Logitech_USB-PS_2_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0003v046DpC00Ee0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Logitech USB-PS/2 Optical Mouse"
E: PHYS="usb-0000:00:1d.1-2.3/input0"
E: PRODUCT=3/46d/c00e/110
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=12446

P: /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4/event4
N: input/event4
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.1-usb-0:2.3:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1d.1-usb-0:2.3:1.0-event-mouse
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4/event4
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c00e
E: ID_PATH=pci-0000:00:1d.1-usb-0:2.3:1.0
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_2_3_1_0
E: ID_REVISION=1110
E: ID_SERIAL=Logitech_USB-PS_2_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=181448

P: /devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4/mouse1
N: input/mouse1
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1d.1-usb-0:2.3:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-mouse /dev/input/by-path/pci-0000:00:1d.1-usb-0:2.3:1.0-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2.3/2-2.3:1.0/0003:046D:C00E.0004/input/input4/mouse1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c00e
E: ID_PATH=pci-0000:00:1d.1-usb-0:2.3:1.0
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_2_3_1_0
E: ID_REVISION=1110
E: ID_SERIAL=Logitech_USB-PS_2_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12487

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1
E: ABS=10000000000
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1
E: EV=1f
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_2-usb-0_1_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Eagle_Trackball
E: ID_MODEL_ENC=Kensington\x20Eagle\x20Trackball
E: ID_MODEL_ID=2048
E: ID_PATH=pci-0000:00:1d.2-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_1_1_0
E: ID_REVISION=0600
E: ID_SERIAL=Primax_Kensington_Eagle_Trackball
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Primax
E: ID_VENDOR_ENC=Primax
E: ID_VENDOR_ID=047d
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0003v047Dp2048e0111-e0,1,2,3,4,k110,111,112,r0,1,6,8,a28,m4,lsfw
E: MSC=10
E: NAME="Primax Kensington Eagle Trackball"
E: PHYS="usb-0000:00:1d.2-1/input0"
E: PRODUCT=3/47d/2048/111
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=37871

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1/event1
N: input/event1
S: input/by-id/usb-Primax_Kensington_Eagle_Trackball-event-mouse
S: input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Primax_Kensington_Eagle_Trackball-event-mouse /dev/input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Eagle_Trackball
E: ID_MODEL_ENC=Kensington\x20Eagle\x20Trackball
E: ID_MODEL_ID=2048
E: ID_PATH=pci-0000:00:1d.2-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_1_1_0
E: ID_REVISION=0600
E: ID_SERIAL=Primax_Kensington_Eagle_Trackball
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Primax
E: ID_VENDOR_ENC=Primax
E: ID_VENDOR_ID=047d
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=179913

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1/mouse0
N: input/mouse0
S: input/by-id/usb-Primax_Kensington_Eagle_Trackball-mouse
S: input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Primax_Kensington_Eagle_Trackball-mouse /dev/input/by-path/pci-0000:00:1d.2-usb-0:1:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:047D:2048.0001/input/input1/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Eagle_Trackball
E: ID_MODEL_ENC=Kensington\x20Eagle\x20Trackball
E: ID_MODEL_ID=2048
E: ID_PATH=pci-0000:00:1d.2-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_1_1_0
E: ID_REVISION=0600
E: ID_SERIAL=Primax_Kensington_Eagle_Trackball
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Primax
E: ID_VENDOR_ENC=Primax
E: ID_VENDOR_ID=047d
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=37919

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:046D:C313.0002/input/input2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:046D:C313.0002/input/input2
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_2-usb-0_2_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c313
E: ID_PATH=pci-0000:00:1d.2-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_2_1_0
E: ID_REVISION=0101
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0003v046DpC313e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="LITEON Technology USB Multimedia Keyboard"
E: PHYS="usb-0000:00:1d.2-2/input0"
E: PRODUCT=3/46d/c313/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=60490

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:046D:C313.0002/input/input2/event2
N: input/event2
S: input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-kbd
S: input/by-path/pci-0000:00:1d.2-usb-0:2:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:1d.2-usb-0:2:1.0-event-kbd
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.0/0003:046D:C313.0002/input/input2/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c313
E: ID_PATH=pci-0000:00:1d.2-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_2_1_0
E: ID_REVISION=0101
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=180269
E: XKBLAYOUT=ca
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin
E: XKBVARIANT=fr

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.1/0003:046D:C313.0003/input/input3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.1/0003:046D:C313.0003/input/input3
E: EV=13
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_2-usb-0_2_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c313
E: ID_PATH=pci-0000:00:1d.2-usb-0:2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_2_1_1
E: ID_REVISION=0101
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: KEY=181008001000 e000000000000 0
E: MODALIAS=input:b0003v046DpC313e0110-e0,1,4,k71,72,73,8C,9B,A4,AB,AC,ram4,lsfw
E: MSC=10
E: NAME="LITEON Technology USB Multimedia Keyboard"
E: PHYS="usb-0000:00:1d.2-2/input1"
E: PRODUCT=3/46d/c313/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=79148

P: /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.1/0003:046D:C313.0003/input/input3/event3
N: input/event3
S: input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-if01
S: input/by-path/pci-0000:00:1d.2-usb-0:2:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:1d.2-usb-0:2:1.1-event
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.1/0003:046D:C313.0003/input/input3/event3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c313
E: ID_PATH=pci-0000:00:1d.2-usb-0:2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_2-usb-0_2_1_1
E: ID_REVISION=0101
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: USEC_INITIALIZED=180562
E: XKBLAYOUT=ca
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin
E: XKBVARIANT=fr

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

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=177851
E: XKBLAYOUT=ca
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin
E: XKBVARIANT=fr

P: /devices/platform/pcspkr/input/input7
E: DEVPATH=/devices/platform/pcspkr/input/input7
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=187559

P: /devices/platform/pcspkr/input/input7/event7
N: input/event7
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/platform/pcspkr/input/input7/event7
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=187649


DRM Information from dmesg:
---------------------------
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.447222] Linux agpgart interface v0.103
[    0.447283] agpgart-intel 0000:00:00.0: Intel G41 Chipset
[    0.447298] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.447703] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    0.447817] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.780228] ata3.00: supports DRM functions and may not be fully accessible
[    0.792197] ata3.00: supports DRM functions and may not be fully accessible
[   12.003271] [drm] Initialized drm 1.1.0 20060810
[   12.078520] [drm] Memory usable by graphics device = 2048M
[   12.078524] [drm] Replacing VGA console driver
[   12.104087] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.104089] [drm] Driver supports precise vblank timestamp query.
[   12.168038] [drm:init_ring_common] *ERROR* render ring initialization failed ctl 0001f001 (valid? 1) head 0000a02c tail 00000000 start 00303000 [expected 00303000]
[   12.168051] [drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged
[   12.315566] fbcon: inteldrmfb (fb0) is primary device
[   12.355942] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.368622] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  libc6                                                 2.19-11
ii  x11-xkb-utils                                         7.7+1
ii  xkb-data                                              2.12-1
ii  xserver-xorg-core                                     2:1.16.1-1
ii  xserver-xorg-input-all                                1:7.7+7
ii  xserver-xorg-input-evdev [xorg-driver-input]          1:2.9.0-2
ii  xserver-xorg-input-mouse [xorg-driver-input]          1:1.9.0-1+b3
ii  xserver-xorg-input-synaptics [xorg-driver-input]      1.8.1-1
ii  xserver-xorg-input-vmmouse [xorg-driver-input]        1:13.0.0-1+b3
ii  xserver-xorg-input-wacom [xorg-driver-input]          0.23.0+20131011-1+b2
ii  xserver-xorg-video-ati [xorg-driver-video]            1:7.4.0-2
ii  xserver-xorg-video-cirrus [xorg-driver-video]         1:1.5.2-2+b1
ii  xserver-xorg-video-fbdev [xorg-driver-video]          1:0.4.4-1+b2
ii  xserver-xorg-video-intel [xorg-driver-video]          2:2.21.15-2+b2
ii  xserver-xorg-video-mach64 [xorg-driver-video]         6.9.4-1+b3
ii  xserver-xorg-video-mga [xorg-driver-video]            1:1.6.3-2+b1
ii  xserver-xorg-video-modesetting [xorg-driver-video]    0.9.0-1+b1
ii  xserver-xorg-video-neomagic [xorg-driver-video]       1:1.2.8-1+b2
ii  xserver-xorg-video-openchrome [xorg-driver-video]     1:0.3.3-1+b2
ii  xserver-xorg-video-r128 [xorg-driver-video]           6.9.2-1+b2
ii  xserver-xorg-video-radeon [xorg-driver-video]         1:7.4.0-2
ii  xserver-xorg-video-savage [xorg-driver-video]         1:2.3.7-2+b2
ii  xserver-xorg-video-siliconmotion [xorg-driver-video]  1:1.7.7-2+b2
ii  xserver-xorg-video-sisusb [xorg-driver-video]         1:0.9.6-2+b2
ii  xserver-xorg-video-tdfx [xorg-driver-video]           1:1.4.5-1+b2
ii  xserver-xorg-video-trident [xorg-driver-video]        1:1.3.6-2+b2
ii  xserver-xorg-video-vesa [xorg-driver-video]           1:2.3.3-1+b3
ii  xserver-xorg-video-vmware [xorg-driver-video]         1:13.0.2-3+b1

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri  10.2.6-1

xserver-xorg suggests no packages.

-- no debconf information

-- Package-specific info:
** Version:
Linux version 3.16-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-11) ) #1 SMP Debian 3.16.3-2 (2014-09-20)

** Command line:
BOOT_IMAGE=/vmlinuz-3.16-2-amd64 root=/dev/mapper/marcossd1-root ro apparmor=1 security=apparmor quiet

** Not tainted

** Kernel log:
[   10.465985] NET: Registered protocol family 38
[   11.016006] raid6: sse2x1    4646 MB/s
[   11.084011] raid6: sse2x2    5287 MB/s
[   11.152003] raid6: sse2x4    8601 MB/s
[   11.152005] raid6: using algorithm sse2x4 (8601 MB/s)
[   11.152006] raid6: using ssse3x2 recovery algorithm
[   11.152166] xor: measuring software checksum speed
[   11.192002]    prefetch64-sse: 12400.000 MB/sec
[   11.232001]    generic_sse: 10933.000 MB/sec
[   11.232003] xor: using function: prefetch64-sse (12400.000 MB/sec)
[   11.273266] Btrfs loaded
[   11.446147] PM: Starting manual resume from disk
[   11.446153] PM: Hibernation image partition 254:5 present
[   11.446154] PM: Looking for hibernation image.
[   11.446420] PM: Image not found (code -22)
[   11.446422] PM: Hibernation image not present or could not be loaded.
[   11.456419] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   11.587410] systemd[1]: /usr appears to be on its own filesytem and is not already mounted. This is not a supported setup. Some things will probably break (sometimes even silently) in mysterious ways. Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.
[   11.708596] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[   11.761217] lp: driver loaded but no devices found
[   11.766636] ppdev: user-space parallel port driver
[   11.767950] parport_pc 00:02: reported by Plug and Play ACPI
[   11.768069] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[   11.776825] systemd-udevd[263]: starting version 215
[   11.864209] lp0: using parport0 (interrupt-driven).
[   11.869163] fuse init (API version 7.23)
[   11.871493] ipmi message handler version 39.2
[   11.872262] ipmi device interface
[   11.872986] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[   11.874722] IPMI System Interface driver.
[   11.874772] ipmi_si: Unable to find any System Interface(s)
[   11.889307] IPMI Watchdog: driver initialized
[   11.904386] loop: module loaded
[   11.914743] EXT4-fs (dm-1): re-mounted. Opts: discard,errors=remount-ro
[   11.978170] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[   11.978177] ACPI: Power Button [PWRB]
[   11.978279] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[   11.978281] ACPI: Power Button [PWRF]
[   11.987248] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.003271] [drm] Initialized drm 1.1.0 20060810
[   12.017371] intel_rng: FWH not detected
[   12.054131] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[   12.061744] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMRG) (20140424/utaddress-258)
[   12.061753] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.061778] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   12.078520] [drm] Memory usable by graphics device = 2048M
[   12.078524] [drm] Replacing VGA console driver
[   12.078990] Console: switching to colour dummy device 80x25
[   12.080841] leds_ss4200: no LED devices found
[   12.082193] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   12.088234] WARNING! power/level is deprecated; use power/control instead
[   12.096186] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   12.096191] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.096193] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   12.096194] sound hdaudioC0D0:    mono: mono_out=0x0
[   12.096196] sound hdaudioC0D0:    dig-out=0x1e/0x0
[   12.096197] sound hdaudioC0D0:    inputs:
[   12.096199] sound hdaudioC0D0:      Front Mic=0x19
[   12.096201] sound hdaudioC0D0:      Rear Mic=0x18
[   12.096202] sound hdaudioC0D0:      Line=0x1a
[   12.104074] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[   12.104087] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.104089] [drm] Driver supports precise vblank timestamp query.
[   12.104157] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   12.122931] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   12.123190] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   12.123381] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   12.123502] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   12.123810] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   12.147261] usblp 2-2.1:1.0: usblp0: USB Bidirectional printer dev 3 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0D17
[   12.147287] usbcore: registered new interface driver usblp
[   12.168038] [drm:init_ring_common] *ERROR* render ring initialization failed ctl 0001f001 (valid? 1) head 0000a02c tail 00000000 start 00303000 [expected 00303000]
[   12.168051] [drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged
[   12.169128] IPMI System Interface driver.
[   12.169187] ipmi_si: Unable to find any System Interface(s)
[   12.169501] EXT4-fs (dm-1): re-mounted. Opts: discard,errors=remount-ro
[   12.315566] fbcon: inteldrmfb (fb0) is primary device
[   12.324774] iTCO_vendor_support: vendor-support=0
[   12.325507] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   12.325544] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0860)
[   12.325761] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.352141] Console: switching to colour frame buffer device 180x56
[   12.355942] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.355944] i915 0000:00:02.0: registered panic notifier
[   12.368557] i915: No ACPI video bus found
[   12.368622] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   12.399470] IPMI System Interface driver.
[   12.401273] EXT4-fs (dm-1): re-mounted. Opts: discard,errors=remount-ro
[   12.402876] Adding 4194300k swap on /dev/mapper/marcossd1-swap.  Priority:-1 extents:1 across:4194300k SSFS
[   12.403994] ipmi_si: Unable to find any System Interface(s)
[   12.471860] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   12.482195] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: discard
[   12.491644] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: discard
[   12.544815] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: discard,acl
[   18.567134] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
[   18.596364] systemd-journald[249]: Received request to flush runtime journal from PID 1
[   18.659680] audit: type=1305 audit(1413244032.702:2): audit_pid=644 old=0 auid=4294967295 ses=4294967295 res=1
[   28.934826] usblp0: removed
[   28.948113] usblp 2-2.1:1.0: usblp0: USB Bidirectional printer dev 3 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0D17
[  579.964552] perf interrupt took too long (2502 > 2500), lowering kernel.perf_event_max_sample_rate to 50000

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: American Megatrends Inc.
bios_version: 0506   
board_vendor: ASUSTeK Computer INC.
board_name: P5G41-M LE
board_version: Rev X.0x

** Loaded modules:
cpufreq_userspace
cpufreq_powersave
cpufreq_stats
cpufreq_conservative
snd_hrtimer
snd_seq_midi
snd_seq_midi_event
snd_rawmidi
snd_seq
snd_seq_device
binfmt_misc
iTCO_wdt
iTCO_vendor_support
usblp
kvm_intel
kvm
snd_hda_codec_realtek
snd_hda_codec_generic
pcspkr
serio_raw
i915
lpc_ich
evdev
joydev
mfd_core
snd_hda_intel
snd_hda_controller
snd_hda_codec
snd_hwdep
snd_pcm_oss
snd_mixer_oss
video
snd_pcm
rng_core
snd_timer
drm_kms_helper
snd
drm
soundcore
i2c_algo_bit
shpchp
i2c_core
asus_atk0110
button
acpi_cpufreq
processor
thermal_sys
coretemp
loop
firewire_sbp2
firewire_core
crc_itu_t
ipmi_watchdog
ipmi_poweroff
ipmi_devintf
ipmi_msghandler
fuse
parport_pc
ppdev
lp
parport
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
btrfs
xor
raid6_pq
xts
gf128mul
algif_skcipher
af_alg
hid_generic
usbhid
hid
usb_storage
dm_crypt
dm_mod
sd_mod
crc_t10dif
sg
crct10dif_generic
crct10dif_common
sr_mod
cdrom
ata_generic
ata_piix
libata
scsi_mod
atl1e
ehci_pci
uhci_hcd
ehci_hcd
usbcore
usb_common

** Network interface configuration:

auto lo
iface lo inet loopback

auto eth0

iface eth0 inet static
	address 192.168.0.3
	netmask 255.255.255.0
	gateway 192.168.0.1

iface eth0 inet6 static
	address 2001:1928:1:9::1/64
	gateway 2001:1928:1:9::

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether bc:ae:c5:89:e2:38 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.3/24 brd 192.168.0.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 2001:1928:1:9:beae:c5ff:fe89:e238/64 scope global mngtmpaddr dynamic 
       valid_lft 2591801sec preferred_lft 604601sec
    inet6 fe80::beae:c5ff:fe89:e238/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
  eth0: 10337487   34313    0   20    0     0          0        33 238509257  202822    0    0    0     0       2          0
    lo:  674277    3156    0    0    0     0          0         0   674277    3156    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    37290 total packets received
    5 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    37285 incoming packets delivered
    204621 requests sent out
Icmp:
    844 ICMP messages received
    107 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 806
        timeout in transit: 38
    447 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 447
IcmpMsg:
        InType3: 806
        InType11: 38
        OutType3: 447
Tcp:
    2678 active connections openings
    404 passive connection openings
    208 failed connection attempts
    46 connection resets received
    13 connections established
    17472 segments received
    18815 segments send out
    3204 segments retransmited
    93 bad segments received.
    483 resets sent
Udp:
    18608 packets received
    447 packets to unknown port received.
    0 packet receive errors
    183204 packets sent
UdpLite:
TcpExt:
    193 invalid SYN cookies received
    478 TCP sockets finished time wait in fast timer
    1123 delayed acks sent
    Quick ack mode was activated 47 times
    1764 packets directly queued to recvmsg prequeue.
    720 bytes directly in process context from backlog
    312787 bytes directly received in process context from prequeue
    5658 packet headers predicted
    1732 packets header predicted and directly queued to user
    3080 acknowledgments not containing data payload received
    2373 predicted acknowledgments
    87 times recovered from packet loss by selective acknowledgements
    1 congestion windows fully recovered without slow start
    1 congestion windows recovered without slow start by DSACK
    120 congestion windows recovered without slow start after partial ack
    TCPLostRetransmit: 26
    8 timeouts after SACK recovery
    6 timeouts in loss state
    205 fast retransmits
    11 forward retransmits
    61 retransmits in slow start
    871 other TCP timeouts
    TCPLossProbes: 415
    TCPLossProbeRecovery: 114
    12 SACK retransmits failed
    54 DSACKs sent for old packets
    1 DSACKs sent for out of order packets
    19 DSACKs received
    109 connections reset due to unexpected data
    13 connections reset due to early user close
    2 connections aborted due to timeout
    TCPDSACKIgnoredNoUndo: 11
    TCPSpuriousRTOs: 4
    TCPSackMerged: 2
    TCPSackShiftFallback: 476
    TCPDeferAcceptDrop: 98
    TCPRcvCoalesce: 923
    TCPOFOQueue: 249
    TCPOFOMerge: 1
    TCPChallengeACK: 95
    TCPSYNChallenge: 94
    TCPAutoCorking: 204
    TCPSynRetrans: 2124
    TCPOrigDataSent: 6581
IpExt:
    InMcastPkts: 165
    OutMcastPkts: 159765
    InBcastPkts: 4
    OutBcastPkts: 4
    InOctets: 10553590
    OutOctets: 236238178
    InMcastOctets: 49532
    OutMcastOctets: 210440880
    InBcastOctets: 196
    OutBcastOctets: 196
    InNoECTPkts: 37272
    InECT0Pkts: 3
    InCEPkts: 15


** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e30] (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device [1043:836d]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] (rev 03) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:836d]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at dc00 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e33] (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device [1043:836d]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fea00000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>

00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device [1043:840b]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 42
	Region 0: Memory at fe9f8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 1 [8086:27d0] (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: dde00000-ddffffff
	Prefetchable memory behind bridge: 00000000f4000000-00000000f41fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 2 [8086:27d2] (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: feb00000-febfffff
	Prefetchable memory behind bridge: 00000000f4200000-00000000f43fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 01) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at d400 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 [8086:27c9] (rev 01) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at d480 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 [8086:27ca] (rev 01) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at d800 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.3 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 [8086:27cb] (rev 01) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 16
	Region 4: I/O ports at d880 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller [8086:27cc] (rev 01) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard [1043:8179]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fe9f7c00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev e1) (prog-if 01 [Subtractive decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge [8086:27b8] (rev 01)
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:8179]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 01) (prog-if 8a [Master SecP PriP])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:8179]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374
	Region 4: I/O ports at ffa0 [size=16]
	Kernel driver in use: ata_piix

00:1f.2 IDE interface [0101]: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] [8086:27c0] (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard [1043:8179]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 22
	Region 0: I/O ports at d080 [size=8]
	Region 1: I/O ports at d000 [size=4]
	Region 2: I/O ports at cc00 [size=8]
	Region 3: I/O ports at c880 [size=4]
	Region 4: I/O ports at c800 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

01:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet [1969:1026] (rev b0)
	Subsystem: ASUSTeK Computer Inc. P5KPL-CM Motherboard [1043:8304]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at febc0000 (64-bit, non-prefetchable) [size=256K]
	Region 2: I/O ports at ec00 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: ATL1E


** USB devices:
Bus 004 Device 002: ID 059b:0370 Iomega Corp. 
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 046d:c313 Logitech, Inc. Internet 350 Keyboard
Bus 003 Device 002: ID 047d:2048 Kensington Orbit Trackball with Scroll Ring
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel Mouse
Bus 002 Device 003: ID 03f0:0d17 Hewlett-Packard LaserJet 1012
Bus 002 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.16-2-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.53
ii  initramfs-tools [linux-initramfs-tool]  0.116
ii  kmod                                    18-3
ii  linux-base                              3.5
ii  module-init-tools                       18-3

Versions of packages linux-image-3.16-2-amd64 recommends:
ii  firmware-linux-free  3.3

Versions of packages linux-image-3.16-2-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  extlinux                3:6.03~pre20+dfsg-4
ii  grub-pc                 2.00-22
pn  linux-doc-3.16          <none>

Versions of packages linux-image-3.16-2-amd64 is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
pn  firmware-linux-nonfree  <none>
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-3.16-2-amd64/postinst/mips-initrd-3.16-2-amd64:
  linux-image-3.16-2-amd64/prerm/removing-running-kernel-3.16-2-amd64: true
  linux-image-3.16-2-amd64/postinst/depmod-error-initrd-3.16-2-amd64: false


Reply to: