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

Bug#672967: marked as done (xserver-xorg-core: xserver reports [mi] EQ overflowing issue post xserver-xorg-core update with NV driver)



Your message dated Tue, 15 May 2012 21:22:48 +0200
with message-id <20120515192248.GB31090@radis.cristau.org>
and subject line Re: Bug#672967: xserver-xorg-core: xserver reports [mi] EQ overflowing issue post xserver-xorg-core update with NV driver
has caused the Debian Bug report #672967,
regarding xserver-xorg-core: xserver reports [mi] EQ overflowing issue post xserver-xorg-core update with NV driver
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
672967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672967
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.12.1-2
Severity: important

Dear Maintainer,

after apt-get update && apt-get upgrade on testing, X has become increasingly
unresponsive to various mouse click inputs;   mostly shows up with interaction
with google-chrome when opening or closing a new tab.  entire X instance will
wedge for 5-30 seconds when this occurs.    

was not using DKMS for nvidia driver install;   occured when using a previously
known good NV release (295.20); attempted usage of 260.1929, 295.20, 295.33,
and 302.07 NV drivers with no change in behaviour.   system is on stable, but
pulled in updated xorg-core (and associated support libs) from unstable to
validate against Xorg 1.12.1.   previous nv pkgs had pinned the kernel image to
3.0.0 (-1?), removed and updated to 3.2.0-2 as suggested by a coworker with the
same video card running debian testing (he also manually installed NV drivers
without m-a/dkms)

the stack trace seems to be a quite commonly reporeted issue;  updated to -dbg
to get symbols, and it seems something funny is going on deep in the NV
driver's call to gettimeofday.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Dec 24  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2085616 May  6 20:17 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 1610 May 14 18:01 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerFlags"
	Option	"Xinerama" "1"
	Option	"AllowEmptyInput" "True"
EndSection

#Section "Extensions"
#    Option             "Composite" "Disable"
#EndSection

Section "InputClass"
	Identifier "trackball"
	MatchProduct "Kensington      Kensington Expert Mouse"
	MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	#Screen      0  "Screen0" 1200 250 
	#Screen      1  "Screen1" 0 0
	Screen      0  "Screen0" 0 250 
	Screen      1  "Screen1" 2560 0 
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

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

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	BusID       "PCI:1:0:0"
        Screen 0
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nvidia"
	BusID       "PCI:1:0:0"
        Screen 1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	Option "AddARGBGLXVisuals" "True"
	Option "TwinView" "0"
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	DefaultDepth 24
	Option "AddARGBGLXVisuals" "True"
    	Option         "Rotate" "left"
    	Option         "TwinView" "0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


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

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

Kernel version (/proc/version):
-------------------------------
Linux version 3.2.0-2-amd64 (Debian 3.2.16-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Mon Apr 30 05:20:23 UTC 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 31575 May 14 20:20 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 35237.483] 
X.Org X Server 1.12.1
Release Date: 2012-04-13
[ 35237.483] X Protocol Version 11, Revision 0
[ 35237.483] Build Operating System: Linux 3.2.0-2-amd64 x86_64 Debian
[ 35237.483] Current Operating System: Linux prometheus 3.2.0-2-amd64 #1 SMP Mon Apr 30 05:20:23 UTC 2012 x86_64
[ 35237.483] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 root=UUID=4546b8d1-400b-4ef8-8a75-1817d6ef6015 ro quiet
[ 35237.483] Build Date: 07 May 2012  12:15:23AM
[ 35237.483] xorg-server 2:1.12.1-2 (Cyril Brulebois <kibi@debian.org>) 
[ 35237.483] Current version of pixman: 0.24.4
[ 35237.483] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 35237.483] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 35237.484] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 14 20:17:42 2012
[ 35237.484] (==) Using config file: "/etc/X11/xorg.conf"
[ 35237.484] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 35237.484] (==) ServerLayout "X.org Configured"
[ 35237.484] (**) |-->Screen "Screen0" (0)
[ 35237.484] (**) |   |-->Monitor "Monitor0"
[ 35237.484] (**) |   |-->Device "Card0"
[ 35237.484] (**) |-->Screen "Screen1" (1)
[ 35237.484] (**) |   |-->Monitor "Monitor1"
[ 35237.484] (**) |   |-->Device "Card1"
[ 35237.484] (**) Option "Xinerama" "1"
[ 35237.484] (==) Automatically adding devices
[ 35237.484] (==) Automatically enabling devices
[ 35237.484] (**) Xinerama: enabled
[ 35237.484] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 35237.485] 	Entry deleted from font path.
[ 35237.485] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[ 35237.485] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 35237.485] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 35237.485] (II) Loader magic: 0x7f31fc7c7ae0
[ 35237.485] (II) Module ABI versions:
[ 35237.485] 	X.Org ANSI C Emulation: 0.4
[ 35237.485] 	X.Org Video Driver: 12.0
[ 35237.485] 	X.Org XInput driver : 16.0
[ 35237.485] 	X.Org Server Extension : 6.0
[ 35237.485] (--) PCI:*(0:1:0:0) 10de:0de1:19da:2199 rev 161, Mem @ 0xf2000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/524288
[ 35237.485] (II) Open ACPI successful (/var/run/acpid.socket)
[ 35237.485] (II) LoadModule: "extmod"
[ 35237.486] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 35237.486] (II) Module extmod: vendor="X.Org Foundation"
[ 35237.486] 	compiled for 1.12.1, module version = 1.0.0
[ 35237.486] 	Module class: X.Org Server Extension
[ 35237.486] 	ABI class: X.Org Server Extension, version 6.0
[ 35237.486] (II) Loading extension SELinux
[ 35237.486] (II) Loading extension MIT-SCREEN-SAVER
[ 35237.486] (II) Loading extension XFree86-VidModeExtension
[ 35237.486] (II) Loading extension XFree86-DGA
[ 35237.486] (II) Loading extension DPMS
[ 35237.486] (II) Loading extension XVideo
[ 35237.486] (II) Loading extension XVideo-MotionCompensation
[ 35237.486] (II) Loading extension X-Resource
[ 35237.486] (II) LoadModule: "dbe"
[ 35237.486] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 35237.487] (II) Module dbe: vendor="X.Org Foundation"
[ 35237.487] 	compiled for 1.12.1, module version = 1.0.0
[ 35237.487] 	Module class: X.Org Server Extension
[ 35237.487] 	ABI class: X.Org Server Extension, version 6.0
[ 35237.487] (II) Loading extension DOUBLE-BUFFER
[ 35237.487] (II) LoadModule: "glx"
[ 35237.487] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 35237.498] (II) Module glx: vendor="NVIDIA Corporation"
[ 35237.498] 	compiled for 4.0.2, module version = 1.0.0
[ 35237.498] 	Module class: X.Org Server Extension
[ 35237.498] (II) NVIDIA GLX Module  295.20  Mon Feb  6 21:28:16 PST 2012
[ 35237.498] (II) Loading extension GLX
[ 35237.498] (II) LoadModule: "record"
[ 35237.498] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 35237.498] (II) Module record: vendor="X.Org Foundation"
[ 35237.498] 	compiled for 1.12.1, module version = 1.13.0
[ 35237.498] 	Module class: X.Org Server Extension
[ 35237.498] 	ABI class: X.Org Server Extension, version 6.0
[ 35237.498] (II) Loading extension RECORD
[ 35237.498] (II) LoadModule: "dri"
[ 35237.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 35237.499] (II) Module dri: vendor="X.Org Foundation"
[ 35237.499] 	compiled for 1.12.1, module version = 1.0.0
[ 35237.499] 	ABI class: X.Org Server Extension, version 6.0
[ 35237.499] (II) Loading extension XFree86-DRI
[ 35237.499] (II) LoadModule: "dri2"
[ 35237.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 35237.499] (II) Module dri2: vendor="X.Org Foundation"
[ 35237.499] 	compiled for 1.12.1, module version = 1.2.0
[ 35237.499] 	ABI class: X.Org Server Extension, version 6.0
[ 35237.499] (II) Loading extension DRI2
[ 35237.499] (II) LoadModule: "nvidia"
[ 35237.499] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 35237.500] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 35237.500] 	compiled for 4.0.2, module version = 1.0.0
[ 35237.500] 	Module class: X.Org Video Driver
[ 35237.500] (II) NVIDIA dlloader X Driver  295.20  Mon Feb  6 21:09:10 PST 2012
[ 35237.500] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 35237.500] (++) using VT number 7

[ 35237.509] (II) Loading sub module "fb"
[ 35237.509] (II) LoadModule: "fb"
[ 35237.509] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 35237.510] (II) Module fb: vendor="X.Org Foundation"
[ 35237.510] 	compiled for 1.12.1, module version = 1.0.0
[ 35237.510] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 35237.510] (II) Loading sub module "wfb"
[ 35237.510] (II) LoadModule: "wfb"
[ 35237.510] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 35237.510] (II) Module wfb: vendor="X.Org Foundation"
[ 35237.510] 	compiled for 1.12.1, module version = 1.0.0
[ 35237.510] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 35237.510] (II) Loading sub module "ramdac"
[ 35237.510] (II) LoadModule: "ramdac"
[ 35237.510] (II) Module "ramdac" already built-in
[ 35237.510] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[ 35237.510] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[ 35237.510] (WW) NVIDIA:     to load, but may behave strangely.
[ 35237.510] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[ 35237.510] (WW) NVIDIA:     X server.
[ 35237.510] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 35237.510] (==) NVIDIA(0): RGB weight 888
[ 35237.510] (==) NVIDIA(0): Default visual is TrueColor
[ 35237.510] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 35237.510] (**) NVIDIA(0): Option "TwinView" "0"
[ 35237.510] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
[ 35237.510] (**) NVIDIA(0): Enabling 2D acceleration
[ 35238.096] (II) NVIDIA(GPU-0): Display (DELL3007WFPHC (DFP-0)) does not support NVIDIA 3D
[ 35238.096] (II) NVIDIA(GPU-0):     Vision stereo.
[ 35238.129] (II) NVIDIA(GPU-0): Display (DELL 2407WFP (DFP-1)) does not support NVIDIA 3D
[ 35238.129] (II) NVIDIA(GPU-0):     Vision stereo.
[ 35238.131] (II) NVIDIA(0): NVIDIA GPU GeForce GT 430 (GF108) at PCI:1:0:0 (GPU-0)
[ 35238.131] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 35238.131] (--) NVIDIA(0): VideoBIOS: 70.08.29.00.00
[ 35238.131] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 35238.131] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 35238.131] (--) NVIDIA(0): Connected display device(s) on GeForce GT 430 at PCI:1:0:0
[ 35238.131] (--) NVIDIA(0):     DELL3007WFPHC (DFP-0)
[ 35238.131] (--) NVIDIA(0):     DELL 2407WFP (DFP-1)
[ 35238.131] (--) NVIDIA(0): DELL3007WFPHC (DFP-0): 330.0 MHz maximum pixel clock
[ 35238.131] (--) NVIDIA(0): DELL3007WFPHC (DFP-0): Internal Dual Link TMDS
[ 35238.131] (--) NVIDIA(0): DELL 2407WFP (DFP-1): 330.0 MHz maximum pixel clock
[ 35238.131] (--) NVIDIA(0): DELL 2407WFP (DFP-1): Internal Dual Link TMDS
[ 35238.167] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 35238.168] (**) NVIDIA(0):     device DELL3007WFPHC (DFP-0) (Using EDID frequencies has
[ 35238.168] (**) NVIDIA(0):     been enabled on all display devices.)
[ 35238.190] (II) NVIDIA(0): Assigned Display Device: DFP-0
[ 35238.190] (==) NVIDIA(0): 
[ 35238.190] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 35238.190] (==) NVIDIA(0):     will be used as the requested mode.
[ 35238.190] (==) NVIDIA(0): 
[ 35238.190] (II) NVIDIA(0): Validated modes:
[ 35238.190] (II) NVIDIA(0):     "nvidia-auto-select"
[ 35238.190] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1600
[ 35238.227] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[ 35238.228] (--) NVIDIA(0):     option
[ 35238.228] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
[ 35238.228] (WW) NVIDIA(0):     Xinerama extension.
[ 35238.228] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
[ 35238.228] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 35238.228] (==) NVIDIA(1): RGB weight 888
[ 35238.228] (==) NVIDIA(1): Default visual is TrueColor
[ 35238.228] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 35238.228] (**) NVIDIA(1): Option "TwinView" "0"
[ 35238.228] (**) NVIDIA(1): Option "Rotate" "left"
[ 35238.228] (**) NVIDIA(1): Option "AddARGBGLXVisuals" "True"
[ 35238.228] (**) NVIDIA(1): Using static 90-degree counterclockwise screen rotation.
[ 35238.228] (II) NVIDIA(1): NVIDIA GPU GeForce GT 430 (GF108) at PCI:1:0:0 (GPU-0)
[ 35238.228] (--) NVIDIA(1): Memory: 1048576 kBytes
[ 35238.228] (--) NVIDIA(1): VideoBIOS: 70.08.29.00.00
[ 35238.228] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 35238.228] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
[ 35238.228] (--) NVIDIA(1): Connected display device(s) on GeForce GT 430 at PCI:1:0:0
[ 35238.228] (--) NVIDIA(1):     DELL3007WFPHC (DFP-0)
[ 35238.228] (--) NVIDIA(1):     DELL 2407WFP (DFP-1)
[ 35238.228] (--) NVIDIA(1): DELL3007WFPHC (DFP-0): 330.0 MHz maximum pixel clock
[ 35238.228] (--) NVIDIA(1): DELL3007WFPHC (DFP-0): Internal Dual Link TMDS
[ 35238.228] (--) NVIDIA(1): DELL 2407WFP (DFP-1): 330.0 MHz maximum pixel clock
[ 35238.228] (--) NVIDIA(1): DELL 2407WFP (DFP-1): Internal Dual Link TMDS
[ 35238.263] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
[ 35238.263] (**) NVIDIA(1):     device DELL 2407WFP (DFP-1) (Using EDID frequencies has
[ 35238.263] (**) NVIDIA(1):     been enabled on all display devices.)
[ 35238.289] (II) NVIDIA(1): Assigned Display Device: DFP-1
[ 35238.289] (==) NVIDIA(1): 
[ 35238.289] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[ 35238.289] (==) NVIDIA(1):     will be used as the requested mode.
[ 35238.289] (==) NVIDIA(1): 
[ 35238.289] (II) NVIDIA(1): Validated modes:
[ 35238.289] (II) NVIDIA(1):     "nvidia-auto-select"
[ 35238.289] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1200
[ 35238.293] (WW) NVIDIA(1): Cannot find size of first mode for DELL3007WFPHC (DFP-0);
[ 35238.294] (WW) NVIDIA(1):     cannot compute DPI from DELL3007WFPHC (DFP-0)'s EDID.
[ 35238.294] (==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
[ 35238.294] (II) NVIDIA(1): The RandR extension is not compatible with the Rotate option. 
[ 35238.294] (II) NVIDIA(1):     Disabling RandR.
[ 35238.294] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
[ 35238.294] (WW) NVIDIA(1):     Xinerama extension.
[ 35238.294] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
[ 35238.294] (--) Depth 24 pixmap format is 32 bpp
[ 35238.294] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 35238.294] (II) NVIDIA:     access.
[ 35238.298] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 35238.328] (II) Loading extension NV-GLX
[ 35238.380] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 35238.380] (==) NVIDIA(0): Backing store disabled
[ 35238.380] (==) NVIDIA(0): Silken mouse enabled
[ 35238.380] (==) NVIDIA(0): DPMS enabled
[ 35238.380] (II) Loading extension NV-CONTROL
[ 35238.380] (II) Loading sub module "dri2"
[ 35238.380] (II) LoadModule: "dri2"
[ 35238.380] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 35238.380] (II) Module dri2: vendor="X.Org Foundation"
[ 35238.380] 	compiled for 1.12.1, module version = 1.2.0
[ 35238.380] 	ABI class: X.Org Server Extension, version 6.0
[ 35238.380] (II) NVIDIA(0): [DRI2] Setup complete
[ 35238.380] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 35238.380] (--) RandR disabled
[ 35238.383] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
[ 35238.493] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 35238.493] (==) NVIDIA(1): Backing store disabled
[ 35238.493] (==) NVIDIA(1): Silken mouse enabled
[ 35238.493] (==) NVIDIA(1): DPMS enabled
[ 35238.493] (II) Loading sub module "dri2"
[ 35238.493] (II) LoadModule: "dri2"
[ 35238.494] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 35238.494] (II) Module dri2: vendor="X.Org Foundation"
[ 35238.494] 	compiled for 1.12.1, module version = 1.2.0
[ 35238.494] 	ABI class: X.Org Server Extension, version 6.0
[ 35238.494] (II) NVIDIA(1): [DRI2] Setup complete
[ 35238.494] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[ 35238.494] (--) RandR disabled
[ 35238.494] (II) Initializing built-in extension Generic Event Extension
[ 35238.494] (II) Initializing built-in extension SHAPE
[ 35238.494] (II) Initializing built-in extension MIT-SHM
[ 35238.494] (II) Initializing built-in extension XInputExtension
[ 35238.494] (II) Initializing built-in extension XTEST
[ 35238.494] (II) Initializing built-in extension BIG-REQUESTS
[ 35238.494] (II) Initializing built-in extension SYNC
[ 35238.494] (II) Initializing built-in extension XKEYBOARD
[ 35238.494] (II) Initializing built-in extension XC-MISC
[ 35238.494] (II) Initializing built-in extension SECURITY
[ 35238.494] (II) Initializing built-in extension XINERAMA
[ 35238.494] (II) Initializing built-in extension XFIXES
[ 35238.494] (II) Initializing built-in extension RENDER
[ 35238.494] (II) Initializing built-in extension RANDR
[ 35238.494] (II) Initializing built-in extension COMPOSITE
[ 35238.494] (II) Initializing built-in extension DAMAGE
[ 35238.494] (II) SELinux: Disabled on system
[ 35238.494] (II) Initializing extension GLX
[ 35238.547] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[ 35238.547] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 35238.547] (II) LoadModule: "evdev"
[ 35238.548] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35238.548] (II) Module evdev: vendor="X.Org Foundation"
[ 35238.548] 	compiled for 1.12.1, module version = 2.7.0
[ 35238.548] 	Module class: X.Org XInput Driver
[ 35238.548] 	ABI class: X.Org XInput driver, version 16.0
[ 35238.548] (II) Using input driver 'evdev' for 'Power Button'
[ 35238.548] (**) Power Button: always reports core events
[ 35238.548] (**) evdev: Power Button: Device: "/dev/input/event7"
[ 35238.548] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 35238.548] (--) evdev: Power Button: Found keys
[ 35238.548] (II) evdev: Power Button: Configuring as keyboard
[ 35238.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7"
[ 35238.548] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 35238.548] (**) Option "xkb_rules" "evdev"
[ 35238.548] (**) Option "xkb_model" "pc105"
[ 35238.548] (**) Option "xkb_layout" "us"
[ 35238.549] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[ 35238.549] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 35238.549] (II) Using input driver 'evdev' for 'Sleep Button'
[ 35238.549] (**) Sleep Button: always reports core events
[ 35238.549] (**) evdev: Sleep Button: Device: "/dev/input/event6"
[ 35238.549] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 35238.549] (--) evdev: Sleep Button: Found keys
[ 35238.549] (II) evdev: Sleep Button: Configuring as keyboard
[ 35238.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6/event6"
[ 35238.549] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[ 35238.549] (**) Option "xkb_rules" "evdev"
[ 35238.549] (**) Option "xkb_model" "pc105"
[ 35238.549] (**) Option "xkb_layout" "us"
[ 35238.550] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 35238.550] (II) No input driver specified, ignoring this device.
[ 35238.550] (II) This device may have been added with another device file.
[ 35238.550] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 35238.550] (II) No input driver specified, ignoring this device.
[ 35238.550] (II) This device may have been added with another device file.
[ 35238.550] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event8)
[ 35238.550] (II) No input driver specified, ignoring this device.
[ 35238.550] (II) This device may have been added with another device file.
[ 35238.550] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[ 35238.550] (II) No input driver specified, ignoring this device.
[ 35238.550] (II) This device may have been added with another device file.
[ 35238.551] (II) config/udev: Adding input device Kensington      Kensington Expert Mouse (/dev/input/event0)
[ 35238.551] (**) Kensington      Kensington Expert Mouse: Applying InputClass "Kensington"
[ 35238.551] (**) Kensington      Kensington Expert Mouse: Applying InputClass "evdev pointer catchall"
[ 35238.551] (**) Kensington      Kensington Expert Mouse: Applying InputClass "trackball"
[ 35238.551] (II) Using input driver 'evdev' for 'Kensington      Kensington Expert Mouse'
[ 35238.551] (**) Kensington      Kensington Expert Mouse: always reports core events
[ 35238.551] (**) evdev: Kensington      Kensington Expert Mouse: Device: "/dev/input/event0"
[ 35238.551] (--) evdev: Kensington      Kensington Expert Mouse: Vendor 0x47d Product 0x1020
[ 35238.551] (--) evdev: Kensington      Kensington Expert Mouse: Found 8 mouse buttons
[ 35238.551] (--) evdev: Kensington      Kensington Expert Mouse: Found scroll wheel(s)
[ 35238.551] (--) evdev: Kensington      Kensington Expert Mouse: Found relative axes
[ 35238.551] (--) evdev: Kensington      Kensington Expert Mouse: Found x and y relative axes
[ 35238.551] (II) evdev: Kensington      Kensington Expert Mouse: Configuring as mouse
[ 35238.551] (II) evdev: Kensington      Kensington Expert Mouse: Adding scrollwheel support
[ 35238.551] (**) evdev: Kensington      Kensington Expert Mouse: YAxisMapping: buttons 4 and 5
[ 35238.551] (**) evdev: Kensington      Kensington Expert Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 35238.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input0/event0"
[ 35238.551] (II) XINPUT: Adding extended input device "Kensington      Kensington Expert Mouse" (type: MOUSE, id 8)
[ 35238.551] (II) evdev: Kensington      Kensington Expert Mouse: initialized for relative axes.
[ 35238.551] (**) Kensington      Kensington Expert Mouse: (accel) keeping acceleration scheme 1
[ 35238.552] (**) Option "ConstantDeceleration" "4"
[ 35238.552] (**) Kensington      Kensington Expert Mouse: (accel) constant deceleration by 4.0
[ 35238.552] (**) Option "AdaptiveDeceleration" "2"
[ 35238.552] (**) Kensington      Kensington Expert Mouse: (accel) adaptive deceleration by 2.0
[ 35238.552] (**) Option "AccelerationProfile" "5"
[ 35238.552] (**) Kensington      Kensington Expert Mouse: (accel) acceleration profile 5
[ 35238.552] (**) Option "VelocityScale" "1"
[ 35238.552] (**) Kensington      Kensington Expert Mouse: (accel) acceleration factor: 2.000
[ 35238.552] (**) Kensington      Kensington Expert Mouse: (accel) acceleration threshold: 4
[ 35238.552] (II) config/udev: Adding input device Kensington      Kensington Expert Mouse (/dev/input/mouse0)
[ 35238.552] (II) No input driver specified, ignoring this device.
[ 35238.552] (II) This device may have been added with another device file.
[ 35238.552] (II) config/udev: Adding input device Saitek Cyborg R.A.T.7 Mouse (/dev/input/event1)
[ 35238.552] (**) Saitek Cyborg R.A.T.7 Mouse: Applying InputClass "Saitek"
[ 35238.552] (**) Saitek Cyborg R.A.T.7 Mouse: Applying InputClass "evdev pointer catchall"
[ 35238.552] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.7 Mouse'
[ 35238.552] (**) Saitek Cyborg R.A.T.7 Mouse: always reports core events
[ 35238.552] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: Device: "/dev/input/event1"
[ 35238.553] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: ButtonMapping '1 2 3 4 5 0 0 8 9 7 6 10 0 0 0 0 0 0 0 0 0'
[ 35238.553] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Vendor 0x6a3 Product 0xccb
[ 35238.553] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found 17 mouse buttons
[ 35238.553] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found scroll wheel(s)
[ 35238.553] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found relative axes
[ 35238.553] (--) evdev: Saitek Cyborg R.A.T.7 Mouse: Found x and y relative axes
[ 35238.553] (II) evdev: Saitek Cyborg R.A.T.7 Mouse: Configuring as mouse
[ 35238.553] (II) evdev: Saitek Cyborg R.A.T.7 Mouse: Adding scrollwheel support
[ 35238.553] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: YAxisMapping: buttons 4 and 5
[ 35238.553] (**) evdev: Saitek Cyborg R.A.T.7 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 35238.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1/event1"
[ 35238.553] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.7 Mouse" (type: MOUSE, id 9)
[ 35238.553] (II) evdev: Saitek Cyborg R.A.T.7 Mouse: initialized for relative axes.
[ 35238.553] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) keeping acceleration scheme 1
[ 35238.553] (**) Option "ConstantDeceleration" "8"
[ 35238.553] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) constant deceleration by 8.0
[ 35238.553] (**) Option "AdaptiveDeceleration" "5"
[ 35238.553] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) adaptive deceleration by 5.0
[ 35238.553] (**) Option "AccelerationProfile" "2"
[ 35238.553] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) acceleration profile 2
[ 35238.553] (**) Option "VelocityScale" "1"
[ 35238.553] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) acceleration factor: 2.000
[ 35238.553] (**) Saitek Cyborg R.A.T.7 Mouse: (accel) acceleration threshold: 4
[ 35238.553] (II) config/udev: Adding input device Saitek Cyborg R.A.T.7 Mouse (/dev/input/mouse1)
[ 35238.554] (II) No input driver specified, ignoring this device.
[ 35238.554] (II) This device may have been added with another device file.
[ 35238.554] (II) config/udev: Adding input device Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball (/dev/input/event2)
[ 35238.554] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Applying InputClass "evdev keyboard catchall"
[ 35238.554] (II) Using input driver 'evdev' for 'Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball'
[ 35238.554] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: always reports core events
[ 35238.554] (**) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Device: "/dev/input/event2"
[ 35238.554] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Vendor 0x17f6 Product 0x1109
[ 35238.554] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found keys
[ 35238.554] (II) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Configuring as keyboard
[ 35238.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.0/input/input13/event2"
[ 35238.554] (II) XINPUT: Adding extended input device "Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball" (type: KEYBOARD, id 10)
[ 35238.554] (**) Option "xkb_rules" "evdev"
[ 35238.554] (**) Option "xkb_model" "pc105"
[ 35238.554] (**) Option "xkb_layout" "us"
[ 35238.555] (II) config/udev: Adding input device Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball (/dev/input/event3)
[ 35238.555] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Applying InputClass "evdev pointer catchall"
[ 35238.555] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Applying InputClass "evdev keyboard catchall"
[ 35238.555] (II) Using input driver 'evdev' for 'Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball'
[ 35238.555] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: always reports core events
[ 35238.555] (**) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Device: "/dev/input/event3"
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Vendor 0x17f6 Product 0x1109
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found 3 mouse buttons
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found scroll wheel(s)
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found relative axes
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found x and y relative axes
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found absolute axes
[ 35238.555] (II) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Forcing absolute x/y axes to exist.
[ 35238.555] (--) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Found keys
[ 35238.555] (II) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Configuring as mouse
[ 35238.555] (II) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Configuring as keyboard
[ 35238.555] (II) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: Adding scrollwheel support
[ 35238.555] (**) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: YAxisMapping: buttons 4 and 5
[ 35238.555] (**) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 35238.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14/event3"
[ 35238.555] (II) XINPUT: Adding extended input device "Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball" (type: KEYBOARD, id 11)
[ 35238.555] (**) Option "xkb_rules" "evdev"
[ 35238.555] (**) Option "xkb_model" "pc105"
[ 35238.555] (**) Option "xkb_layout" "us"
[ 35238.555] (II) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: initialized for relative axes.
[ 35238.555] (WW) evdev: Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: ignoring absolute axes.
[ 35238.556] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: (accel) keeping acceleration scheme 1
[ 35238.556] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: (accel) acceleration profile 0
[ 35238.556] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: (accel) acceleration factor: 2.000
[ 35238.556] (**) Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball: (accel) acceleration threshold: 4
[ 35238.556] (II) config/udev: Adding input device Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball (/dev/input/mouse2)
[ 35238.556] (II) No input driver specified, ignoring this device.
[ 35238.556] (II) This device may have been added with another device file.
[ 35238.557] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event12)
[ 35238.557] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 35238.557] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 35238.557] (**) ACPI Virtual Keyboard Device: always reports core events
[ 35238.557] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event12"
[ 35238.557] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 35238.557] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[ 35238.557] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 35238.557] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event12"
[ 35238.557] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 12)
[ 35238.557] (**) Option "xkb_rules" "evdev"
[ 35238.557] (**) Option "xkb_model" "pc105"
[ 35238.557] (**) Option "xkb_layout" "us"
[ 35297.255] [mi] Increasing EQ size to 512 to prevent dropped events.
[ 35303.409] [mi] EQ overflowing.  Additional events will be discarded until existing events are processed.
[ 35303.409] 
[ 35303.409] Backtrace:
[ 35303.409] 0: /usr/bin/X (xorg_backtrace+0x34) [0x7f31fc55dce4]
[ 35303.410] 1: /usr/bin/X (mieqEnqueue+0x263) [0x7f31fc53e373]
[ 35303.410] 2: /usr/bin/X (0x7f31fc3d5000+0x669d4) [0x7f31fc43b9d4]
[ 35303.410] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f31f44e7000+0x55d8) [0x7f31f44ec5d8]
[ 35303.410] 4: /usr/bin/X (0x7f31fc3d5000+0x8ed67) [0x7f31fc463d67]
[ 35303.410] 5: /usr/bin/X (0x7f31fc3d5000+0xb465e) [0x7f31fc48965e]
[ 35303.410] 6: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f31fb6fd000+0xf030) [0x7f31fb70c030]
[ 35303.410] 7: (vdso) (0x7fff6ffff000+0x70c) [0x7fff6ffff70c]
[ 35303.410] 8: (vdso) (0x7fff6ffff000+0x7e5) [0x7fff6ffff7e5]
[ 35303.410] 9: (vdso) (__vdso_gettimeofday+0x2b) [0x7fff6ffffa1b]
[ 35303.410] 10: /lib/x86_64-linux-gnu/libc.so.6 (__gettimeofday+0x1a) [0x7f31fa4a2baa]
[ 35303.410] 11: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f31f4fce000+0x8e995) [0x7f31f505c995]
[ 35303.410] 12: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f31f4fce000+0x10850e) [0x7f31f50d650e]
[ 35303.410] 13: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f31f4fce000+0x532b62) [0x7f31f5500b62]
[ 35303.410] 14: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f31f4fce000+0x532e4f) [0x7f31f5500e4f]
[ 35303.410] 15: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f31f4fce000+0x521e9b) [0x7f31f54efe9b]
[ 35303.410] 16: /usr/bin/X (0x7f31fc3d5000+0x117384) [0x7f31fc4ec384]
[ 35303.410] 17: /usr/bin/X (miGlyphs+0x408) [0x7f31fc4da8c8]
[ 35303.410] 18: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f31f4fce000+0x522c59) [0x7f31f54f0c59]
[ 35303.410] 19: /usr/bin/X (0x7f31fc3d5000+0x11757f) [0x7f31fc4ec57f]
[ 35303.410] 20: /usr/bin/X (0x7f31fc3d5000+0x111327) [0x7f31fc4e6327]
[ 35303.410] 21: /usr/bin/X (0x7f31fc3d5000+0x10d589) [0x7f31fc4e2589]
[ 35303.410] 22: /usr/bin/X (0x7f31fc3d5000+0x52aa1) [0x7f31fc427aa1]
[ 35303.410] 23: /usr/bin/X (0x7f31fc3d5000+0x41a2a) [0x7f31fc416a2a]
[ 35303.410] 24: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f31fa426ead]
[ 35303.410] 25: /usr/bin/X (0x7f31fc3d5000+0x41d1d) [0x7f31fc416d1d]
[ 35303.410] 
[ 35303.410] [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
[ 35303.410] [mi] mieq is *NOT* the cause.  It is a victim.
[ 35304.113] [mi] Increasing EQ size to 1024 to prevent dropped events.
[ 35304.113] [mi] EQ processing has resumed after 7 dropped events.
[ 35304.113] [mi] This may be caused my a misbehaving driver monopolizing the server's resources.
[ 35405.243] [mi] Increasing EQ size to 2048 to prevent dropped events.

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7
N: input/event7
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7
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=71
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=13427999
E: XKBLAYOUT=us
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=13457455
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: NAME="HDA NVidia HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=100
E: UDEV_LOG=3
E: USEC_INITIALIZED=14417038

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10/event10
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=14418319

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: NAME="HDA NVidia HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=100
E: UDEV_LOG=3
E: USEC_INITIALIZED=14417193

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11/event11
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=14419054

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: NAME="HDA NVidia HDMI/DP,pcm=9"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=100
E: UDEV_LOG=3
E: USEC_INITIALIZED=14417096

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8/event8
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=14419049

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: NAME="HDA NVidia HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=100
E: UDEV_LOG=3
E: USEC_INITIALIZED=14416985

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9/event9
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=14419083

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

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input0/event0
N: input/event0
S: input/by-id/usb-Kensington_Kensington_Expert_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.5:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Kensington_Kensington_Expert_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.5:1.0-event-mouse
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input0/event0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Expert_Mouse
E: ID_MODEL_ENC=Kensington\x20Expert\x20Mouse
E: ID_MODEL_ID=1020
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.5:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_5_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kensington_Kensington_Expert_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kensington
E: ID_VENDOR_ENC=Kensington\x20\x20\x20\x20\x20
E: ID_VENDOR_ID=047d
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=13430402

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input0/mouse0
N: input/mouse0
S: input/by-id/usb-Kensington_Kensington_Expert_Mouse-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.5:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Kensington_Kensington_Expert_Mouse-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.5:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input0/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Kensington_Expert_Mouse
E: ID_MODEL_ENC=Kensington\x20Expert\x20Mouse
E: ID_MODEL_ID=1020
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.5:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_5_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kensington_Kensington_Expert_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kensington
E: ID_VENDOR_ENC=Kensington\x20\x20\x20\x20\x20
E: ID_VENDOR_ID=047d
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=13429798

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1
E: EV=17
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Cyborg_R.A.T.7_Mouse
E: ID_MODEL_ENC=Cyborg\x20R.A.T.7\x20Mouse
E: ID_MODEL_ID=0ccb
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_REVISION=0190
E: ID_SERIAL=Saitek_Cyborg_R.A.T.7_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Saitek
E: ID_VENDOR_ENC=Saitek
E: ID_VENDOR_ID=06a3
E: KEY=1fff0000 0 0 0 0
E: MODALIAS=input:b0003v06A3p0CCBe0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Saitek Cyborg R.A.T.7 Mouse"
E: PHYS="usb-0000:00:1a.0-1.6/input0"
E: PRODUCT=3/6a3/ccb/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=13428577

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-Saitek_Cyborg_R.A.T.7_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Saitek_Cyborg_R.A.T.7_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Cyborg_R.A.T.7_Mouse
E: ID_MODEL_ENC=Cyborg\x20R.A.T.7\x20Mouse
E: ID_MODEL_ID=0ccb
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_REVISION=0190
E: ID_SERIAL=Saitek_Cyborg_R.A.T.7_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Saitek
E: ID_VENDOR_ENC=Saitek
E: ID_VENDOR_ID=06a3
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=13431520

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1/mouse1
N: input/mouse1
S: input/by-id/usb-Saitek_Cyborg_R.A.T.7_Mouse-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Saitek_Cyborg_R.A.T.7_Mouse-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input1/mouse1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Cyborg_R.A.T.7_Mouse
E: ID_MODEL_ENC=Cyborg\x20R.A.T.7\x20Mouse
E: ID_MODEL_ID=0ccb
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_REVISION=0190
E: ID_SERIAL=Saitek_Cyborg_R.A.T.7_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Saitek
E: ID_VENDOR_ENC=Saitek
E: ID_VENDOR_ID=06a3
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=13431037

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.0/input/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.0/input/input13
E: EV=120013
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Ruffian_v2.7_Keyboard_w__Trackball
E: ID_MODEL_ENC=Ruffian\x20v2.7\x20Keyboard\x20w\x2f\x20Trackball
E: ID_MODEL_ID=1109
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_2_1_0
E: ID_REVISION=0270
E: ID_SERIAL=Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456
E: ID_SERIAL_SHORT=123456
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Unicomp_Inc.
E: ID_VENDOR_ENC=Unicomp\x20Inc.
E: ID_VENDOR_ID=17f6
E: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
E: LED=1f
E: MODALIAS=input:b0003v17F6p1109e0111-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,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: MSC=10
E: NAME="Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball"
E: PHYS="usb-0000:00:1d.0-1.2/input0"
E: PRODUCT=3/17f6/1109/111
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ="123456"
E: USEC_INITIALIZED=54349972

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.0/input/input13/event2
N: input/event2
S: input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:1.2:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.2:1.0-event-kbd
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.0/input/input13/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Ruffian_v2.7_Keyboard_w__Trackball
E: ID_MODEL_ENC=Ruffian\x20v2.7\x20Keyboard\x20w\x2f\x20Trackball
E: ID_MODEL_ID=1109
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_2_1_0
E: ID_REVISION=0270
E: ID_SERIAL=Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456
E: ID_SERIAL_SHORT=123456
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Unicomp_Inc.
E: ID_VENDOR_ENC=Unicomp\x20Inc.
E: ID_VENDOR_ID=17f6
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=54367050
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14
E: ABS=100000000
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14
E: EV=1f
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Ruffian_v2.7_Keyboard_w__Trackball
E: ID_MODEL_ENC=Ruffian\x20v2.7\x20Keyboard\x20w\x2f\x20Trackball
E: ID_MODEL_ID=1109
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_2_1_1
E: ID_REVISION=0270
E: ID_SERIAL=Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456
E: ID_SERIAL_SHORT=123456
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Unicomp_Inc.
E: ID_VENDOR_ENC=Unicomp\x20Inc.
E: ID_VENDOR_ID=17f6
E: KEY=4837fff072ff32d bf54444600000000 70001 20c100b17c000 267bfad941dfed 9e168000004400 10000002
E: MODALIAS=input:b0003v17F6p1109e0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E4,EA,EB,F1,100,110,111,112,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,198,199,19A,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1B0,1B1,1B7,1BA,r0,1,6,8,a20,m4,lsfw
E: MSC=10
E: NAME="Unicomp Inc. Ruffian v2.7 Keyboard w/ Trackball"
E: PHYS="usb-0000:00:1d.0-1.2/input1"
E: PRODUCT=3/17f6/1109/111
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ="123456"
E: USEC_INITIALIZED=54356416

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14/event3
N: input/event3
S: input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-event-mouse
S: input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-if01-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.2:1.1-event-mouse
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-event-mouse /dev/input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-if01-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.2:1.1-event-mouse
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14/event3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Ruffian_v2.7_Keyboard_w__Trackball
E: ID_MODEL_ENC=Ruffian\x20v2.7\x20Keyboard\x20w\x2f\x20Trackball
E: ID_MODEL_ID=1109
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_2_1_1
E: ID_REVISION=0270
E: ID_SERIAL=Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456
E: ID_SERIAL_SHORT=123456
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Unicomp_Inc.
E: ID_VENDOR_ENC=Unicomp\x20Inc.
E: ID_VENDOR_ID=17f6
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=54367517
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14/mouse2
N: input/mouse2
S: input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-if01-mouse
S: input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.2:1.1-mouse
E: DEVLINKS=/dev/input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-if01-mouse /dev/input/by-id/usb-Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.2:1.1-mouse
E: DEVNAME=/dev/input/mouse2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2:1.1/input/input14/mouse2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Ruffian_v2.7_Keyboard_w__Trackball
E: ID_MODEL_ENC=Ruffian\x20v2.7\x20Keyboard\x20w\x2f\x20Trackball
E: ID_MODEL_ID=1109
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.2:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_2_1_1
E: ID_REVISION=0270
E: ID_SERIAL=Unicomp_Inc._Ruffian_v2.7_Keyboard_w__Trackball_123456
E: ID_SERIAL_SHORT=123456
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Unicomp_Inc.
E: ID_VENDOR_ENC=Unicomp\x20Inc.
E: ID_VENDOR_ID=17f6
E: MAJOR=13
E: MINOR=34
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=54367531

P: /devices/virtual/input/input12
E: DEVPATH=/devices/virtual/input/input12
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe
E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw
E: NAME="ACPI Virtual Keyboard Device"
E: PRODUCT=3/0/0/4
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=39688429

P: /devices/virtual/input/input12/event12
N: input/event12
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/virtual/input/input12/event12
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=39689589
E: XKBLAYOUT=us
E: XKBMODEL=pc105


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    1.392783] Linux agpgart interface v0.103
[ 1377.035242] [drm] Initialized drm 1.1.0 20060810
[ 1580.341506] [drm] Module unloaded


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.76
ii  libaudit0               1:1.7.18-1.1
ii  libc6                   2.13-32
ii  libdrm2                 2.4.33-1
ii  libgcrypt11             1.5.0-3
ii  libpciaccess0           0.13.1-2
ii  libpixman-1-0           0.24.4-1
ii  libselinux1             2.1.9-2
ii  libudev0                175-3.1
ii  libxau6                 1:1.0.7-1
ii  libxdmcp6               1:1.1.1-1
ii  libxfont1               1:1.4.5-2
ii  udev                    175-3.1
ii  xserver-common          2:1.12.1-2

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

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi    1:1.0.3
ii  xfonts-75dpi     1:1.0.3
ii  xfonts-scalable  1:1.0.3-1

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mon, May 14, 2012 at 20:40:53 -0400, Alex wrote:

> Package: xserver-xorg-core
> Version: 2:1.12.1-2
> Severity: important
> 
> Dear Maintainer,
> 
> after apt-get update && apt-get upgrade on testing, X has become increasingly
> unresponsive to various mouse click inputs;   mostly shows up with interaction
> with google-chrome when opening or closing a new tab.  entire X instance will
> wedge for 5-30 seconds when this occurs.    
> 
We don't support the closed nvidia driver, sorry.

Cheers,
Julien


--- End Message ---

Reply to: