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

Bug#652542: xserver-xorg-input-evdev: problem with double clicks when doing single click



Package: xserver-xorg-input-evdev
Version: 1:2.6.0-3+b1
Severity: important

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

I have a problem with how the mouse behaves.
Once in a while do I get double clicks doing a single click.

- -- 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 Dec 10 22:57 /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 6170 Dec 12 17:55 /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"
	Option 		"AutoAddDevices" "false"
#	Option		"AllowEmptyInput" "false"
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"
        Driver          "evdev"
        Option          "CoreKeyboard"
        Option          "Name"          "Chicony  USB Keyboard"
        Option          "Device"        "/dev/input/event6"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "se"
EndSection

#Section "InputClass"
#        Identifier      "Keyboard"
#        MatchIsKeyboard "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver          "evdev"
#        Option          "XkbRules"      "xorg"
#        Option          "XkbModel"      "pc105"
#        Option          "XkbLayout"     "se"
#EndSection

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

#Section "InputClass"
#        Identifier      "Mouse"
#        MatchIsPointer  "on"
#        MatchDevicePath "/dev/input/event5"
#        Driver          "evdev"
#        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.5-1) (ben@decadent.org.uk) (gcc version 4.6.2 (Debian 4.6.2-7) ) #1 SMP Sun Dec 11 20:36:41 UTC 2011

Xorg X server log files on system:
- ----------------------------------
- -rw-r--r-- 1 root root 15811 Dec 18 13:13 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
- ---------------------------------------------------------------------
[503563.443] 
X.Org X Server 1.11.2.902 (1.11.3 RC 2)
Release Date: 2011-12-09
[503563.443] X Protocol Version 11, Revision 0
[503563.443] Build Operating System: Linux 3.1.0-1-amd64 x86_64 Debian
[503563.444] Current Operating System: Linux streamdredger 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64
[503563.444] 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
[503563.444] Build Date: 10 December 2011  09:55:45PM
[503563.444] xorg-server 2:1.11.2.902-1 (Cyril Brulebois <kibi@debian.org>) 
[503563.445] Current version of pixman: 0.24.0
[503563.445] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[503563.445] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[503563.446] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 18 13:13:03 2011
[503563.447] (==) Using config file: "/etc/X11/xorg.conf"
[503563.447] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[503563.448] (==) ServerLayout "Default Layout"
[503563.448] (**) |-->Screen "Default Screen" (0)
[503563.448] (**) |   |-->Monitor "Eizo Flexscan T662-T"
[503563.448] (**) |   |-->Device "Nvidia"
[503563.448] (**) |-->Input Device "Keyboard"
[503563.448] (**) |-->Input Device "Mouse"
[503563.448] (**) Option "BlankTime" "5"
[503563.448] (**) Option "StandbyTime" "5"
[503563.449] (**) Option "SuspendTime" "5"
[503563.449] (**) Option "OffTime" "10"
[503563.449] (**) Option "AutoAddDevices" "false"
[503563.449] (**) Not automatically adding devices
[503563.449] (==) Automatically enabling devices
[503563.449] (WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts/Type1".
[503563.449] 	Entry deleted from font path.
[503563.449] 	(Run 'mkfontdir' on "/usr/local/share/fonts/Type1").
[503563.449] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[503563.449] 	Entry deleted from font path.
[503563.449] (**) 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
[503563.449] (==) ModulePath set to "/usr/lib/xorg/modules"
[503563.449] (II) Loader magic: 0x7fcf4e3f4ae0
[503563.449] (II) Module ABI versions:
[503563.449] 	X.Org ANSI C Emulation: 0.4
[503563.450] 	X.Org Video Driver: 11.0
[503563.450] 	X.Org XInput driver : 13.0
[503563.450] 	X.Org Server Extension : 6.0
[503563.451] (--) 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
[503563.451] (II) Open ACPI successful (/var/run/acpid.socket)
[503563.451] (II) "extmod" will be loaded by default.
[503563.451] (II) "dbe" will be loaded by default.
[503563.452] (II) "glx" will be loaded by default.
[503563.452] (II) "record" will be loaded by default.
[503563.452] (II) "dri" will be loaded by default.
[503563.452] (II) "dri2" will be loaded by default.
[503563.452] (II) LoadModule: "extmod"
[503563.453] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[503563.453] (II) Module extmod: vendor="X.Org Foundation"
[503563.454] 	compiled for 1.11.2.902, module version = 1.0.0
[503563.454] 	Module class: X.Org Server Extension
[503563.454] 	ABI class: X.Org Server Extension, version 6.0
[503563.454] (II) Loading extension SELinux
[503563.454] (II) Loading extension MIT-SCREEN-SAVER
[503563.454] (II) Loading extension XFree86-VidModeExtension
[503563.454] (II) Loading extension XFree86-DGA
[503563.454] (II) Loading extension DPMS
[503563.454] (II) Loading extension XVideo
[503563.454] (II) Loading extension XVideo-MotionCompensation
[503563.454] (II) Loading extension X-Resource
[503563.454] (II) LoadModule: "dbe"
[503563.455] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[503563.455] (II) Module dbe: vendor="X.Org Foundation"
[503563.455] 	compiled for 1.11.2.902, module version = 1.0.0
[503563.455] 	Module class: X.Org Server Extension
[503563.455] 	ABI class: X.Org Server Extension, version 6.0
[503563.455] (II) Loading extension DOUBLE-BUFFER
[503563.455] (II) LoadModule: "glx"
[503563.455] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[503563.497] (II) Module glx: vendor="NVIDIA Corporation"
[503563.497] 	compiled for 4.0.2, module version = 1.0.0
[503563.497] 	Module class: X.Org Server Extension
[503563.497] (II) NVIDIA GLX Module  290.10  Wed Nov 16 18:01:24 PST 2011
[503563.497] (II) Loading extension GLX
[503563.497] (II) LoadModule: "record"
[503563.498] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[503563.498] (II) Module record: vendor="X.Org Foundation"
[503563.498] 	compiled for 1.11.2.902, module version = 1.13.0
[503563.498] 	Module class: X.Org Server Extension
[503563.498] 	ABI class: X.Org Server Extension, version 6.0
[503563.498] (II) Loading extension RECORD
[503563.498] (II) LoadModule: "dri"
[503563.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[503563.499] (II) Module dri: vendor="X.Org Foundation"
[503563.499] 	compiled for 1.11.2.902, module version = 1.0.0
[503563.499] 	ABI class: X.Org Server Extension, version 6.0
[503563.499] (II) Loading extension XFree86-DRI
[503563.499] (II) LoadModule: "dri2"
[503563.500] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[503563.500] (II) Module dri2: vendor="X.Org Foundation"
[503563.500] 	compiled for 1.11.2.902, module version = 1.2.0
[503563.500] 	ABI class: X.Org Server Extension, version 6.0
[503563.500] (II) Loading extension DRI2
[503563.500] (II) LoadModule: "nvidia"
[503563.500] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[503563.502] (II) Module nvidia: vendor="NVIDIA Corporation"
[503563.502] 	compiled for 4.0.2, module version = 1.0.0
[503563.502] 	Module class: X.Org Video Driver
[503563.503] (II) LoadModule: "evdev"
[503563.503] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[503563.503] (II) Module evdev: vendor="X.Org Foundation"
[503563.503] 	compiled for 1.10.99.901, module version = 2.6.0
[503563.503] 	Module class: X.Org XInput Driver
[503563.504] 	ABI class: X.Org XInput driver, version 13.0
[503563.504] (II) NVIDIA dlloader X Driver  290.10  Wed Nov 16 17:41:10 PST 2011
[503563.504] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[503563.504] (--) using VT number 7

[503563.517] (II) Loading sub module "fb"
[503563.517] (II) LoadModule: "fb"
[503563.517] (II) Loading /usr/lib/xorg/modules/libfb.so
[503563.518] (II) Module fb: vendor="X.Org Foundation"
[503563.518] 	compiled for 1.11.2.902, module version = 1.0.0
[503563.518] 	ABI class: X.Org ANSI C Emulation, version 0.4
[503563.518] (II) Loading sub module "wfb"
[503563.518] (II) LoadModule: "wfb"
[503563.518] (II) Loading /usr/lib/xorg/modules/libwfb.so
[503563.518] (II) Module wfb: vendor="X.Org Foundation"
[503563.518] 	compiled for 1.11.2.902, module version = 1.0.0
[503563.518] 	ABI class: X.Org ANSI C Emulation, version 0.4
[503563.519] (II) Loading sub module "ramdac"
[503563.519] (II) LoadModule: "ramdac"
[503563.519] (II) Module "ramdac" already built-in
[503563.519] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[503563.519] (II) Loading /usr/lib/xorg/modules/libwfb.so
[503563.519] (II) Loading /usr/lib/xorg/modules/libfb.so
[503563.519] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[503563.519] (==) NVIDIA(0): RGB weight 888
[503563.519] (**) NVIDIA(0): Default visual is TrueColor
[503563.519] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[503563.520] (**) NVIDIA(0): Option "NoLogo" "true"
[503563.520] (**) NVIDIA(0): Option "TVStandard" "PAL-B"
[503563.520] (**) NVIDIA(0): Option "TVOutFormat" "SVIDEO"
[503563.520] (**) NVIDIA(0): Forcing SVIDEO output
[503563.520] (**) NVIDIA(0): TV Standard string: "PAL-B"
[503563.520] (**) NVIDIA(0): Enabling 2D acceleration
[503565.129] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[503565.132] (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTS (G80) at PCI:3:0:0 (GPU-0)
[503565.132] (--) NVIDIA(0): Memory: 655360 kBytes
[503565.132] (--) NVIDIA(0): VideoBIOS: 60.80.13.00.16
[503565.132] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[503565.132] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[503565.132] (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GTS at PCI:3:0:0
[503565.132] (--) NVIDIA(0):     CRT-1
[503565.132] (--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
[503565.132] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[503565.132] (--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
[503565.132] (--) NVIDIA(0): TV encoder: NVIDIA
[503565.183] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[503565.183] (**) NVIDIA(0):     enabled on all display devices.
[503565.194] (II) NVIDIA(0): Assigned Display Device: CRT-1
[503565.194] (II) NVIDIA(0): Validated modes:
[503565.194] (II) NVIDIA(0):     "1280x960"
[503565.194] (II) NVIDIA(0):     "1152x864"
[503565.194] (II) NVIDIA(0):     "1024x768"
[503565.194] (II) NVIDIA(0):     "800x600"
[503565.194] (II) NVIDIA(0):     "640x480"
[503565.194] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 960
[503565.221] (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
[503565.221] (--) Depth 24 pixmap format is 32 bpp
[503565.221] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[503565.227] (II) NVIDIA(0): Setting mode "1280x960"
[503565.242] (II) Loading extension NV-GLX
[503565.272] (==) NVIDIA(0): Disabling shared memory pixmaps
[503565.272] (**) NVIDIA(0): Option "BackingStore" "true"
[503565.272] (**) NVIDIA(0): Backing store enabled
[503565.272] (==) NVIDIA(0): Silken mouse enabled
[503565.272] (**) NVIDIA(0): DPMS enabled
[503565.272] (II) Loading extension NV-CONTROL
[503565.273] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "DFP", but no
[503565.273] (WW) NVIDIA(0):     such display device could be found, or all display devices
[503565.273] (WW) NVIDIA(0):     by that name are currently unavailable.
[503565.273] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[503565.273] (WW) NVIDIA(0):     display device could be found, or all display devices by
[503565.273] (WW) NVIDIA(0):     that name are currently unavailable.
[503565.273] (II) Loading extension XINERAMA
[503565.273] (II) Loading sub module "dri2"
[503565.273] (II) LoadModule: "dri2"
[503565.273] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[503565.273] (II) Module dri2: vendor="X.Org Foundation"
[503565.273] 	compiled for 1.11.2.902, module version = 1.2.0
[503565.273] 	ABI class: X.Org Server Extension, version 6.0
[503565.273] (II) NVIDIA(0): [DRI2] Setup complete
[503565.273] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[503565.273] (==) RandR enabled
[503565.273] (II) Initializing built-in extension Generic Event Extension
[503565.273] (II) Initializing built-in extension SHAPE
[503565.273] (II) Initializing built-in extension MIT-SHM
[503565.273] (II) Initializing built-in extension XInputExtension
[503565.273] (II) Initializing built-in extension XTEST
[503565.273] (II) Initializing built-in extension BIG-REQUESTS
[503565.273] (II) Initializing built-in extension SYNC
[503565.273] (II) Initializing built-in extension XKEYBOARD
[503565.273] (II) Initializing built-in extension XC-MISC
[503565.273] (II) Initializing built-in extension SECURITY
[503565.273] (II) Initializing built-in extension XINERAMA
[503565.273] (II) Initializing built-in extension XFIXES
[503565.273] (II) Initializing built-in extension RENDER
[503565.273] (II) Initializing built-in extension RANDR
[503565.273] (II) Initializing built-in extension COMPOSITE
[503565.273] (II) Initializing built-in extension DAMAGE
[503565.273] (II) SELinux: Disabled on system
[503565.275] (II) Initializing extension GLX
[503565.333] (II) Using input driver 'evdev' for 'Keyboard'
[503565.333] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[503565.333] (**) Option "CoreKeyboard"
[503565.333] (**) Keyboard: always reports core events
[503565.333] (**) Keyboard: Device: "/dev/input/event6"
[503565.333] (--) Keyboard: Found keys
[503565.333] (II) Keyboard: Configuring as keyboard
[503565.333] (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD, id 6)
[503565.333] (**) Option "xkb_rules" "evdev"
[503565.333] (**) Option "xkb_model" "pc105"
[503565.333] (**) Option "xkb_layout" "se"
[503565.357] (II) Using input driver 'evdev' for 'Mouse'
[503565.357] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[503565.357] (**) Option "CorePointer"
[503565.357] (**) Mouse: always reports core events
[503565.357] (**) Mouse: Device: "/dev/input/event4"
[503565.357] (--) Mouse: Found 9 mouse buttons
[503565.357] (--) Mouse: Found scroll wheel(s)
[503565.357] (--) Mouse: Found relative axes
[503565.357] (--) Mouse: Found x and y relative axes
[503565.357] (II) Mouse: Configuring as mouse
[503565.357] (II) Mouse: Adding scrollwheel support
[503565.357] (**) Option "Emulate3Buttons" "false"
[503565.357] (**) Mouse: YAxisMapping: buttons 4 and 5
[503565.357] (**) Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[503565.357] (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE, id 7)
[503565.357] (II) Mouse: initialized for relative axes.
[503565.357] (**) Mouse: (accel) keeping acceleration scheme 1
[503565.357] (**) Mouse: (accel) acceleration profile 0
[503565.357] (**) Mouse: (accel) acceleration factor: 2.000
[503565.357] (**) Mouse: (accel) acceleration threshold: 4
[503565.359] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[503565.359] (II) AutoAddDevices is off - not adding device.
[503565.359] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[503565.359] (II) AutoAddDevices is off - not adding device.
[503565.360] (II) config/udev: Adding input device Chicony  USB Keyboard (/dev/input/event6)
[503565.360] (II) AutoAddDevices is off - not adding device.
[503565.360] (II) config/udev: Adding input device Chicony  USB Keyboard (/dev/input/event7)
[503565.360] (II) AutoAddDevices is off - not adding device.
[503565.360] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event4)
[503565.360] (II) AutoAddDevices is off - not adding device.
[503565.360] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[503565.360] (II) AutoAddDevices is off - not adding device.
[503565.361] (II) config/udev: Adding input device Trust 2MP Auto Focus Webcam  (/dev/input/event3)
[503565.361] (II) AutoAddDevices is off - not adding device.
[503565.361] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[503565.361] (II) AutoAddDevices is off - not adding device.
[503565.361] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[503565.361] (II) AutoAddDevices is off - not adding device.

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

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=5879201
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=5013533

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=5879216
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input6
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input6
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=7469053

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input6/event6
N: input/event6
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/event6
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input6/event6
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=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7471805
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input7
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input7
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=7468292

P: /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input7/event7
N: input/event7
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/event7
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.1/input/input7/event7
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=71
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7472426
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4
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:0e0200:010100:010200:
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=7105023

P: /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4/event4
N: input/event4
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/event4
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4/event4
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:0e0200:010100:010200:
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=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7107510

P: /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4/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/input4/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:0e0200:010100:010200:
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=7107436

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input3
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=6768561

P: /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input3/event3
N: input/event3
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/event3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/input/input3/event3
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=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6770658
E: XKBLAYOUT=se
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:06.1/input/input5
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/input/input5
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=7532704

P: /devices/pci0000:00/0000:00:06.1/input/input5/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/input/input5/event5
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=69
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7535696

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

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: 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=5793016


DRM Information from dmesg:
- ---------------------------
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 root=UUID=e1d15f24-54a7-4fdf-b89d-7a6511cbb7cd ro drm_kms_helper.poll=0
[    0.000000] No AGP bridge found
[    0.000000] 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
[    0.000000] No AGP bridge found
[    0.363391] PCI-DMA: Disabling AGP.
[    0.363758] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.504221] Linux agpgart interface v0.103


- -- 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-23
ii  xserver-xorg-core [xorg-input-abi-13]  2:1.11.2.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)

iEYEARECAAYFAk7t2yAACgkQw5UvgfnzqGr0tQCgwwDTgY8PYWPIzwHVeRyNDOOF
bj0AoMc7XLRjS1yy1JraVnJSY45yxGvc
=EqHp
-----END PGP SIGNATURE-----



Reply to: