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

Bug#650124: xserver-xorg-input-evdev: one physical mouse clicks are resulting in multiple clicks in xorg



Package: xserver-xorg-input-evdev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Version: 1:2.6.0-3+b1
Severity: important

maybe because many evdev modules are loaded for the same device.

- -- Package-specific info:
X server symlink status:
- ------------------------
lrwxrwxrwx 1 root root 13 Jul 25  2010 /etc/X11/X -> /usr/bin/Xorg
- -rwxr-xr-x 1 root root 2056592 Nov  2 11:18 /usr/bin/Xorg

Diversions concerning libGL are in place
- ----------------------------------------
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
- ----------------------------------
03:00.0 VGA compatible controller [0300]: nVidia Corporation G80 [GeForce 8800 GTS] [10de:0193] (rev a2)

Xorg X server configuration file status:
- ----------------------------------------
- -rw-r--r-- 1 root root 5410 Nov 26 20:10 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
- -------------------------------
# xorg.conf.dpkg-new (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf.dpkg-new manual page.
# (Type "man xorg.conf.dpkg-new" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
#   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerFlags"
	Option		"BlankTime" "5"
	Option		"StandbyTime" "5"
	Option		"SuspendTime" "5"
	Option		"OffTime" "10"
EndSection

Section "Files"
#	FontPath	"unix/:7100"			# local font server
# 	if the local font server has problems, we can fall back on these
	FontPath	"/usr/local/share/fonts/OpenType"
	FontPath	"/usr/local/share/fonts/Type1"
     	FontPath	"/usr/local/share/fonts/TrueType"
	FontPath	"/usr/share/fonts/truetype/freefont"
        FontPath        "/usr/share/fonts/truetype/linux-libertine"
        FontPath        "/usr/share/fonts/truetype/msttcorefonts"
        FontPath        "/usr/share/fonts/truetype/openoffice"
        FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath        "/usr/share/fonts/truetype/ttf-dejavu"
        FontPath        "/usr/share/fonts/truetype/ttf-liberation"
        FontPath        "/usr/share/fonts/truetype/ttf-lyx"
        FontPath        "/usr/share/fonts/truetype/ttf-sil-gentium"
        FontPath        "/usr/share/fonts/truetype/ttf-sil-gentium-basic"
EndSection

Section "Module"
#	Load	"GLcore"		#Software OpenGL
#	Load	"dri"			#direct render
#	Load	"glx"			#gl extension
#	Load	"dbe" 			#double buffer extension
#	Load	"freetype"		#font
#	Load    "speedo"                #font
#	Load	"int10"			#real mode emulator used to softboot secondary vga cards
#	Load	"record"
#	Load	"vbe"			#VESA bios extension
EndSection

Section "InputDevice"
        Identifier      "Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
#        Option          "Name"          "Chicony  USB Keyboard"
#        Option          "Device"        "/dev/input/event4"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "se"
EndSection

Section "InputDevice"
        Identifier      "Mouse"
        Driver          "mouse"
        Option          "CorePointer"
#        Option          "Name"                  "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)"
#        Option          "Device"                "/dev/input/event3"
        Option          "Buttons"               "7"
EndSection

Section "Device"
	Identifier	"Nvidia"
	Driver		"nvidia"
	BusID		"PCI:3:0:0"
	Option		"NoLogo"		"true"
#	Option		"RenderAccel"		"false"
	Option		"TVStandard"		"PAL-B"
	Option		"TVOutFormat"		"SVIDEO"
	Option		"BackingStore"      	"true"
#	Option		"SilkenMouse"		"false"
EndSection

Section "Device"
	Identifier	"Nouveau"
	Driver		"nouveau"
EndSection

Section "Device"
	Identifier	"Nvidia TV"
	Driver		"nvidia"
	BusID		"PCI:3:0:0"
	Option		"NoLogo"		"true"
#	Option		"RenderAccel"		"false"
	Option		"TVStandard"		"PAL-B"
	Option		"TVOutFormat"		"SVIDEO"
	Option		"BackingStore"      	"true"
	Option		"ConnectedMonitor"	"TV"
EndSection

Section "Monitor"
	Identifier	"Eizo Flexscan T662-T"
	HorizSync	30-85
	VertRefresh	55-160
#	DisplaySize	305 229
#	Gamma		1.0 0.95 1.0
	Option		"DPMS"
#	ModeLine "1280x960" 129.6 1280 1336 1616 1728 960 962 974 1000 +hsync +vsync #75Hz
	ModeLine "1280x960" 146.88 1280 1336 1616 1728 960 962 974 1000 +hsync +vsync #85Hz
#	ModeLine "1152x864" 109.69 1152 1200 1440 1536 864 866 878 904 +hsync +vsync #79Hz
#	ModeLine "1024x768" 109.21 1024 1072 1312 1408 768 770 782 808 +hsync +vsync #96Hz
#	ModeLine "800x600" 94.61 800 840 1040 1120 600 602 614 640 +hsync +vsync #132Hz
#	ModeLine "640x480" 74.54 640 672 832 896 480 482 494 520 +hsync +vsync #160Hz
#	ModeLine "320x240" 20.07 320 336 416 448 240 242 254 280 +hsync +vsync #160Hz
EndSection

Section "Monitor"
	Identifier      "TV"
	HorizSync       30-50
	VertRefresh     50-60
#	Modeline "800x600" 31.15 800 824 904 1008 600 601 604 618 -hsync +vsync 
#	Modeline "640x480" 19.40 640 648 712 784 480 481 484 495 -hsync +vsync
EndSection

Section "Screen"
	Identifier	"Default Screen"
#	Device		"Nouveau"
	Device		"Nvidia"
	Monitor		"Eizo Flexscan T662-T"
	DefaultDepth	24
	SubSection "Display"
		Visual		"TrueColor"
		Depth		16
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Visual		"TrueColor"
		Depth		24
		Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier      "TV"
	Device          "Nvidia TV"
	Monitor         "TV"
	DefaultDepth    24
	SubSection "Display"
		Visual		"TrueColor"
		Depth		24
		Modes		"nvidia-auto-select"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen 		"Default Screen"
	InputDevice	"Keyboard"
	InputDevice	"Mouse"
EndSection

#Section "DRI"
#	Mode	0666
#EndSection

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

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

Kernel version (/proc/version):
- -------------------------------
Linux version 3.1.0-1-amd64 (Debian 3.1.1-1) (ben@decadent.org.uk) (gcc version 4.6.2 (Debian 4.6.2-4) ) #1 SMP Mon Nov 14 08:02:25 UTC 2011

Xorg X server log files on system:
- ----------------------------------
- -rw-r--r-- 1 root root 20356 Nov 26 20:12 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
- ---------------------------------------------------------------------
[1047961.045] 
X.Org X Server 1.11.1.902 (1.11.2 RC 2)
Release Date: 2011-10-28
[1047961.046] X Protocol Version 11, Revision 0
[1047961.046] Build Operating System: Linux 3.1.0-rc4-amd64 x86_64 Debian
[1047961.046] Current Operating System: Linux streamdredger 3.1.0-1-amd64 #1 SMP Mon Nov 14 08:02:25 UTC 2011 x86_64
[1047961.046] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 root=UUID=e1d15f24-54a7-4fdf-b89d-7a6511cbb7cd ro drm_kms_helper.poll=0
[1047961.047] Build Date: 02 November 2011  10:15:50AM
[1047961.047] xorg-server 2:1.11.1.902-1 (Cyril Brulebois <kibi@debian.org>) 
[1047961.047] Current version of pixman: 0.24.0
[1047961.047] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[1047961.048] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[1047961.049] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 26 20:12:00 2011
[1047961.049] (==) Using config file: "/etc/X11/xorg.conf"
[1047961.049] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[1047961.050] (==) ServerLayout "Default Layout"
[1047961.050] (**) |-->Screen "Default Screen" (0)
[1047961.050] (**) |   |-->Monitor "Eizo Flexscan T662-T"
[1047961.051] (**) |   |-->Device "Nvidia"
[1047961.051] (**) |-->Input Device "Keyboard"
[1047961.051] (**) |-->Input Device "Mouse"
[1047961.051] (**) Option "BlankTime" "5"
[1047961.051] (**) Option "StandbyTime" "5"
[1047961.051] (**) Option "SuspendTime" "5"
[1047961.051] (**) Option "OffTime" "10"
[1047961.051] (==) Automatically adding devices
[1047961.051] (==) Automatically enabling devices
[1047961.051] (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts/Type1".
[1047961.051] 	Entry deleted from font path.
[1047961.051] 	(Run 'mkfontdir' on "/usr/local/share/fonts/Type1").
[1047961.051] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[1047961.052] 	Entry deleted from font path.
[1047961.052] (**) FontPath set to:
	/usr/local/share/fonts/OpenType,
	/usr/local/share/fonts/TrueType,
	/usr/share/fonts/truetype/freefont,
	/usr/share/fonts/truetype/linux-libertine,
	/usr/share/fonts/truetype/msttcorefonts,
	/usr/share/fonts/truetype/openoffice,
	/usr/share/fonts/truetype/ttf-bitstream-vera,
	/usr/share/fonts/truetype/ttf-dejavu,
	/usr/share/fonts/truetype/ttf-liberation,
	/usr/share/fonts/truetype/ttf-lyx,
	/usr/share/fonts/truetype/ttf-sil-gentium,
	/usr/share/fonts/truetype/ttf-sil-gentium-basic,
	/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
[1047961.052] (==) ModulePath set to "/usr/lib/xorg/modules"
[1047961.052] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[1047961.052] (WW) Disabling Keyboard
[1047961.052] (WW) Disabling Mouse
[1047961.052] (II) Loader magic: 0x7f1735155ae0
[1047961.052] (II) Module ABI versions:
[1047961.052] 	X.Org ANSI C Emulation: 0.4
[1047961.052] 	X.Org Video Driver: 11.0
[1047961.052] 	X.Org XInput driver : 13.0
[1047961.052] 	X.Org Server Extension : 6.0
[1047961.053] (--) PCI:*(0:3:0:0) 10de:0193:10de:0421 rev 162, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x00008c00/128, BIOS @ 0x????????/131072
[1047961.054] (II) Open ACPI successful (/var/run/acpid.socket)
[1047961.054] (II) "extmod" will be loaded by default.
[1047961.054] (II) "dbe" will be loaded by default.
[1047961.054] (II) "glx" will be loaded by default.
[1047961.054] (II) "record" will be loaded by default.
[1047961.054] (II) "dri" will be loaded by default.
[1047961.054] (II) "dri2" will be loaded by default.
[1047961.054] (II) LoadModule: "extmod"
[1047961.055] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[1047961.056] (II) Module extmod: vendor="X.Org Foundation"
[1047961.056] 	compiled for 1.11.1.902, module version = 1.0.0
[1047961.056] 	Module class: X.Org Server Extension
[1047961.056] 	ABI class: X.Org Server Extension, version 6.0
[1047961.056] (II) Loading extension SELinux
[1047961.056] (II) Loading extension MIT-SCREEN-SAVER
[1047961.056] (II) Loading extension XFree86-VidModeExtension
[1047961.056] (II) Loading extension XFree86-DGA
[1047961.056] (II) Loading extension DPMS
[1047961.056] (II) Loading extension XVideo
[1047961.056] (II) Loading extension XVideo-MotionCompensation
[1047961.056] (II) Loading extension X-Resource
[1047961.056] (II) LoadModule: "dbe"
[1047961.057] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[1047961.057] (II) Module dbe: vendor="X.Org Foundation"
[1047961.057] 	compiled for 1.11.1.902, module version = 1.0.0
[1047961.057] 	Module class: X.Org Server Extension
[1047961.057] 	ABI class: X.Org Server Extension, version 6.0
[1047961.057] (II) Loading extension DOUBLE-BUFFER
[1047961.057] (II) LoadModule: "glx"
[1047961.057] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[1047961.097] (II) Module glx: vendor="NVIDIA Corporation"
[1047961.097] 	compiled for 4.0.2, module version = 1.0.0
[1047961.097] 	Module class: X.Org Server Extension
[1047961.097] (II) NVIDIA GLX Module  290.10  Wed Nov 16 18:01:24 PST 2011
[1047961.097] (II) Loading extension GLX
[1047961.097] (II) LoadModule: "record"
[1047961.098] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[1047961.098] (II) Module record: vendor="X.Org Foundation"
[1047961.098] 	compiled for 1.11.1.902, module version = 1.13.0
[1047961.098] 	Module class: X.Org Server Extension
[1047961.098] 	ABI class: X.Org Server Extension, version 6.0
[1047961.098] (II) Loading extension RECORD
[1047961.098] (II) LoadModule: "dri"
[1047961.099] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[1047961.099] (II) Module dri: vendor="X.Org Foundation"
[1047961.099] 	compiled for 1.11.1.902, module version = 1.0.0
[1047961.099] 	ABI class: X.Org Server Extension, version 6.0
[1047961.099] (II) Loading extension XFree86-DRI
[1047961.099] (II) LoadModule: "dri2"
[1047961.100] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[1047961.100] (II) Module dri2: vendor="X.Org Foundation"
[1047961.100] 	compiled for 1.11.1.902, module version = 1.2.0
[1047961.100] 	ABI class: X.Org Server Extension, version 6.0
[1047961.100] (II) Loading extension DRI2
[1047961.100] (II) LoadModule: "nvidia"
[1047961.100] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[1047961.102] (II) Module nvidia: vendor="NVIDIA Corporation"
[1047961.102] 	compiled for 4.0.2, module version = 1.0.0
[1047961.102] 	Module class: X.Org Video Driver
[1047961.102] (II) NVIDIA dlloader X Driver  290.10  Wed Nov 16 17:41:10 PST 2011
[1047961.102] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[1047961.102] (--) using VT number 7

[1047961.116] (II) Loading sub module "fb"
[1047961.116] (II) LoadModule: "fb"
[1047961.116] (II) Loading /usr/lib/xorg/modules/libfb.so
[1047961.117] (II) Module fb: vendor="X.Org Foundation"
[1047961.117] 	compiled for 1.11.1.902, module version = 1.0.0
[1047961.117] 	ABI class: X.Org ANSI C Emulation, version 0.4
[1047961.117] (II) Loading sub module "wfb"
[1047961.117] (II) LoadModule: "wfb"
[1047961.117] (II) Loading /usr/lib/xorg/modules/libwfb.so
[1047961.118] (II) Module wfb: vendor="X.Org Foundation"
[1047961.118] 	compiled for 1.11.1.902, module version = 1.0.0
[1047961.118] 	ABI class: X.Org ANSI C Emulation, version 0.4
[1047961.118] (II) Loading sub module "ramdac"
[1047961.118] (II) LoadModule: "ramdac"
[1047961.118] (II) Module "ramdac" already built-in
[1047961.118] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[1047961.118] (II) Loading /usr/lib/xorg/modules/libwfb.so
[1047961.118] (II) Loading /usr/lib/xorg/modules/libfb.so
[1047961.118] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[1047961.118] (==) NVIDIA(0): RGB weight 888
[1047961.118] (**) NVIDIA(0): Default visual is TrueColor
[1047961.119] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[1047961.119] (**) NVIDIA(0): Option "NoLogo" "true"
[1047961.119] (**) NVIDIA(0): Option "TVStandard" "PAL-B"
[1047961.119] (**) NVIDIA(0): Option "TVOutFormat" "SVIDEO"
[1047961.119] (**) NVIDIA(0): Forcing SVIDEO output
[1047961.119] (**) NVIDIA(0): TV Standard string: "PAL-B"
[1047961.119] (**) NVIDIA(0): Enabling 2D acceleration
[1047962.624] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[1047962.627] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTS (G80) at PCI:3:0:0 (GPU-0)
[1047962.627] (--) NVIDIA(0): Memory: 655360 kBytes
[1047962.627] (--) NVIDIA(0): VideoBIOS: 60.80.13.00.16
[1047962.627] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[1047962.627] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[1047962.627] (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GTS at PCI:3:0:0
[1047962.627] (--) NVIDIA(0):     CRT-1
[1047962.627] (--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
[1047962.627] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[1047962.627] (--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
[1047962.627] (--) NVIDIA(0): TV encoder: NVIDIA
[1047962.679] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[1047962.679] (**) NVIDIA(0):     enabled on all display devices.
[1047962.689] (II) NVIDIA(0): Assigned Display Device: CRT-1
[1047962.689] (II) NVIDIA(0): Validated modes:
[1047962.689] (II) NVIDIA(0):     "1280x960"
[1047962.689] (II) NVIDIA(0):     "1152x864"
[1047962.689] (II) NVIDIA(0):     "1024x768"
[1047962.689] (II) NVIDIA(0):     "800x600"
[1047962.689] (II) NVIDIA(0):     "640x480"
[1047962.689] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 960
[1047962.717] (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
[1047962.717] (--) Depth 24 pixmap format is 32 bpp
[1047962.717] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[1047962.722] (II) NVIDIA(0): Setting mode "1280x960"
[1047962.738] (II) Loading extension NV-GLX
[1047962.767] (==) NVIDIA(0): Disabling shared memory pixmaps
[1047962.767] (**) NVIDIA(0): Option "BackingStore" "true"
[1047962.768] (**) NVIDIA(0): Backing store enabled
[1047962.768] (==) NVIDIA(0): Silken mouse enabled
[1047962.768] (**) NVIDIA(0): DPMS enabled
[1047962.768] (II) Loading extension NV-CONTROL
[1047962.768] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[1047962.768] (WW) NVIDIA(0):     such display device could be found, or all display devices
[1047962.768] (WW) NVIDIA(0):     by that name are currently unavailable.
[1047962.768] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[1047962.768] (WW) NVIDIA(0):     display device could be found, or all display devices by
[1047962.768] (WW) NVIDIA(0):     that name are currently unavailable.
[1047962.768] (II) Loading extension XINERAMA
[1047962.768] (II) Loading sub module "dri2"
[1047962.768] (II) LoadModule: "dri2"
[1047962.769] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[1047962.769] (II) Module dri2: vendor="X.Org Foundation"
[1047962.769] 	compiled for 1.11.1.902, module version = 1.2.0
[1047962.769] 	ABI class: X.Org Server Extension, version 6.0
[1047962.769] (II) NVIDIA(0): [DRI2] Setup complete
[1047962.769] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[1047962.769] (==) RandR enabled
[1047962.769] (II) Initializing built-in extension Generic Event Extension
[1047962.769] (II) Initializing built-in extension SHAPE
[1047962.769] (II) Initializing built-in extension MIT-SHM
[1047962.769] (II) Initializing built-in extension XInputExtension
[1047962.769] (II) Initializing built-in extension XTEST
[1047962.769] (II) Initializing built-in extension BIG-REQUESTS
[1047962.769] (II) Initializing built-in extension SYNC
[1047962.769] (II) Initializing built-in extension XKEYBOARD
[1047962.769] (II) Initializing built-in extension XC-MISC
[1047962.769] (II) Initializing built-in extension SECURITY
[1047962.769] (II) Initializing built-in extension XINERAMA
[1047962.769] (II) Initializing built-in extension XFIXES
[1047962.769] (II) Initializing built-in extension RENDER
[1047962.769] (II) Initializing built-in extension RANDR
[1047962.769] (II) Initializing built-in extension COMPOSITE
[1047962.769] (II) Initializing built-in extension DAMAGE
[1047962.769] (II) SELinux: Disabled on system
[1047962.771] (II) Initializing extension GLX
[1047962.829] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[1047962.829] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[1047962.829] (II) LoadModule: "evdev"
[1047962.829] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.829] (II) Module evdev: vendor="X.Org Foundation"
[1047962.829] 	compiled for 1.10.99.901, module version = 2.6.0
[1047962.829] 	Module class: X.Org XInput Driver
[1047962.829] 	ABI class: X.Org XInput driver, version 13.0
[1047962.829] (II) Using input driver 'evdev' for 'Power Button'
[1047962.829] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.829] (**) Power Button: always reports core events
[1047962.829] (**) Power Button: Device: "/dev/input/event1"
[1047962.829] (--) Power Button: Found keys
[1047962.829] (II) Power Button: Configuring as keyboard
[1047962.829] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[1047962.830] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[1047962.830] (**) Option "xkb_rules" "evdev"
[1047962.830] (**) Option "xkb_model" "pc105"
[1047962.830] (**) Option "xkb_layout" "se"
[1047962.853] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[1047962.853] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[1047962.853] (II) Using input driver 'evdev' for 'Power Button'
[1047962.853] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.853] (**) Power Button: always reports core events
[1047962.853] (**) Power Button: Device: "/dev/input/event0"
[1047962.853] (--) Power Button: Found keys
[1047962.853] (II) Power Button: Configuring as keyboard
[1047962.853] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[1047962.853] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[1047962.853] (**) Option "xkb_rules" "evdev"
[1047962.853] (**) Option "xkb_model" "pc105"
[1047962.853] (**) Option "xkb_layout" "se"
[1047962.854] (II) config/udev: Adding input device Chicony  USB Keyboard (/dev/input/event4)
[1047962.854] (**) Chicony  USB Keyboard: Applying InputClass "evdev keyboard catchall"
[1047962.854] (II) Using input driver 'evdev' for 'Chicony  USB Keyboard'
[1047962.854] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.854] (**) Chicony  USB Keyboard: always reports core events
[1047962.854] (**) Chicony  USB Keyboard: Device: "/dev/input/event4"
[1047962.854] (--) Chicony  USB Keyboard: Found keys
[1047962.854] (II) Chicony  USB Keyboard: Configuring as keyboard
[1047962.854] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input4/event4"
[1047962.854] (II) XINPUT: Adding extended input device "Chicony  USB Keyboard" (type: KEYBOARD, id 8)
[1047962.854] (**) Option "xkb_rules" "evdev"
[1047962.854] (**) Option "xkb_model" "pc105"
[1047962.854] (**) Option "xkb_layout" "se"
[1047962.854] (II) config/udev: Adding input device Chicony  USB Keyboard (/dev/input/event5)
[1047962.854] (**) Chicony  USB Keyboard: Applying InputClass "evdev keyboard catchall"
[1047962.854] (II) Using input driver 'evdev' for 'Chicony  USB Keyboard'
[1047962.854] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.854] (**) Chicony  USB Keyboard: always reports core events
[1047962.855] (**) Chicony  USB Keyboard: Device: "/dev/input/event5"
[1047962.855] (--) Chicony  USB Keyboard: Found keys
[1047962.855] (II) Chicony  USB Keyboard: Configuring as keyboard
[1047962.855] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input5/event5"
[1047962.855] (II) XINPUT: Adding extended input device "Chicony  USB Keyboard" (type: KEYBOARD, id 9)
[1047962.855] (**) Option "xkb_rules" "evdev"
[1047962.855] (**) Option "xkb_model" "pc105"
[1047962.855] (**) Option "xkb_layout" "se"
[1047962.855] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event3)
[1047962.855] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[1047962.855] (II) Using input driver 'evdev' for 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)'
[1047962.855] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.855] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
[1047962.855] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event3"
[1047962.855] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
[1047962.855] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
[1047962.855] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
[1047962.855] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
[1047962.855] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
[1047962.855] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support
[1047962.855] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
[1047962.855] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[1047962.855] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3/event3"
[1047962.855] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
[1047962.855] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
[1047962.856] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
[1047962.856] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
[1047962.856] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[1047962.856] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[1047962.856] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[1047962.856] (II) No input driver/identifier specified (ignoring)
[1047962.856] (II) config/udev: Adding input device Trust 2MP Auto Focus Webcam  (/dev/input/event6)
[1047962.856] (**) Trust 2MP Auto Focus Webcam : Applying InputClass "evdev keyboard catchall"
[1047962.856] (II) Using input driver 'evdev' for 'Trust 2MP Auto Focus Webcam '
[1047962.856] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[1047962.856] (**) Trust 2MP Auto Focus Webcam : always reports core events
[1047962.856] (**) Trust 2MP Auto Focus Webcam : Device: "/dev/input/event6"
[1047962.856] (--) Trust 2MP Auto Focus Webcam : Found keys
[1047962.856] (II) Trust 2MP Auto Focus Webcam : Configuring as keyboard
[1047962.856] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input6/event6"
[1047962.856] (II) XINPUT: Adding extended input device "Trust 2MP Auto Focus Webcam " (type: KEYBOARD, id 11)
[1047962.856] (**) Option "xkb_rules" "evdev"
[1047962.856] (**) Option "xkb_model" "pc105"
[1047962.856] (**) Option "xkb_layout" "se"
[1047962.857] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[1047962.857] (II) No input driver/identifier specified (ignoring)
[1047962.857] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[1047962.857] (II) No input driver/identifier specified (ignoring)

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5319385
E: XKBLAYOUT=se
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5493232
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input4
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input4
E: EV=120013
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=0024
E: ID_PATH=pci-0000:00:02.0-usb-0:10:1.0
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_10_1_0
E: ID_REVISION=0390
E: ID_SERIAL=Chicony_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony\x20
E: ID_VENDOR_ID=04d9
E: KEY=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0003v04D9p0024e0110-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,sfw
E: MSC=10
E: NAME="Chicony  USB Keyboard"
E: PHYS="usb-0000:00:02.0-10/input0"
E: PRODUCT=3/4d9/24/110
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=7078891

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input4/event4
N: input/event4
S: input/by-id/usb-Chicony_USB_Keyboard-event-kbd
S: input/by-path/pci-0000:00:02.0-usb-0:10:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Chicony_USB_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:02.0-usb-0:10:1.0-event-kbd
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input4/event4
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=0024
E: ID_PATH=pci-0000:00:02.0-usb-0:10:1.0
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_10_1_0
E: ID_REVISION=0390
E: ID_SERIAL=Chicony_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony\x20
E: ID_VENDOR_ID=04d9
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7085286
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input5
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input5
E: EV=13
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=0024
E: ID_PATH=pci-0000:00:02.0-usb-0:10:1.1
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_10_1_1
E: ID_REVISION=0390
E: ID_SERIAL=Chicony_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony\x20
E: ID_VENDOR_ID=04d9
E: KEY=300a000002000 0 0 78002044000 603878d801d6e9 1e000000000000 0
E: MODALIAS=input:b0003v04D9p0024e0110-e0,1,4,k71,72,73,74,80,83,85,86,87,89,8A,8C,8E,8F,90,9B,9C,9E,9F,A3,A4,A5,A6,AB,AC,AD,B5,B6,CE,D2,D9,E7,E8,E9,EA,18D,1A5,1A7,1B0,1B1,ram4,lsfw
E: MSC=10
E: NAME="Chicony  USB Keyboard"
E: PHYS="usb-0000:00:02.0-10/input1"
E: PRODUCT=3/4d9/24/110
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=7078745

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input5/event5
N: input/event5
S: input/by-id/usb-Chicony_USB_Keyboard-event-if01
S: input/by-path/pci-0000:00:02.0-usb-0:10:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Chicony_USB_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:02.0-usb-0:10:1.1-event
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input5/event5
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=0024
E: ID_PATH=pci-0000:00:02.0-usb-0:10:1.1
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_10_1_1
E: ID_REVISION=0390
E: ID_SERIAL=Chicony_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Chicony
E: ID_VENDOR_ENC=Chicony\x20
E: ID_VENDOR_ID=04d9
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7084216
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3
E: EV=17
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Microsoft_5-Button_Mouse_with_IntelliEye_TM_
E: ID_MODEL_ENC=Microsoft\x205-Button\x20Mouse\x20with\x20IntelliEye\x28TM\x29
E: ID_MODEL_ID=0047
E: ID_PATH=pci-0000:00:02.0-usb-0:4:1.0
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_4_1_0
E: ID_REVISION=0300
E: ID_SERIAL=Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: KEY=1f0000 0 0 0 0
E: MODALIAS=input:b0003v045Ep0047e0110-e0,1,2,4,k110,111,112,113,114,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)"
E: PHYS="usb-0000:00:02.0-4/input0"
E: PRODUCT=3/45e/47/110
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=6806135

P: /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3/event3
N: input/event3
S: input/by-id/usb-Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_-event-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:4:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_-event-mouse /dev/input/by-path/pci-0000:00:02.0-usb-0:4:1.0-event-mouse
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3/event3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Microsoft_5-Button_Mouse_with_IntelliEye_TM_
E: ID_MODEL_ENC=Microsoft\x205-Button\x20Mouse\x20with\x20IntelliEye\x28TM\x29
E: ID_MODEL_ID=0047
E: ID_PATH=pci-0000:00:02.0-usb-0:4:1.0
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_4_1_0
E: ID_REVISION=0300
E: ID_SERIAL=Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6813768

P: /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3/mouse0
N: input/mouse0
S: input/by-id/usb-Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:4:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_-mouse /dev/input/by-path/pci-0000:00:02.0-usb-0:4:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input3/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Microsoft_5-Button_Mouse_with_IntelliEye_TM_
E: ID_MODEL_ENC=Microsoft\x205-Button\x20Mouse\x20with\x20IntelliEye\x28TM\x29
E: ID_MODEL_ID=0047
E: ID_PATH=pci-0000:00:02.0-usb-0:4:1.0
E: ID_PATH_TAG=pci-0000_00_02_0-usb-0_4_1_0
E: ID_REVISION=0300
E: ID_SERIAL=Microsoft_Microsoft_5-Button_Mouse_with_IntelliEye_TM_
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Microsoft
E: ID_VENDOR_ENC=Microsoft
E: ID_VENDOR_ID=045e
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6812205

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input6
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input6
E: EV=3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Trust_2MP_Auto_Focus_Webcam
E: ID_MODEL_ENC=Trust\x202MP\x20Auto\x20Focus\x20Webcam\x20
E: ID_MODEL_ID=015b
E: ID_PATH=pci-0000:00:02.1-usb-0:3:1.0
E: ID_PATH_TAG=pci-0000_00_02_1-usb-0_3_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Trust_Trust_2MP_Auto_Focus_Webcam
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Trust
E: ID_VENDOR_ENC=Trust\x20
E: ID_VENDOR_ID=145f
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v145Fp015Be0100-e0,1,kD4,ramlsfw
E: NAME="Trust 2MP Auto Focus Webcam "
E: PHYS="usb-0000:00:02.1-3/button"
E: PRODUCT=3/145f/15b/100
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7188594

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input6/event6
N: input/event6
S: input/by-id/usb-Trust_Trust_2MP_Auto_Focus_Webcam-event-if00
S: input/by-path/pci-0000:00:02.1-usb-0:3:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Trust_Trust_2MP_Auto_Focus_Webcam-event-if00 /dev/input/by-path/pci-0000:00:02.1-usb-0:3:1.0-event
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input6/event6
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Trust_2MP_Auto_Focus_Webcam
E: ID_MODEL_ENC=Trust\x202MP\x20Auto\x20Focus\x20Webcam\x20
E: ID_MODEL_ID=015b
E: ID_PATH=pci-0000:00:02.1-usb-0:3:1.0
E: ID_PATH_TAG=pci-0000_00_02_1-usb-0_3_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Trust_Trust_2MP_Auto_Focus_Webcam
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Trust
E: ID_VENDOR_ENC=Trust\x20
E: ID_VENDOR_ID=145f
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7193876
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:06.1/input/input7
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/input/input7
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:06.1
E: ID_PATH_TAG=pci-0000_00_06_1
E: MODALIAS=input:b0001v11D4p198Be0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/11d4/198b/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7852742

P: /devices/pci0000:00/0000:00:06.1/input/input7/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/input/input7/event7
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:06.1
E: ID_PATH_TAG=pci-0000_00_06_1
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7856405

P: /devices/platform/pcspkr/input/input2
E: DEVPATH=/devices/platform/pcspkr/input/input2
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PRODUCT=10/1f/1/100
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5492339

P: /devices/platform/pcspkr/input/input2/event2
N: input/event2
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/platform/pcspkr/input/input2/event2
E: DMI_VENDOR=System manufacturer
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5497101


DRM Information from dmesg:
- ---------------------------


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

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

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6                                  2.13-21       
ii  xserver-xorg-core [xorg-input-abi-13]  2:1.11.1.902-1

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7RO+oACgkQw5UvgfnzqGqxVACgq06Lh1F1uNn7tU3Gjs91hfL9
1+0An21nGEtXThk51vOszb1L5H0VBtMp
=HXAH
-----END PGP SIGNATURE-----



Reply to: