-- Package-specific info: X server symlink status: ------------------------ lrwxrwxrwx 1 root root 13 Feb 7 2011 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 2044664 Apr 17 12:40 /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/i386-linux-gnu/libGL.so.1.2.0 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 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/x86_64-linux-gnu/libGL.so.1.2.0 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 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/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 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: ---------------------------------- 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) Xorg X server configuration file status: ---------------------------------------- -rw-r--r-- 1 root root 8709 May 21 18:47 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: ------------------------------- ## Obi's XF86Config # vi:noexpandtab:ts=4:sw=4:sts=4:list Section "Files" #FontPath "unix/:7100" # local font server FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/type1" FontPath "/usr/share/fonts/truetype/ttf-dejavu" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" # if the local font server has problems, we can fall back on these # Move fonts to /usr/share/fonts/X11/100dpi. FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" EndSection Section "Module" #http://wiki.x.org/wiki/XorgConfModulesSection #Monitor Load "ddc" Load "i2c" #Graphics Card Load "int10" Load "vbe" #Hardware Acceleration Load "glx" ## NOT good for NVIDIA ## Load "GLcore" ## Load "dri2" #Direct Rendering Infrastructure which make opengl go fast #Font Related Load "bitmap" Load "type1" Load "freetype" Load "dbe" #needed by NVIDIA Load "extmod" #needed by NVIDIA Load "record" # Load "xie" # Load "pex5" # Load "speedo" EndSection Section "InputDevice" Identifier "Keyboard" #Driver "kbd" Driver "evdev" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" #Option "XkbVariant" "nodeadkeys" # FINALLY! # This stuff is so under-documented that even the existence # of the file with the proper information is undocumented. # But here it is: /usr/share/X11/xkb/rules/xorg.lst # Anyway... what this is doing: # lvl3:ralt_switch_multikey # right alt = AltGr = choose third shift level # shift + right alt = compose key aka Multi_Key # grp:alt_caps_toggle # alt + caps_lock = switch to next XkbLayout # Caution: It turns out that the group toggle stops working after # some time. Back to german-only keyboards for now. #Option "XkbOptions" "lv3:ralt_switch_multikey,grp:alt_caps_toggle" #Option "XkbOptions" "lv3:ralt_switch_multikey" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection ##### MOUSE ##### Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mouse0" Option "Protocol" "ExplorerPS/2" Option "Buttons" "7" #Option "MaxSpeed" "0.1" EndSection ### END MOUSE ### ##### MONITOR ##### Section "Monitor" Identifier "SyncMasterXL2370-1" #HorizSync 30-75 #VertRefresh 56-61 Option "DPMS" #Activate Power Saving Option "PreferredMode" "1920x1080" EndSection Section "Monitor" Identifier "SyncMasterXL2370-2" #HorizSync 30-75 #VertRefresh 56-61 Option "DPMS" #Activate Power Saving Option "PreferredMode" "1920x1080" #Option "Position" "1920 0" #Option "LeftOf" "HDMI-1" EndSection # DISABLED # Section "Monitor" # Identifier "SyncMaster226BW" # #HorizSync 30-81 # #VertRefresh 56-75 # Option "DPMS" #Activate Power Saving # EndSection # # # Section "Monitor" # Identifier "TV" # HorizSync 30-70 #tv # VertRefresh 60 #tv # EndSection # # # Section "Monitor" # Identifier "Beamer Sebi" # HorizSync 15-100 #beamer # VertRefresh 50-120 #beamer # EndSection ### END MONITOR ### ### NOVEAU DUALHEAD ### # this sh*t does not work # it is a shame because i hate the nvidia driver:( Section "Device" Identifier "Device_Nouveau_DualHead" Driver "nouveau" # Screen 0 Option "HWCursor" "on" Option "DVI-I-1" "SyncMasterXL2370-1" Option "HDMI-0" "SyncMasterXL2370-2" Option "IgnoreEDID" "1" Option "UseEdidDpi" "false" Option "DPI" "96 x 96" EndSection Section "Screen" Identifier "Screen_Nouveau_DualHead" Device "Device_Nouveau_DualHead" Monitor "SyncMasterXL2370-1" Monitor "SyncMasterXL2370-2" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200" Virtual 3840 0 EndSubSection EndSection ### END NOVEAU DUALHEAD ### ### NVIDIA DUALHEAD ### Section "Device" Identifier "Device_Nvidia_DualHead" Driver "nvidia" # Driver "vesa" # keep as fallback #BusID "PCI:01:00:00" Screen 0 Option "HWCursor" "on" Option "UseFBDev" "true" Option "NvAGP" "1" #COMPIZ Option "AllowGLXWithComposite" "true" Option "RenderAccel" "true" Option "XAANoOffscreenPixmaps" #COMPIZ Option "AddARGBGLXVisuals" "true" #COMPIZ Option "AddARGBVisuals" "true" #COMPIZ #Option "TripleBuffer" "true" #test - vsync probleme #Option "ConnectedMonitor" "DFP-0, DFP-1" #use option below instead!!!! Option "UseDisplayDevice" "DFP-0, DFP-1" #Option "IgnoreEDID" "1" #Option "UseEdidDpi" "false" #Option "DPI" "96 x 96" ## TWinView ## Option "TwinView" "true" Option "TwinViewOrientation" "rightof" #Option "SecondMonitorHorizSync" "30-81" #Option "SecondMonitorVertRefresh" "56-75" Option "MetaModes" "1920x1080,1920x1080; 1920x1080,NULL; 1680x1050,NULL; 1024x768,NULL; 800x600,NULL; 640x480,NULL;" EndSection Section "Screen" Identifier "Screen_Nvidia_DualHead" Device "Device_Nvidia_DualHead" Monitor "SyncMasterXL2370-1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200" EndSubSection EndSection ### END NVIDIA DUALHEAD ### ### NVIDIA SINGLEHEAD ### Section "Device" Identifier "Device_Nvidia_SingleHead" Driver "nvidia" #Driver "vesa" #BusID "PCI:01:00:00" Screen 0 Option "HWCursor" "on" Option "UseFBDev" "true" Option "NvAGP" "1" #COMPIZ Option "AllowGLXWithComposite" "true" Option "RenderAccel" "true" Option "XAANoOffscreenPixmaps" #COMPIZ Option "AddARGBGLXVisuals" "true" #COMPIZ Option "AddARGBVisuals" "true" #COMPIZ Option "ConnectedMonitor" "DFP-0" #Option "IgnoreEDID" "1" #Option "UseEdidDpi" "false" #Option "DPI" "96 x 96" EndSection Section "Screen" Identifier "Screen_Nvidia_SingleHead" Device "Device_Nvidia_SingleHead" Monitor "SyncMasterXL2370" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" "1680x1050" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200" EndSubSection EndSection ### END NVIDIA SINGLEHEAD ### # DISABLED # ##### TV ##### # Section "Device" # Identifier "Device_TV" # # Driver "nvidia" # #Driver "vesa" # #BusID "PCI:01:00:00" # Screen 0 # Option "HWCursor" "on" # Option "UseFBDev" "true" # Option "NvAGP" "1" # #COMPIZ # Option "AllowGLXWithComposite" "true" # Option "RenderAccel" "true" # Option "XAANoOffscreenPixmaps" # Option "AddARGBGLXVisuals" "true" # Option "AddARGBVisuals" "true" # Option "ConnectedMonitor" "TV,DFP" # #Option "IgnoreEDID" "1" # #Option "UseEdidDpi" "false" # #Option "DPI" "96 x 96" # # #Option "TVStandard" "PAL-B" #tv # Option "TVStandard" "PAL" #beamer # Option "TVOutFormat" "SVIDEO" # # ## TWinView ## # Option "TwinView" # Option "TwinViewOrientation" "clone" # #Option "SecondMonitorHorizSync" "30-81" # #Option "SecondMonitorVertRefresh" "56-75" # Option "MetaModes" "1024x768,1024x768" # EndSection # # Section "Screen" # Identifier "Screen_TV" # Device "Device_TV" # Monitor "TV" # SubSection "Display" # Depth 24 # Modes "1024x768" # EndSubSection # EndSection # ### END TV ### Section "ServerFlags" Option "DontZap" "false" #Allow CTRL-ALT-BACKSAPCE Endsection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "true" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen_Nvidia_DualHead" InputDevice "Keyboard" InputDevice "Mouse" EndSection Section "ServerLayout" Identifier "Layout_Nouveau_DualHead" Screen "Screen_Nouveau_DualHead" InputDevice "Keyboard" InputDevice "Mouse" EndSection Section "ServerLayout" Identifier "Layout_Nvidia_DualHead" Screen "Screen_Nvidia_DualHead" InputDevice "Keyboard" InputDevice "Mouse" EndSection Section "ServerLayout" Identifier "Layout_Nvidia_SingleHead" Screen "Screen_Nvidia_SingleHead" InputDevice "Keyboard" InputDevice "Mouse" EndSection # DISABLED # Section "ServerLayout" # Identifier "Layout_TV" # Screen "Screen_TV" # InputDevice "Keyboard" # InputDevice "Mouse" # EndSection #Section "DRI" # Mode 0666 #EndSection ### Go Away Debconf!!!! ### BEGIN DEBCONF SECTION ### END DEBCONF SECTION /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.9-1-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-4) ) #1 SMP Debian 3.9.6-1 Xorg X server log files on system: ---------------------------------- -rw-r--r-- 1 root root 24538 May 3 2012 /var/log/Xorg.1.0.log -rw-r--r-- 1 root root 27171 Jul 2 2012 /var/log/Xorg.7.log -rw-r--r-- 1 root root 23528 Sep 3 2012 /var/log/Xorg.4.log -rw-r--r-- 1 root root 27410 Nov 18 2012 /var/log/Xorg.33.log -rw-r--r-- 1 root root 28277 May 22 17:54 /var/log/Xorg.11.log -rw-r--r-- 1 root root 29785 Jun 17 00:16 /var/log/Xorg.1.log -rw-r--r-- 1 root root 28467 Jun 17 00:27 /var/log/Xorg.2.log -rw-r--r-- 1 root root 27652 Jun 17 07:58 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): --------------------------------------------------------------------- [ 1564.832] X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 1564.834] X Protocol Version 11, Revision 0 [ 1564.835] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian [ 1564.837] Current Operating System: Linux edward 3.9-1-amd64 #1 SMP Debian 3.9.6-1 x86_64 [ 1564.837] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.9-1-amd64 root=UUID=07b6a3be-5525-4b4e-b78a-7a6c5d3e1f9b ro selinux=1 security=selinux [ 1564.840] Build Date: 17 April 2013 10:22:47AM [ 1564.842] xorg-server 2:1.12.4-6 (Julien Cristau ) [ 1564.842] Current version of pixman: 0.26.0 [ 1564.845] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1564.845] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1564.851] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 17 07:58:42 2013 [ 1564.855] (==) Using config file: "/etc/X11/xorg.conf" [ 1564.856] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 1564.858] (++) ServerLayout "Layout_Nvidia_DualHead" [ 1564.858] (**) |-->Screen "Screen_Nvidia_DualHead" (0) [ 1564.858] (**) | |-->Monitor "SyncMasterXL2370-1" [ 1564.858] (**) | |-->Device "Device_Nvidia_DualHead" [ 1564.858] (**) |-->Input Device "Keyboard" [ 1564.858] (**) |-->Input Device "Mouse" [ 1564.858] (**) Option "DontZap" "false" [ 1564.858] (==) Automatically adding devices [ 1564.858] (==) Automatically enabling devices [ 1564.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype". [ 1564.859] Entry deleted from font path. [ 1564.859] (Run 'mkfontdir' on "/usr/share/fonts/truetype"). [ 1564.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/type1". [ 1564.859] Entry deleted from font path. [ 1564.859] (Run 'mkfontdir' on "/usr/share/fonts/type1"). [ 1564.860] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/ttf-dejavu". [ 1564.860] Entry deleted from font path. [ 1564.861] (Run 'mkfontdir' on "/usr/share/fonts/truetype/ttf-dejavu"). [ 1564.863] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 1564.863] Entry deleted from font path. [ 1564.866] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 1564.866] Entry deleted from font path. [ 1564.866] (**) FontPath set to: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, /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, /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 [ 1564.866] (==) ModulePath set to "/usr/lib/xorg/modules" [ 1564.866] (**) Extension "Composite" is enabled [ 1564.866] (**) Extension "RENDER" is enabled [ 1564.866] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 1564.866] (WW) Disabling Mouse [ 1564.866] (II) Loader magic: 0x7f1ce6f57ae0 [ 1564.866] (II) Module ABI versions: [ 1564.866] X.Org ANSI C Emulation: 0.4 [ 1564.866] X.Org Video Driver: 12.1 [ 1564.866] X.Org XInput driver : 16.0 [ 1564.866] X.Org Server Extension : 6.0 [ 1564.867] (--) PCI:*(0:2:0:0) 10de:11c0:1043:8422 rev 161, Mem @ 0xfa000000/16777216, 0xd8000000/134217728, 0xd6000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288 [ 1564.867] (II) Open ACPI successful (/var/run/acpid.socket) [ 1564.867] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 1564.867] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 1564.867] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 1564.867] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 1564.867] (II) "dri" will be loaded by default. [ 1564.867] (II) "dri2" will be loaded by default. [ 1564.867] (II) LoadModule: "ddc" [ 1564.867] (II) Module "ddc" already built-in [ 1564.867] (II) LoadModule: "i2c" [ 1564.867] (II) Module "i2c" already built-in [ 1564.867] (II) LoadModule: "int10" [ 1564.869] (II) Loading /usr/lib/xorg/modules/libint10.so [ 1564.871] (II) Module int10: vendor="X.Org Foundation" [ 1564.871] compiled for 1.12.4, module version = 1.0.0 [ 1564.871] ABI class: X.Org Video Driver, version 12.1 [ 1564.871] (II) LoadModule: "vbe" [ 1564.871] (II) Loading /usr/lib/xorg/modules/libvbe.so [ 1564.871] (II) Module vbe: vendor="X.Org Foundation" [ 1564.871] compiled for 1.12.4, module version = 1.1.0 [ 1564.871] ABI class: X.Org Video Driver, version 12.1 [ 1564.871] (II) LoadModule: "glx" [ 1564.871] (II) Loading /usr/lib/xorg/modules/linux/libglx.so [ 1564.909] (II) Module glx: vendor="NVIDIA Corporation" [ 1564.909] compiled for 4.0.2, module version = 1.0.0 [ 1564.909] Module class: X.Org Server Extension [ 1564.909] (II) NVIDIA GLX Module 304.88 Wed Mar 27 14:46:57 PDT 2013 [ 1564.909] (II) Loading extension GLX [ 1564.909] (II) LoadModule: "dbe" [ 1564.909] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 1564.909] (II) Module dbe: vendor="X.Org Foundation" [ 1564.909] compiled for 1.12.4, module version = 1.0.0 [ 1564.909] Module class: X.Org Server Extension [ 1564.909] ABI class: X.Org Server Extension, version 6.0 [ 1564.909] (II) Loading extension DOUBLE-BUFFER [ 1564.909] (II) LoadModule: "extmod" [ 1564.909] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 1564.911] (II) Module extmod: vendor="X.Org Foundation" [ 1564.911] compiled for 1.12.4, module version = 1.0.0 [ 1564.911] Module class: X.Org Server Extension [ 1564.911] ABI class: X.Org Server Extension, version 6.0 [ 1564.911] (II) Loading extension SELinux [ 1564.911] (II) Loading extension MIT-SCREEN-SAVER [ 1564.911] (II) Loading extension XFree86-VidModeExtension [ 1564.911] (II) Loading extension XFree86-DGA [ 1564.911] (II) Loading extension DPMS [ 1564.911] (II) Loading extension XVideo [ 1564.911] (II) Loading extension XVideo-MotionCompensation [ 1564.911] (II) Loading extension X-Resource [ 1564.911] (II) LoadModule: "record" [ 1564.911] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 1564.911] (II) Module record: vendor="X.Org Foundation" [ 1564.911] compiled for 1.12.4, module version = 1.13.0 [ 1564.911] Module class: X.Org Server Extension [ 1564.911] ABI class: X.Org Server Extension, version 6.0 [ 1564.911] (II) Loading extension RECORD [ 1564.911] (II) LoadModule: "dri" [ 1564.911] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 1564.912] (II) Module dri: vendor="X.Org Foundation" [ 1564.912] compiled for 1.12.4, module version = 1.0.0 [ 1564.912] ABI class: X.Org Server Extension, version 6.0 [ 1564.912] (II) Loading extension XFree86-DRI [ 1564.912] (II) LoadModule: "dri2" [ 1564.912] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 1564.913] (II) Module dri2: vendor="X.Org Foundation" [ 1564.913] compiled for 1.12.4, module version = 1.2.0 [ 1564.913] ABI class: X.Org Server Extension, version 6.0 [ 1564.913] (II) Loading extension DRI2 [ 1564.913] (II) LoadModule: "nvidia" [ 1564.914] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 1564.923] (II) Module nvidia: vendor="NVIDIA Corporation" [ 1564.923] compiled for 4.0.2, module version = 1.0.0 [ 1564.923] Module class: X.Org Video Driver [ 1564.926] (II) LoadModule: "evdev" [ 1564.926] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 1564.926] (II) Module evdev: vendor="X.Org Foundation" [ 1564.926] compiled for 1.12.1, module version = 2.7.0 [ 1564.926] Module class: X.Org XInput Driver [ 1564.926] ABI class: X.Org XInput driver, version 16.0 [ 1564.926] (II) NVIDIA dlloader X Driver 304.88 Wed Mar 27 14:28:14 PDT 2013 [ 1564.926] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 1564.927] (--) using VT number 7 [ 1565.049] (II) Loading sub module "fb" [ 1565.049] (II) LoadModule: "fb" [ 1565.049] (II) Loading /usr/lib/xorg/modules/libfb.so [ 1565.050] (II) Module fb: vendor="X.Org Foundation" [ 1565.050] compiled for 1.12.4, module version = 1.0.0 [ 1565.050] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1565.050] (II) Loading sub module "wfb" [ 1565.050] (II) LoadModule: "wfb" [ 1565.050] (II) Loading /usr/lib/xorg/modules/libwfb.so [ 1565.052] (II) Module wfb: vendor="X.Org Foundation" [ 1565.052] compiled for 1.12.4, module version = 1.0.0 [ 1565.052] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1565.052] (II) Loading sub module "ramdac" [ 1565.052] (II) LoadModule: "ramdac" [ 1565.052] (II) Module "ramdac" already built-in [ 1565.054] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 1565.054] (==) NVIDIA(0): RGB weight 888 [ 1565.054] (==) NVIDIA(0): Default visual is TrueColor [ 1565.054] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 1565.054] (**) NVIDIA(0): Option "HWcursor" "on" [ 1565.054] (**) NVIDIA(0): Option "RenderAccel" "true" [ 1565.054] (**) NVIDIA(0): Option "TwinViewOrientation" "rightof" [ 1565.054] (**) NVIDIA(0): Option "AllowGLXWithComposite" "true" [ 1565.054] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true" [ 1565.054] (**) NVIDIA(0): Enabling RENDER acceleration [ 1565.054] (**) NVIDIA(0): Option "NvAGP" "1" [ 1565.054] (**) NVIDIA(0): Option "MetaModes" "1920x1080,1920x1080; 1920x1080,NULL; 1680x1050,NULL; 1024x768,NULL; 800x600,NULL; 640x480,NULL;" [ 1565.054] (**) NVIDIA(0): Option "UseDisplayDevice" "DFP-0, DFP-1" [ 1565.054] (**) NVIDIA(0): Enabling 2D acceleration [ 1565.054] (**) NVIDIA(0): Use of NVIDIA internal AGP requested [ 1565.987] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-0)) does not support NVIDIA [ 1565.987] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 1565.993] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-3)) does not support NVIDIA [ 1565.993] (II) NVIDIA(GPU-0): 3D Vision stereo. [ 1565.995] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660 (GK106) at PCI:2:0:0 (GPU-0) [ 1565.995] (--) NVIDIA(0): Memory: 2097152 kBytes [ 1565.995] (--) NVIDIA(0): VideoBIOS: 80.06.10.00.10 [ 1565.995] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 1565.995] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [ 1566.001] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660 at PCI:2:0:0 [ 1566.001] (--) NVIDIA(0): CRT-0 [ 1566.001] (--) NVIDIA(0): Samsung SyncMaster (DFP-0) (connected) [ 1566.001] (--) NVIDIA(0): DFP-1 [ 1566.001] (--) NVIDIA(0): DFP-2 [ 1566.001] (--) NVIDIA(0): Samsung SyncMaster (DFP-3) (connected) [ 1566.001] (--) NVIDIA(0): DFP-4 [ 1566.001] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock [ 1566.001] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock [ 1566.001] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS [ 1566.001] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock [ 1566.001] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS [ 1566.001] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock [ 1566.001] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS [ 1566.001] (--) NVIDIA(0): Samsung SyncMaster (DFP-3): 330.0 MHz maximum pixel clock [ 1566.001] (--) NVIDIA(0): Samsung SyncMaster (DFP-3): Internal Dual Link TMDS [ 1566.001] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock [ 1566.001] (--) NVIDIA(0): DFP-4: Internal DisplayPort [ 1566.001] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 1566.001] (**) NVIDIA(0): device Samsung SyncMaster (DFP-0) (Using EDID frequencies [ 1566.001] (**) NVIDIA(0): has been enabled on all display devices.) [ 1566.003] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 1566.003] (**) NVIDIA(0): device Samsung SyncMaster (DFP-3) (Using EDID frequencies [ 1566.003] (**) NVIDIA(0): has been enabled on all display devices.) [ 1566.004] (II) NVIDIA(0): Validated MetaModes: [ 1566.004] (II) NVIDIA(0): "1920x1080,1920x1080" [ 1566.004] (II) NVIDIA(0): "1920x1080,NULL" [ 1566.004] (II) NVIDIA(0): "1680x1050,NULL" [ 1566.004] (II) NVIDIA(0): "1024x768,NULL" [ 1566.004] (II) NVIDIA(0): "800x600,NULL" [ 1566.004] (II) NVIDIA(0): "640x480,NULL" [ 1566.004] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080 [ 1566.034] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config [ 1566.034] (--) NVIDIA(0): option [ 1566.034] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. [ 1566.035] (--) Depth 24 pixmap format is 32 bpp [ 1566.035] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory [ 1566.035] (II) NVIDIA: access. [ 1566.045] (II) NVIDIA(0): Setting mode "1920x1080,1920x1080" [ 1566.161] (II) Loading extension NV-GLX [ 1566.226] (==) NVIDIA(0): Disabling shared memory pixmaps [ 1566.226] (==) NVIDIA(0): Backing store disabled [ 1566.226] (==) NVIDIA(0): Silken mouse enabled [ 1566.226] (**) NVIDIA(0): DPMS enabled [ 1566.227] (II) Loading extension NV-CONTROL [ 1566.227] (II) Loading extension XINERAMA [ 1566.227] (WW) NVIDIA(0): Option "UseFBDev" is not used [ 1566.227] (WW) NVIDIA(0): Option "XAANoOffscreenPixmaps" is not used [ 1566.227] (WW) NVIDIA(0): Option "AddARGBVisuals" is not used [ 1566.227] (WW) NVIDIA(0): Option "TwinView" is not used [ 1566.227] (WW) NVIDIA(0): Option "PreferredMode" is not used [ 1566.227] (II) Loading sub module "dri2" [ 1566.227] (II) LoadModule: "dri2" [ 1566.227] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 1566.227] (II) Module dri2: vendor="X.Org Foundation" [ 1566.227] compiled for 1.12.4, module version = 1.2.0 [ 1566.227] ABI class: X.Org Server Extension, version 6.0 [ 1566.227] (II) NVIDIA(0): [DRI2] Setup complete [ 1566.227] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 1566.227] (--) RandR disabled [ 1566.227] (II) Initializing built-in extension Generic Event Extension [ 1566.227] (II) Initializing built-in extension SHAPE [ 1566.227] (II) Initializing built-in extension MIT-SHM [ 1566.227] (II) Initializing built-in extension XInputExtension [ 1566.227] (II) Initializing built-in extension XTEST [ 1566.227] (II) Initializing built-in extension BIG-REQUESTS [ 1566.227] (II) Initializing built-in extension SYNC [ 1566.227] (II) Initializing built-in extension XKEYBOARD [ 1566.227] (II) Initializing built-in extension XC-MISC [ 1566.227] (II) Initializing built-in extension SECURITY [ 1566.227] (II) Initializing built-in extension XINERAMA [ 1566.227] (II) Initializing built-in extension XFIXES [ 1566.227] (II) Initializing built-in extension RENDER [ 1566.227] (II) Initializing built-in extension RANDR [ 1566.227] (II) Initializing built-in extension COMPOSITE [ 1566.227] (II) Initializing built-in extension DAMAGE [ 1566.227] (II) Initializing extension GLX [ 1566.228] (II) SELinux: Disabled on system [ 1566.304] (II) Using input driver 'evdev' for 'Keyboard' [ 1566.304] (**) Option "CoreKeyboard" [ 1566.304] (**) Keyboard: always reports core events [ 1566.304] (EE) evdev: Keyboard: No device specified. [ 1566.304] (EE) PreInit returned 2 for "Keyboard" [ 1566.304] (II) UnloadModule: "evdev" [ 1566.307] (II) config/udev: Adding input device Power Button (/dev/input/event4) [ 1566.307] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1566.307] (II) Using input driver 'evdev' for 'Power Button' [ 1566.307] (**) Power Button: always reports core events [ 1566.307] (**) evdev: Power Button: Device: "/dev/input/event4" [ 1566.307] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 1566.307] (--) evdev: Power Button: Found keys [ 1566.307] (II) evdev: Power Button: Configuring as keyboard [ 1566.307] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4" [ 1566.307] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 1566.307] (**) Option "xkb_rules" "evdev" [ 1566.307] (**) Option "xkb_model" "pc104" [ 1566.307] (**) Option "xkb_layout" "us" [ 1566.329] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 1566.329] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1566.329] (II) Using input driver 'evdev' for 'Power Button' [ 1566.329] (**) Power Button: always reports core events [ 1566.329] (**) evdev: Power Button: Device: "/dev/input/event3" [ 1566.330] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 1566.330] (--) evdev: Power Button: Found keys [ 1566.330] (II) evdev: Power Button: Configuring as keyboard [ 1566.330] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3" [ 1566.330] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 1566.330] (**) Option "xkb_rules" "evdev" [ 1566.330] (**) Option "xkb_model" "pc104" [ 1566.330] (**) Option "xkb_layout" "us" [ 1566.330] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19) [ 1566.330] (II) No input driver specified, ignoring this device. [ 1566.330] (II) This device may have been added with another device file. [ 1566.331] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20) [ 1566.331] (II) No input driver specified, ignoring this device. [ 1566.331] (II) This device may have been added with another device file. [ 1566.331] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event21) [ 1566.331] (II) No input driver specified, ignoring this device. [ 1566.331] (II) This device may have been added with another device file. [ 1566.331] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22) [ 1566.331] (II) No input driver specified, ignoring this device. [ 1566.331] (II) This device may have been added with another device file. [ 1566.332] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10) [ 1566.332] (II) No input driver specified, ignoring this device. [ 1566.332] (II) This device may have been added with another device file. [ 1566.332] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event11) [ 1566.332] (II) No input driver specified, ignoring this device. [ 1566.332] (II) This device may have been added with another device file. [ 1566.332] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event12) [ 1566.332] (II) No input driver specified, ignoring this device. [ 1566.332] (II) This device may have been added with another device file. [ 1566.333] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event13) [ 1566.333] (II) No input driver specified, ignoring this device. [ 1566.333] (II) This device may have been added with another device file. [ 1566.333] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event14) [ 1566.333] (II) No input driver specified, ignoring this device. [ 1566.333] (II) This device may have been added with another device file. [ 1566.334] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event15) [ 1566.334] (II) No input driver specified, ignoring this device. [ 1566.334] (II) This device may have been added with another device file. [ 1566.334] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event16) [ 1566.334] (II) No input driver specified, ignoring this device. [ 1566.334] (II) This device may have been added with another device file. [ 1566.334] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event17) [ 1566.334] (II) No input driver specified, ignoring this device. [ 1566.334] (II) This device may have been added with another device file. [ 1566.335] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event18) [ 1566.335] (II) No input driver specified, ignoring this device. [ 1566.335] (II) This device may have been added with another device file. [ 1566.335] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/event6) [ 1566.335] (II) No input driver specified, ignoring this device. [ 1566.335] (II) This device may have been added with another device file. [ 1566.335] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/js0) [ 1566.335] (II) No input driver specified, ignoring this device. [ 1566.335] (II) This device may have been added with another device file. [ 1566.336] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/event7) [ 1566.336] (II) No input driver specified, ignoring this device. [ 1566.336] (II) This device may have been added with another device file. [ 1566.336] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/js1) [ 1566.336] (II) No input driver specified, ignoring this device. [ 1566.336] (II) This device may have been added with another device file. [ 1566.337] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/event8) [ 1566.337] (II) No input driver specified, ignoring this device. [ 1566.337] (II) This device may have been added with another device file. [ 1566.337] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/js2) [ 1566.337] (II) No input driver specified, ignoring this device. [ 1566.337] (II) This device may have been added with another device file. [ 1566.337] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/event9) [ 1566.337] (II) No input driver specified, ignoring this device. [ 1566.337] (II) This device may have been added with another device file. [ 1566.338] (II) config/udev: Adding input device Xbox 360 Wireless Receiver (/dev/input/js3) [ 1566.338] (II) No input driver specified, ignoring this device. [ 1566.338] (II) This device may have been added with another device file. [ 1566.338] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event0) [ 1566.338] (**) Apple, Inc Apple Keyboard: Applying InputClass "evdev keyboard catchall" [ 1566.338] (II) Using input driver 'evdev' for 'Apple, Inc Apple Keyboard' [ 1566.338] (**) Apple, Inc Apple Keyboard: always reports core events [ 1566.338] (**) evdev: Apple, Inc Apple Keyboard: Device: "/dev/input/event0" [ 1566.338] (--) evdev: Apple, Inc Apple Keyboard: Vendor 0x5ac Product 0x221 [ 1566.338] (--) evdev: Apple, Inc Apple Keyboard: Found keys [ 1566.338] (II) evdev: Apple, Inc Apple Keyboard: Configuring as keyboard [ 1566.338] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.0/input/input1/event0" [ 1566.338] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 8) [ 1566.338] (**) Option "xkb_rules" "evdev" [ 1566.338] (**) Option "xkb_model" "pc104" [ 1566.338] (**) Option "xkb_layout" "us" [ 1566.339] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event1) [ 1566.339] (**) Apple, Inc Apple Keyboard: Applying InputClass "evdev keyboard catchall" [ 1566.339] (II) Using input driver 'evdev' for 'Apple, Inc Apple Keyboard' [ 1566.339] (**) Apple, Inc Apple Keyboard: always reports core events [ 1566.339] (**) evdev: Apple, Inc Apple Keyboard: Device: "/dev/input/event1" [ 1566.339] (--) evdev: Apple, Inc Apple Keyboard: Vendor 0x5ac Product 0x221 [ 1566.339] (--) evdev: Apple, Inc Apple Keyboard: Found keys [ 1566.339] (II) evdev: Apple, Inc Apple Keyboard: Configuring as keyboard [ 1566.339] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.1/input/input2/event1" [ 1566.339] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 9) [ 1566.339] (**) Option "xkb_rules" "evdev" [ 1566.339] (**) Option "xkb_model" "pc104" [ 1566.339] (**) Option "xkb_layout" "us" [ 1566.340] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2) [ 1566.340] (**) Razer Razer DeathAdder : Applying InputClass "evdev pointer catchall" [ 1566.340] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder ' [ 1566.340] (**) Razer Razer DeathAdder : always reports core events [ 1566.340] (**) evdev: Razer Razer DeathAdder : Device: "/dev/input/event2" [ 1566.340] (--) evdev: Razer Razer DeathAdder : Vendor 0x1532 Product 0x16 [ 1566.340] (--) evdev: Razer Razer DeathAdder : Found 12 mouse buttons [ 1566.340] (--) evdev: Razer Razer DeathAdder : Found scroll wheel(s) [ 1566.340] (--) evdev: Razer Razer DeathAdder : Found relative axes [ 1566.340] (--) evdev: Razer Razer DeathAdder : Found x and y relative axes [ 1566.340] (II) evdev: Razer Razer DeathAdder : Configuring as mouse [ 1566.340] (II) evdev: Razer Razer DeathAdder : Adding scrollwheel support [ 1566.340] (**) evdev: Razer Razer DeathAdder : YAxisMapping: buttons 4 and 5 [ 1566.340] (**) evdev: Razer Razer DeathAdder : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 1566.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0/event2" [ 1566.340] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder " (type: MOUSE, id 10) [ 1566.340] (II) evdev: Razer Razer DeathAdder : initialized for relative axes. [ 1566.341] (**) Razer Razer DeathAdder : (accel) keeping acceleration scheme 1 [ 1566.341] (**) Razer Razer DeathAdder : (accel) acceleration profile 0 [ 1566.341] (**) Razer Razer DeathAdder : (accel) acceleration factor: 2.000 [ 1566.341] (**) Razer Razer DeathAdder : (accel) acceleration threshold: 4 [ 1566.341] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0) [ 1566.341] (II) No input driver specified, ignoring this device. [ 1566.341] (II) This device may have been added with another device file. [ 1566.341] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 1566.341] (II) No input driver specified, ignoring this device. [ 1566.341] (II) This device may have been added with another device file. [ 1566.342] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event23) [ 1566.342] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall" [ 1566.342] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device' [ 1566.342] (**) ACPI Virtual Keyboard Device: always reports core events [ 1566.342] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event23" [ 1566.342] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0 [ 1566.342] (--) evdev: ACPI Virtual Keyboard Device: Found keys [ 1566.342] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard [ 1566.342] (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event23" [ 1566.342] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 11) [ 1566.342] (**) Option "xkb_rules" "evdev" [ 1566.342] (**) Option "xkb_model" "pc104" [ 1566.342] (**) Option "xkb_layout" "us" udev information: ----------------- P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 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=13916946 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4 N: input/event4 E: BACKSPACE=guess E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4 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=68 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15341249 E: XKBLAYOUT=us E: XKBMODEL=pc104 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 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=13419716 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3 N: input/event3 E: BACKSPACE=guess E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3 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=67 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=16389136 E: XKBLAYOUT=us E: XKBMODEL=pc104 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input19 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input19 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, 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=140 E: UDEV_LOG=3 E: USEC_INITIALIZED=19780596 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input19/event19 N: input/event19 E: DEVNAME=/dev/input/event19 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input19/event19 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MAJOR=13 E: MINOR=83 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784236 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input20 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input20 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, 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=140 E: UDEV_LOG=3 E: USEC_INITIALIZED=19780546 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input20/event20 N: input/event20 E: DEVNAME=/dev/input/event20 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input20/event20 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MAJOR=13 E: MINOR=84 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784323 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input21 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input21 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, 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=140 E: UDEV_LOG=3 E: USEC_INITIALIZED=19781973 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input21/event21 N: input/event21 E: DEVNAME=/dev/input/event21 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input21/event21 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MAJOR=13 E: MINOR=85 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784791 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input22 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input22 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, 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=140 E: UDEV_LOG=3 E: USEC_INITIALIZED=19780973 P: /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input22/event22 N: input/event22 E: DEVNAME=/dev/input/event22 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input22/event22 E: ID_INPUT=1 E: ID_PATH=pci-0000:02:00.1 E: ID_PATH_TAG=pci-0000_02_00_1 E: MAJOR=13 E: MINOR=86 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784893 P: /devices/pci0000:00/0000:00:1b.0/input/input10 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input10 E: EV=40001 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0001v10ECp0888e0001-e0,12,kramls1,2,fw E: NAME="HDA Digital PCBeep" E: PHYS="card0/codec#0/beep0" E: PRODUCT=1/10ec/888/1 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19778286 P: /devices/pci0000:00/0000:00:1b.0/input/input10/event10 N: input/event10 E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input10/event10 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19782826 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD, E: NAME="HDA Intel Line" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=2000 E: UDEV_LOG=3 E: USEC_INITIALIZED=19778830 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11 N: input/event11 E: DEVNAME=/dev/input/event11 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=75 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19781890 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HDA Intel Rear Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: UDEV_LOG=3 E: USEC_INITIALIZED=19779122 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12 N: input/event12 E: DEVNAME=/dev/input/event12 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=76 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784955 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HDA Intel Front Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: UDEV_LOG=3 E: USEC_INITIALIZED=19779538 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13 N: input/event13 E: DEVNAME=/dev/input/event13 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=77 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19782854 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: NAME="HDA Intel Front Headphone" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=4 E: UDEV_LOG=3 E: USEC_INITIALIZED=19779585 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14 N: input/event14 E: DEVNAME=/dev/input/event14 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=78 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19782217 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6, E: NAME="HDA Intel Line Out Side" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=40 E: UDEV_LOG=3 E: USEC_INITIALIZED=19779144 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event15 N: input/event15 E: DEVNAME=/dev/input/event15 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event15 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=79 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19783440 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6, E: NAME="HDA Intel Line Out CLFE" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=40 E: UDEV_LOG=3 E: USEC_INITIALIZED=19780605 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event16 N: input/event16 E: DEVNAME=/dev/input/event16 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event16 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=80 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784630 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6, E: NAME="HDA Intel Line Out Surround" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=40 E: UDEV_LOG=3 E: USEC_INITIALIZED=19781801 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event17 N: input/event17 E: DEVNAME=/dev/input/event17 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event17 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=81 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784977 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: EV=21 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6, E: NAME="HDA Intel Line Out Front" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=40 E: UDEV_LOG=3 E: USEC_INITIALIZED=19779676 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event18 N: input/event18 E: DEVNAME=/dev/input/event18 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event18 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=82 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=19784251 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input6 E: ABS=3f E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input6 E: EV=20000b E: FF=107030000 0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_0 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: KEY=f 0 0 0 0 0 0 7cdb000000000000 0 0 0 0 E: MODALIAS=input:b0003v045Ep0719e0100-e0,1,3,15,k130,131,133,134,136,137,13A,13B,13C,13D,13E,2C0,2C1,2C2,2C3,ra0,1,2,3,4,5,mlsf50,51,58,59,5A,60,w E: NAME="Xbox 360 Wireless Receiver" E: PHYS="usb-0000:00:1d.0-1/input0" E: PRODUCT=3/45e/719/100 E: PROP=0 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15835305 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input6/event6 N: input/event6 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-joystick E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input6/event6 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_0 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: 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=70 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=16547201 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input6/js0 N: input/js0 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-joystick E: DEVNAME=/dev/input/js0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.0/input/input6/js0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_0 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: 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=0 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=16548131 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input7 E: ABS=3f E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input7 E: EV=20000b E: FF=107030000 0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.2 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_2 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=02 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: KEY=f 0 0 0 0 0 0 7cdb000000000000 0 0 0 0 E: MODALIAS=input:b0003v045Ep0719e0100-e0,1,3,15,k130,131,133,134,136,137,13A,13B,13C,13D,13E,2C0,2C1,2C2,2C3,ra0,1,2,3,4,5,mlsf50,51,58,59,5A,60,w E: NAME="Xbox 360 Wireless Receiver" E: PHYS="usb-0000:00:1d.0-1/input0" E: PRODUCT=3/45e/719/100 E: PROP=0 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15833953 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input7/event7 N: input/event7 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if02-event-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.2-event-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if02-event-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.2-event-joystick E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input7/event7 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.2 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_2 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=02 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=16390783 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input7/js1 N: input/js1 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if02-joystick S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.2-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if02-joystick /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.2-joystick E: DEVNAME=/dev/input/js1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.2/input/input7/js1 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.2 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_2 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=02 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: MAJOR=13 E: MINOR=1 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=16389556 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input8 E: ABS=3f E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input8 E: EV=20000b E: FF=107030000 0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.4 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=04 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: KEY=f 0 0 0 0 0 0 7cdb000000000000 0 0 0 0 E: MODALIAS=input:b0003v045Ep0719e0100-e0,1,3,15,k130,131,133,134,136,137,13A,13B,13C,13D,13E,2C0,2C1,2C2,2C3,ra0,1,2,3,4,5,mlsf50,51,58,59,5A,60,w E: NAME="Xbox 360 Wireless Receiver" E: PHYS="usb-0000:00:1d.0-1/input0" E: PRODUCT=3/45e/719/100 E: PROP=0 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15833204 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input8/event8 N: input/event8 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if04-event-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.4-event-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if04-event-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.4-event-joystick E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input8/event8 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.4 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=04 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=16544533 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input8/js2 N: input/js2 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if04-joystick S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.4-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if04-joystick /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.4-joystick E: DEVNAME=/dev/input/js2 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.4/input/input8/js2 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.4 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=04 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: MAJOR=13 E: MINOR=2 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=16544489 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input9 E: ABS=3f E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input9 E: EV=20000b E: FF=107030000 0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.6 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_6 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=06 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: KEY=f 0 0 0 0 0 0 7cdb000000000000 0 0 0 0 E: MODALIAS=input:b0003v045Ep0719e0100-e0,1,3,15,k130,131,133,134,136,137,13A,13B,13C,13D,13E,2C0,2C1,2C2,2C3,ra0,1,2,3,4,5,mlsf50,51,58,59,5A,60,w E: NAME="Xbox 360 Wireless Receiver" E: PHYS="usb-0000:00:1d.0-1/input0" E: PRODUCT=3/45e/719/100 E: PROP=0 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15994732 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input9/event9 N: input/event9 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if06-event-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.6-event-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-event-joystick /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if06-event-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.6-event-joystick E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input9/event9 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.6 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_6 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=06 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=15997124 P: /devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input9/js3 N: input/js3 S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if06-joystick S: input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.6-joystick E: DEVLINKS=/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-if06-joystick /dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550-joystick /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.6-joystick E: DEVNAME=/dev/input/js3 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb8/8-1/8-1:1.6/input/input9/js3 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_JOYSTICK=1 E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows E: ID_MODEL_ID=0719 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.6 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_6 E: ID_REVISION=0100 E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FF0EA550 E: ID_SERIAL_SHORT=FF0EA550 E: ID_TYPE=generic E: ID_USB_DRIVER=xpad E: ID_USB_INTERFACES=:ff5d81:ff5d82: E: ID_USB_INTERFACE_NUM=06 E: ID_VENDOR=©Microsoft E: ID_VENDOR_ENC=©Microsoft E: ID_VENDOR_ID=045e E: MAJOR=13 E: MINOR=3 E: SUBSYSTEM=input E: TAGS=:udev-acl: E: UDEV_LOG=3 E: USEC_INITIALIZED=15996996 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.0/input/input1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.0/input/input1 E: EV=120013 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_MODEL=Apple_Keyboard E: ID_MODEL_ENC=Apple\x20Keyboard E: ID_MODEL_ID=0221 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.2:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_2_1_0 E: ID_REVISION=0069 E: ID_SERIAL=Apple__Inc_Apple_Keyboard E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Apple__Inc E: ID_VENDOR_ENC=Apple\x2c\x20Inc E: ID_VENDOR_ID=05ac E: KEY=10000 0 0 0 1007b00001007 ff9f207ac14057ff ffbeffdfffefffff fffffffffffffffe E: LED=1f E: MODALIAS=input:b0003v05ACp0221e0111-e0,1,4,11,14,k71,72,73,74,75,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,CC,E0,E1,E3,E4,E5,E6,F0,1D0,ram4,l0,1,2,3,4,sfw E: MSC=10 E: NAME="Apple, Inc Apple Keyboard" E: PHYS="usb-0000:00:1d.7-4.2/input0" E: PRODUCT=3/5ac/221/111 E: PROP=0 E: SUBSYSTEM=input E: UDEV_LOG=3 E: UNIQ="" E: USEC_INITIALIZED=13885464 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.0/input/input1/event0 N: input/event0 S: input/by-id/usb-Apple__Inc_Apple_Keyboard-event-kbd S: input/by-path/pci-0000:00:1d.7-usb-0:4.2:1.0-event-kbd E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-id/usb-Apple__Inc_Apple_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:1d.7-usb-0:4.2:1.0-event-kbd E: DEVNAME=/dev/input/event0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.0/input/input1/event0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_MODEL=Apple_Keyboard E: ID_MODEL_ENC=Apple\x20Keyboard E: ID_MODEL_ID=0221 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.2:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_2_1_0 E: ID_REVISION=0069 E: ID_SERIAL=Apple__Inc_Apple_Keyboard E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Apple__Inc E: ID_VENDOR_ENC=Apple\x2c\x20Inc E: ID_VENDOR_ID=05ac E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15341426 E: XKBLAYOUT=us E: XKBMODEL=pc104 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.1/input/input2 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.1/input/input2 E: EV=13 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=Apple_Keyboard E: ID_MODEL_ENC=Apple\x20Keyboard E: ID_MODEL_ID=0221 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.2:1.1 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_2_1_1 E: ID_REVISION=0069 E: ID_SERIAL=Apple__Inc_Apple_Keyboard E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030000: E: ID_USB_INTERFACE_NUM=01 E: ID_VENDOR=Apple__Inc E: ID_VENDOR_ENC=Apple\x2c\x20Inc E: ID_VENDOR_ID=05ac E: KEY=3a00000000 e000000000000 0 E: MODALIAS=input:b0003v05ACp0221e0111-e0,1,4,k71,72,73,A1,A3,A4,A5,ram4,lsfw E: MSC=10 E: NAME="Apple, Inc Apple Keyboard" E: PHYS="usb-0000:00:1d.7-4.2/input1" E: PRODUCT=3/5ac/221/111 E: PROP=0 E: SUBSYSTEM=input E: UDEV_LOG=3 E: UNIQ="" E: USEC_INITIALIZED=13884912 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.1/input/input2/event1 N: input/event1 S: input/by-id/usb-Apple__Inc_Apple_Keyboard-event-if01 S: input/by-path/pci-0000:00:1d.7-usb-0:4.2:1.1-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-id/usb-Apple__Inc_Apple_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:1d.7-usb-0:4.2:1.1-event E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.2/4-4.2:1.1/input/input2/event1 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=Apple_Keyboard E: ID_MODEL_ENC=Apple\x20Keyboard E: ID_MODEL_ID=0221 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.2:1.1 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_2_1_1 E: ID_REVISION=0069 E: ID_SERIAL=Apple__Inc_Apple_Keyboard E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030000: E: ID_USB_INTERFACE_NUM=01 E: ID_VENDOR=Apple__Inc E: ID_VENDOR_ENC=Apple\x2c\x20Inc E: ID_VENDOR_ID=05ac E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15341412 E: XKBLAYOUT=us E: XKBMODEL=pc104 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0 E: EV=17 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_MOUSE=1 E: ID_MODEL=Razer_DeathAdder E: ID_MODEL_ENC=Razer\x20DeathAdder\x20\x20 E: ID_MODEL_ID=0016 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.3:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_3_1_0 E: ID_REVISION=0100 E: ID_SERIAL=Razer_Razer_DeathAdder E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030102: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Razer E: ID_VENDOR_ENC=Razer E: ID_VENDOR_ID=1532 E: KEY=ff0000 0 0 0 0 E: MODALIAS=input:b0003v1532p0016e0111-e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,8,am4,lsfw E: MSC=10 E: NAME="Razer Razer DeathAdder " E: PHYS="usb-0000:00:1d.7-4.3/input0" E: PRODUCT=3/1532/16/111 E: PROP=0 E: REL=103 E: SUBSYSTEM=input E: UDEV_LOG=3 E: UNIQ="" E: USEC_INITIALIZED=13418852 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0/event2 N: input/event2 S: input/by-id/usb-Razer_Razer_DeathAdder-event-mouse S: input/by-path/pci-0000:00:1d.7-usb-0:4.3:1.0-event-mouse E: DEVLINKS=/dev/input/by-id/usb-Razer_Razer_DeathAdder-event-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:4.3:1.0-event-mouse E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0/event2 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_MOUSE=1 E: ID_MODEL=Razer_DeathAdder E: ID_MODEL_ENC=Razer\x20DeathAdder\x20\x20 E: ID_MODEL_ID=0016 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.3:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_3_1_0 E: ID_REVISION=0100 E: ID_SERIAL=Razer_Razer_DeathAdder E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030102: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Razer E: ID_VENDOR_ENC=Razer E: ID_VENDOR_ID=1532 E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15837703 P: /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0/mouse0 N: input/mouse0 S: input/by-id/usb-Razer_Razer_DeathAdder-mouse S: input/by-path/pci-0000:00:1d.7-usb-0:4.3:1.0-mouse E: DEVLINKS=/dev/input/by-id/usb-Razer_Razer_DeathAdder-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:4.3:1.0-mouse E: DEVNAME=/dev/input/mouse0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4.3/4-4.3:1.0/input/input0/mouse0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_MOUSE=1 E: ID_MODEL=Razer_DeathAdder E: ID_MODEL_ENC=Razer\x20DeathAdder\x20\x20 E: ID_MODEL_ID=0016 E: ID_PATH=pci-0000:00:1d.7-usb-0:4.3:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_4_3_1_0 E: ID_REVISION=0100 E: ID_SERIAL=Razer_Razer_DeathAdder E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030102: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Razer E: ID_VENDOR_ENC=Razer E: ID_VENDOR_ID=1532 E: MAJOR=13 E: MINOR=32 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15837726 P: /devices/platform/pcspkr/input/input5 E: DEVPATH=/devices/platform/pcspkr/input/input5 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=13940199 P: /devices/platform/pcspkr/input/input5/event5 N: input/event5 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/platform/pcspkr/input/input5/event5 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=15341062 P: /devices/virtual/input/input23 E: DEVPATH=/devices/virtual/input/input23 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=27331478 P: /devices/virtual/input/input23/event23 N: input/event23 E: BACKSPACE=guess E: DEVNAME=/dev/input/event23 E: DEVPATH=/devices/virtual/input/input23/event23 E: DMI_VENDOR=System manufacturer E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=87 E: SUBSYSTEM=input E: UDEV_LOG=3 E: USEC_INITIALIZED=27334341 E: XKBLAYOUT=us E: XKBMODEL=pc104 DRM Information from dmesg: --------------------------- [ 0.000000] No AGP bridge found [ 0.000000] No AGP bridge found [ 0.890304] Linux agpgart interface v0.103 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9-1-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/bash Versions of packages xserver-xorg depends on: ii libc6 2.17-5 ii x11-xkb-utils 7.7~1 ii xkb-data 2.5.1-3 ii xserver-xorg-core 2:1.12.4-6 ii xserver-xorg-input-all 1:7.7+3 ii xserver-xorg-input-evdev [xorg-driver-input] 1:2.7.0-1+b1 ii xserver-xorg-input-mouse [xorg-driver-input] 1:1.7.2-3 ii xserver-xorg-input-synaptics [xorg-driver-input] 1.6.2-2 ii xserver-xorg-input-vmmouse [xorg-driver-input] 1:12.9.0-1 ii xserver-xorg-input-void [xorg-driver-input] 1:1.4.0-1+b1 ii xserver-xorg-input-wacom [xorg-driver-input] 0.15.0+20120515-2 ii xserver-xorg-video-all 1:7.7+3 ii xserver-xorg-video-apm [xorg-driver-video] 1:1.2.3-3 ii xserver-xorg-video-ark [xorg-driver-video] 1:0.7.4-1+b1 ii xserver-xorg-video-ati [xorg-driver-video] 1:6.14.4-8 ii xserver-xorg-video-chips [xorg-driver-video] 1:1.2.4-2 ii xserver-xorg-video-cirrus [xorg-driver-video] 1:1.4.0-2 ii xserver-xorg-video-dummy [xorg-driver-video] 1:0.3.5-2+b1 ii xserver-xorg-video-fbdev [xorg-driver-video] 1:0.4.2-4+b3 ii xserver-xorg-video-i128 [xorg-driver-video] 1:1.3.5-1+b1 ii xserver-xorg-video-intel [xorg-driver-video] 2:2.19.0-6 ii xserver-xorg-video-mach64 [xorg-driver-video] 6.9.1-2 ii xserver-xorg-video-mga [xorg-driver-video] 1:1.5.0-3 ii xserver-xorg-video-neomagic [xorg-driver-video] 1:1.2.6-1 ii xserver-xorg-video-nouveau [xorg-driver-video] 1:1.0.8-1 ii xserver-xorg-video-nvidia [xorg-driver-video] 304.88-3 ii xserver-xorg-video-openchrome [xorg-driver-video] 1:0.2.906-2+deb7u1 ii xserver-xorg-video-r128 [xorg-driver-video] 6.8.2-1 ii xserver-xorg-video-radeon [xorg-driver-video] 1:6.14.4-8 ii xserver-xorg-video-rendition [xorg-driver-video] 1:4.2.4-3 ii xserver-xorg-video-s3 [xorg-driver-video] 1:0.6.3-5 ii xserver-xorg-video-s3virge [xorg-driver-video] 1:1.10.4-5 ii xserver-xorg-video-savage [xorg-driver-video] 1:2.3.4-1 ii xserver-xorg-video-siliconmotion [xorg-driver-video] 1:1.7.6-1 ii xserver-xorg-video-sis [xorg-driver-video] 1:0.10.4-1 ii xserver-xorg-video-sisusb [xorg-driver-video] 1:0.9.4-3 ii xserver-xorg-video-tdfx [xorg-driver-video] 1:1.4.4-1 ii xserver-xorg-video-trident [xorg-driver-video] 1:1.3.5-1 ii xserver-xorg-video-tseng [xorg-driver-video] 1:1.2.4-3 ii xserver-xorg-video-vesa [xorg-driver-video] 1:2.3.1-1+b1 ii xserver-xorg-video-vmware [xorg-driver-video] 1:12.0.2-1+b1 ii xserver-xorg-video-voodoo [xorg-driver-video] 1:1.2.4-2+b3 Versions of packages xserver-xorg recommends: ii libgl1-mesa-dri 9.1.3-6 xserver-xorg suggests no packages. -- no debconf information