[SOLVED]How configure keyboard configuration to kill Cinnamon Desktop.

Hello I have installed Cinnamon desktop and i try enable ctrl+Alt+Backspace to kill it, passing terminate:ctrl_alt_bksp to XkbOptions.
https://wiki.archlinux.org/index.php/Ke … on_in_Xorg
This is my 10-keyboard.conf.
Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "es"
    Option "XkbModel" "pc104"
    Option "XkbVariant" "deadtilde, dvorak"
    Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
I try.... :
Section .....
Option "XkbOptions" "grp:alt_shift_toggle, terminate:ctrl_alt_bksp"
or ..
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
...but no result. Any idea to enable to enable Ctrl+Alt+Backspace.
Edit:
Finally i switched the displays manager gdm by sddm...and this config works perfectly:
Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "es"
    Option "XkbModel" "pc104"
    Option "XkbVariant" "deadtilde, dvorak"
    Option "XkbOptions" "grp:alt_shift_toggle, terminate:ctrl_alt_bksp"
EndSection
Thanks.
Last edited by colegui (2015-02-15 22:36:05)

Sorry, I feel like I should have done some more googling but it only occured to me while writing this post that other universities use eduroam. With a quick google search I found a solution.I will redeam myself by posting my solution.
1. ip link set wlan0 up where wlan0 is your wireless interface you are trying to connect from.
2. Create/edit /etc/wpa_supplicant.conf to look like:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="eduroam"
scan_ssid="eduroam"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
eap=PEAP
identity="abc1@university_name.ac.uk"
password="PASSWORD"
ca_cert="/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt"
phase2="auth=MSCHAPV2"
3. As root:
wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
4. then dhcpcd wlan0 again where wlan0 is the interface you are trying to connect from.
Last edited by tatskaari (2012-11-21 03:10:23)

Similar Messages

  • [Solved] How to install/configure GDM?

    I'm trying to install and configure GDM without gnome according to these directions:
    https://wiki.archlinux.org/index.php/GDM
    Unfortunately, those directions do not resemble my system.  Anyway, configuring the user to access X fails as follows:
    [root@varch arch]# xhost +SI:localuser:gdm
    localuser:gdm being added to access control list
    X Error of failed request: BadValue (integer parameter out of range for operation)
    Major opcode of failed request: 109(X_ChangeHosts)
    Value in failed requet: 0xd
    Serial number of failed request: 7
    Current serial number in output stream: 9
    and the paths in the following command do not exists:
    # cp -t /usr/share/gdm/autostart/LoginWindow/ /usr/share/applications/gnome-appearance-properties.desktop /usr/share/applications/gconf-editor.desktop
    My system does not have ../gdm/autostart.  It has a ../gdm/auto-login.....
    Can someone point me the right direction that I need to go?   I have X installed and it works.  I've tried installing xdm, but was unable to get it to work so now I'm trying gdm.
    brass
    Last edited by brass (2012-06-19 00:10:35)

    May I ask why you want to install GDM, instead of a much lighter DM like lightdm or SLiM (or even why you want a DM at all) ?
    I just installed GDM using the instructions in the wiki (to test the instructions), and it all worked as written for me. I installed the DM, then changed /etc/inittab as directed, and rebooted. GDM started and let me log in. /usr/share/gdm/autostart is right where it should be.
    Please post the output of these commands:
    ls /usr/share/gdm
    gdm --version
    And I have to ask, when was the last time you did a full system upgrade (pacman -Syu)?
    brass wrote:Unfortunately, those directions do not resemble my system.
    This should be your first clue that something is very wrong... How did you install GDM?
    Last edited by 2ManyDogs (2012-06-17 23:02:31)

  • [Solved] How do I configure the internet

    Hi. For some strange reason my ISP has an idiotic problem with the dhcp server so I have to use manual configuration. In windows I get:
    IP: <IP1>
    Subnet Mask: <netmask>
    Default Gateway: <IP_M>
    DNS Server: <IP_M>
    WINS Server: <IP_M>
    What must I edit to get this to work? I already played with rc.conf:
    lo="lo 127.0.0.1"
    eth0="eth0 <IP1> netmask <netmask> broadcast <IP_M>"
    INTERFACES=(lo eth0)
    gateway="default gw <IP_M>"
    ROUTES=(!gateway)
    and resolv.conf
    nameserver <IP_M>
    When I remove the "!" from ROUTES in rc.conf I get an error on /etc/rc.d/network restart
    SIOCDERT: No such process
    SIOCADDRT: No such process
    Please, I really, really need my internet conection back !
    Thanks in advance !
    Last edited by energiya (2007-10-10 19:54:28)

    So... did you try changing your broadcast the way I suggested?
    And you're right, if you want to use the gateway you need to remove the !
    As for "different than normal", do you mean they're not 192.168.x.y?  There's another range for local addresses... but I can't remember it off the top of my head. (edit - other private network ranges are 10.0.0.0/8 and 172.16.0.0/12)
    Last edited by Cerebral (2007-10-10 19:36:05)

  • How do I configure my keyboard to special characters in portuguese?

    How do I configure my macbook pro keyboard with special characters in portuguese?

    see
    http://support.apple.com/kb/PH11380
    and
    http://support.apple.com/kb/PH10599

  • [Solved]switch my keyboard layout (also, how to unify clipboard?)

    ok, i want to switch between us and us intl layout. After reading the Xorg page in the great Arch Wiki i maded
    a file called "11-switchkb.conf" in my xorg folder and writed into it:
    Section "InputClass"
           Identifier                         "Keyboard Defaults"
           MatchIsKeyboard            "yes"
           Option                             "XkbLayout" "us, us intl"
           Option                             "XkbOptions" "grp:caps_toggle"
    EndSection
    and i happyli restared my X and... My keyboard stopped working ( i had to brute shutdown my notebook holding power button)
    I also tried 10-switchkb.conf and didnt worked.  What im doing wrong?
    My second question i dont know how to explain it right... Im confused about copy and paste in linux, and it's seems weird for me,
    sometimes it works sometimes it doesnt...
    like when i highlight something in uzbl i can paste with shift+insert but
    only while its highlighted. Sometimes i highlight what i want in vim and, even while its still highlighted, when i do shift+insert
    in some other app it doesnt paste anything. and when i highlight in vim and paste in the same vim whith shift+insert it pastes
    with a crazy indentation, but when i yank and paste it with 'p' it pastes correctly.
    Is there a way to "unify" clipboard, in such a way i can copy-paste without trouble from any app to any other app?
    Last edited by wolfspaw (2010-09-13 16:03:28)

    Thanks for the help guys!
    Great answers, that was exactly what i wanted for my clipboard and Vim! (I'll read about buffers).
    stqn : Nice script, i'll try to bind it to xMonad.
    Karol: I can solve the issue with sqn script but im curious to why my X
    does not detect my keyboard when i use the Xorg Arch Wiki way of
    Layout Switch:
    Here is my Xorg.0.log after trying the swi(the last third of it.):
    (my touchpad is detected as a mouse, but it works great) :
    [ 29619.012] (II) Initializing built-in extension Generic Event Extension
    [ 29619.012] (II) Initializing built-in extension SHAPE
    [ 29619.012] (II) Initializing built-in extension MIT-SHM
    [ 29619.012] (II) Initializing built-in extension XInputExtension
    [ 29619.012] (II) Initializing built-in extension XTEST
    [ 29619.012] (II) Initializing built-in extension BIG-REQUESTS
    [ 29619.012] (II) Initializing built-in extension SYNC
    [ 29619.012] (II) Initializing built-in extension XKEYBOARD
    [ 29619.012] (II) Initializing built-in extension XC-MISC
    [ 29619.012] (II) Initializing built-in extension SECURITY
    [ 29619.012] (II) Initializing built-in extension XINERAMA
    [ 29619.012] (II) Initializing built-in extension XFIXES
    [ 29619.012] (II) Initializing built-in extension RENDER
    [ 29619.012] (II) Initializing built-in extension RANDR
    [ 29619.012] (II) Initializing built-in extension COMPOSITE
    [ 29619.012] (II) Initializing built-in extension DAMAGE
    [ 29619.023] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 29619.023] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 29619.023] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 29619.023] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 29619.023] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 29619.023] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 29619.023] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 29619.024] (II) intel(0): Setting screen physical size to 361 x 203
    [ 29619.211] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 29619.211] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29619.211] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 29619.211] (II) LoadModule: "evdev"
    [ 29619.211] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29619.212] (II) Module evdev: vendor="X.Org Foundation"
    [ 29619.212]     compiled for 1.8.1.902, module version = 2.4.0
    [ 29619.212]     Module class: X.Org XInput Driver
    [ 29619.212]     ABI class: X.Org XInput driver, version 9.0
    [ 29619.212] (**) Power Button: always reports core events
    [ 29619.212] (**) Power Button: Device: "/dev/input/event5"
    [ 29619.220] (II) Power Button: Found keys
    [ 29619.220] (II) Power Button: Configuring as keyboard
    [ 29619.220] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 29619.220] (**) Option "xkb_rules" "evdev"
    [ 29619.220] (**) Option "xkb_model" "evdev"
    [ 29619.220] (**) Option "xkb_layout" "us, us intl"
    [ 29619.220] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.259] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 29619.259] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 29619.259] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 29619.259] (**) Video Bus: always reports core events
    [ 29619.259] (**) Video Bus: Device: "/dev/input/event8"
    [ 29619.267] (II) Video Bus: Found keys
    [ 29619.267] (II) Video Bus: Configuring as keyboard
    [ 29619.267] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 29619.267] (**) Option "xkb_rules" "evdev"
    [ 29619.267] (**) Option "xkb_model" "evdev"
    [ 29619.267] (**) Option "xkb_layout" "us, us intl"
    [ 29619.267] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.271] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 29619.271] (II) No input driver/identifier specified (ignoring)
    [ 29619.271] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 29619.271] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 29619.271] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 29619.271] (**) Sleep Button: always reports core events
    [ 29619.271] (**) Sleep Button: Device: "/dev/input/event3"
    [ 29619.280] (II) Sleep Button: Found keys
    [ 29619.280] (II) Sleep Button: Configuring as keyboard
    [ 29619.280] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 29619.280] (**) Option "xkb_rules" "evdev"
    [ 29619.280] (**) Option "xkb_model" "evdev"
    [ 29619.280] (**) Option "xkb_layout" "us, us intl"
    [ 29619.280] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.283] (II) config/udev: Adding input device USB2.0 0.3M UVC WebCam (/dev/input/event7)
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: Applying InputClass "evdev keyboard catchall"
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: Applying InputClass "Keyboard Defaults"
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: always reports core events
    [ 29619.283] (**) USB2.0 0.3M UVC WebCam: Device: "/dev/input/event7"
    [ 29619.290] (II) USB2.0 0.3M UVC WebCam: Found keys
    [ 29619.290] (II) USB2.0 0.3M UVC WebCam: Configuring as keyboard
    [ 29619.290] (II) XINPUT: Adding extended input device "USB2.0 0.3M UVC WebCam" (type: KEYBOARD)
    [ 29619.290] (**) Option "xkb_rules" "evdev"
    [ 29619.290] (**) Option "xkb_model" "evdev"
    [ 29619.290] (**) Option "xkb_layout" "us, us intl"
    [ 29619.290] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.296] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event6)
    [ 29619.296] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 29619.296] (**) Asus Laptop extra buttons: Applying InputClass "Keyboard Defaults"
    [ 29619.296] (**) Asus Laptop extra buttons: always reports core events
    [ 29619.296] (**) Asus Laptop extra buttons: Device: "/dev/input/event6"
    [ 29619.310] (II) Asus Laptop extra buttons: Found keys
    [ 29619.310] (II) Asus Laptop extra buttons: Configuring as keyboard
    [ 29619.310] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
    [ 29619.310] (**) Option "xkb_rules" "evdev"
    [ 29619.310] (**) Option "xkb_model" "evdev"
    [ 29619.310] (**) Option "xkb_layout" "us, us intl"
    [ 29619.310] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.311] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 29619.311] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29619.311] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 29619.311] (**) AT Translated Set 2 keyboard: always reports core events
    [ 29619.311] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 29619.323] (II) AT Translated Set 2 keyboard: Found keys
    [ 29619.324] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 29619.324] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 29619.324] (**) Option "xkb_rules" "evdev"
    [ 29619.324] (**) Option "xkb_model" "evdev"
    [ 29619.324] (**) Option "xkb_layout" "us, us intl"
    [ 29619.324] (**) Option "xkb_options" "grp:caps_toggle"
    [ 29619.324] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event2)
    [ 29619.324] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 29619.324] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 29619.324] (II) LoadModule: "synaptics"
    [ 29619.325] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 29619.325] (II) Module synaptics: vendor="X.Org Foundation"
    [ 29619.325]     compiled for 1.8.0.902, module version = 1.2.2
    [ 29619.325]     Module class: X.Org XInput Driver
    [ 29619.325]     ABI class: X.Org XInput driver, version 9.0
    [ 29619.325] (II) Synaptics touchpad driver version 1.2.2
    [ 29619.325] (**) Option "Device" "/dev/input/event2"
    [ 29619.363] (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
    [ 29619.364] (II) ETPS/2 Elantech Touchpad: buttons: left right double triple
    [ 29619.364] (**) Option "TapButton1" "1"
    [ 29619.364] (**) Option "TapButton2" "2"
    [ 29619.364] (**) Option "TapButton3" "3"
    [ 29619.390] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 29619.390] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 29619.403] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 29619.404] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 29619.430] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 29619.431] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 29619.431] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 29619.431] (II) Synaptics touchpad driver version 1.2.2
    [ 29619.837] ETPS/2 Elantech Touchpad no synaptics event device found
    [ 29619.837] (**) Option "Device" "/dev/input/mouse0"
    [ 29619.850] (**) Option "TapButton1" "1"
    [ 29619.850] (**) Option "TapButton2" "2"
    [ 29619.850] (**) Option "TapButton3" "3"
    [ 29619.871] Query no Synaptics: 6003C8
    [ 29619.871] (--) ETPS/2 Elantech Touchpad: no supported touchpad found
    [ 29619.871] (EE) ETPS/2 Elantech Touchpad Unable to query/initialize Synaptics hardware.
    [ 29619.910] (EE) PreInit failed for input device "ETPS/2 Elantech Touchpad"
    [ 29619.910] (II) UnloadModule: "synaptics"
    [ 29619.911] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 29619.911] (II) No input driver/identifier specified (ignoring)
    [ 29672.057] (II) Power Button: Close
    [ 29672.057] (II) UnloadModule: "evdev"
    [ 29672.077] (II) Video Bus: Close
    [ 29672.077] (II) UnloadModule: "evdev"
    [ 29672.097] (II) Sleep Button: Close
    [ 29672.097] (II) UnloadModule: "evdev"
    [ 29672.117] (II) USB2.0 0.3M UVC WebCam: Close
    [ 29672.117] (II) UnloadModule: "evdev"
    [ 29672.137] (II) Asus Laptop extra buttons: Close
    [ 29672.137] (II) UnloadModule: "evdev"
    [ 29672.157] (II) AT Translated Set 2 keyboard: Close
    [ 29672.157] (II) UnloadModule: "evdev"
    [ 29672.190] (II) UnloadModule: "synaptics"

  • How can I configure one of the gateway NI9792 Ethernet port to communicate with a cRIO PAC ?

    Hi NI Engineers,
    I intend to use my gateway NI9792 the following way:
    1. One Ethernet port for network connection. That's how I'll develop it, download software and monitor my application through my PC at my desk.
    2. Can the other port be used to communicate with a cRIO device? If so, how can I do it?
    It seems to be a stupid question, but I truly could not work this out!
    Thanks in advance,
    Luiz
    "Together we stand, divided we fall..."
    Certified LabVIEW Associate Developer
    Solved!
    Go to Solution.

    Good afternoon, Luiz
    Follow the first link to guide which module can be used and other links to the best part of bore configuration CRIO. Any questions please contact us.
    How Do I Configure My Time Server on the NI WSN-9791 or NI 9792 Gateway?
    http://digital.ni.com/public.nsf/allkb/44FA322FAFF8D58D862575BD00591A54?OpenDocument
    NI WSN Product and Configuration Guide
    http://zone.ni.com/devzone/cda/tut/p/id/8710
    Configuring the Dual Ethernet Ports on Real-Time Controllers
    http://digital.ni.com/public.nsf/allkb/67F94BB93BCE32CF86257367006B3659?OpenDocument
    video setup and installation CRIO
    http://www.ni.com/swf/demos/us/crio/outofbox/
    Automatic Network Configuration for cRIO-9073 and cRIO-9074 CompactRIO Controllers
    http://digital.ni.com/public.nsf/allkb/37C790309A210A748625757000570938?OpenDocument
    Sincerely,
    Mauro Vera.

  • How to re-configure family sharing if you're not recognised as the administrator?

    How to re-configure family sharing if you're not recognised as the administrator? I have several apple machines. Four of them use i.o.s. 8. I want to configure family sharing, but it will not start. I says that it is already configured and suggests that I ask the administrator (it uses the name of that person, which is me) to send me an invitation. It does that on all my machines using ios 8. So I'm at a loss, how to solve this.

    It sounds like you aren't logged into your (organisers) iCloud account.

  • How can i configure STMS with out physical systems

    Dear Experts ,
    please solve my doubts
    here i installed one system in AIX and named it as DEV system in that system i need to perform post-installaion Activities
    and i started some activities also
    presently my doubt is in STMS configuration
    here i have only one system (DOMINE CONTROLLER) and we need to other systems while configuration but we dont have other systems like quality and production how can i configure that systems in my landscape
    this is my first implementation Experience please suggest me with some valuable suggestions
    my doubts:
    while creating systems we need to take for virtual systems or Extended systems
    which transport routes can i prefer for Dev to Qly systemand also Qly to Prd
    please reply me
    Regards

    Hi,
    If you have decided the SID's of the QUA and PRD systems then you can configure TMS with the virtual systems. Here are the steps to do so.
    Login to the domain controller
    Execute tcode STMS
    Goto the menu overvie --> systems (Shift+F6)
    SAP SYStems --> Create --> Virtual system
    Enter the SID and description and then save ur entries.
    Now the new virtual system will be created. Do the above for the others systems in the landscape.
    Again execute STMS and then click SHIFT+F7. You will goto the transport route window. Now you can configure TMS for the systems in the list as usual.
    Hope this helps.
    Regards,
    Varadharajan M

  • Edev configuring keyboard as mouse

    Hello,
    I'm having some trouble with edev. For some strange reason edev/xorg seems to be configuring my keyboard as a keyboard then as a mouse, forcing x & y axis and the rest. Also my power button as a keyboard it seems. Not sure how to stop this.
    My mouse also seems to be configuring multiple times. I'm using the razercfg tool to config that.
    Can anyone help?
    Heres my Xorg.0.log
    [ 7.644]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 7.644] X Protocol Version 11, Revision 0
    [ 7.644] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 7.644] Current Operating System: Linux breakage 3.10.7-1-ARCH #1 SMP PREEMPT Thu Aug 15 11:55:34 CEST 2013 x86_64
    [ 7.644] Kernel command line: root=/dev/sda2 rw initrd=/initramfs-linux.img
    [ 7.644] Build Date: 01 July 2013 10:48:42AM
    [ 7.644]
    [ 7.644] Current version of pixman: 0.30.2
    [ 7.644] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 7.644] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 7.644] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 21 09:59:45 2013
    [ 7.711] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 7.732] (==) ServerLayout "Layout0"
    [ 7.732] (**) |-->Screen "Screen0" (0)
    [ 7.732] (**) | |-->Monitor "Monitor0"
    [ 7.732] (**) | |-->Device "Device0"
    [ 7.732] (**) Option "Xinerama" "0"
    [ 7.732] (==) Automatically adding devices
    [ 7.732] (==) Automatically enabling devices
    [ 7.732] (==) Automatically adding GPU devices
    [ 7.853] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 7.853] Entry deleted from font path.
    [ 7.853] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 7.853] Entry deleted from font path.
    [ 7.853] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 7.853] Entry deleted from font path.
    [ 7.853] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 7.854] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 7.854] Entry deleted from font path.
    [ 7.854] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 7.854] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 7.854] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 7.854] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 7.854] (II) Loader magic: 0x7fdc20
    [ 7.854] (II) Module ABI versions:
    [ 7.854] X.Org ANSI C Emulation: 0.4
    [ 7.854] X.Org Video Driver: 14.1
    [ 7.854] X.Org XInput driver : 19.1
    [ 7.854] X.Org Server Extension : 7.0
    [ 7.855] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 7.857] (--) PCI:*(0:1:0:0) 10de:11c0:1462:2871 rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 7.857] Initializing built-in extension Generic Event Extension
    [ 7.857] Initializing built-in extension SHAPE
    [ 7.857] Initializing built-in extension MIT-SHM
    [ 7.858] Initializing built-in extension XInputExtension
    [ 7.858] Initializing built-in extension XTEST
    [ 7.858] Initializing built-in extension BIG-REQUESTS
    [ 7.858] Initializing built-in extension SYNC
    [ 7.858] Initializing built-in extension XKEYBOARD
    [ 7.858] Initializing built-in extension XC-MISC
    [ 7.858] Initializing built-in extension SECURITY
    [ 7.858] Initializing built-in extension XINERAMA
    [ 7.858] Initializing built-in extension XFIXES
    [ 7.858] Initializing built-in extension RENDER
    [ 7.858] Initializing built-in extension RANDR
    [ 7.858] Initializing built-in extension COMPOSITE
    [ 7.858] Initializing built-in extension DAMAGE
    [ 7.858] Initializing built-in extension MIT-SCREEN-SAVER
    [ 7.858] Initializing built-in extension DOUBLE-BUFFER
    [ 7.858] Initializing built-in extension RECORD
    [ 7.858] Initializing built-in extension DPMS
    [ 7.858] Initializing built-in extension X-Resource
    [ 7.858] Initializing built-in extension XVideo
    [ 7.858] Initializing built-in extension XVideo-MotionCompensation
    [ 7.858] Initializing built-in extension XFree86-VidModeExtension
    [ 7.858] Initializing built-in extension XFree86-DGA
    [ 7.858] Initializing built-in extension XFree86-DRI
    [ 7.858] Initializing built-in extension DRI2
    [ 7.858] (II) LoadModule: "glx"
    [ 7.926] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 8.859] (II) Module glx: vendor="NVIDIA Corporation"
    [ 8.859] compiled for 4.0.2, module version = 1.0.0
    [ 8.859] Module class: X.Org Server Extension
    [ 8.859] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 8.866] Loading extension GLX
    [ 8.866] (II) LoadModule: "nvidia"
    [ 8.866] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 8.913] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 8.913] compiled for 4.0.2, module version = 1.0.0
    [ 8.913] Module class: X.Org Video Driver
    [ 8.919] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 8.919] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 8.919] (++) using VT number 7
    [ 8.925] (II) Loading sub module "fb"
    [ 8.925] (II) LoadModule: "fb"
    [ 8.933] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 8.942] (II) Module fb: vendor="X.Org Foundation"
    [ 8.942] compiled for 1.14.2, module version = 1.0.0
    [ 8.942] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 8.942] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 8.942] (II) Loading sub module "wfb"
    [ 8.942] (II) LoadModule: "wfb"
    [ 8.942] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 8.952] (II) Module wfb: vendor="X.Org Foundation"
    [ 8.952] compiled for 1.14.2, module version = 1.0.0
    [ 8.952] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 8.952] (II) Loading sub module "shadow"
    [ 8.952] (II) LoadModule: "shadow"
    [ 8.952] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 8.953] (II) Module shadow: vendor="X.Org Foundation"
    [ 8.953] compiled for 1.14.2, module version = 1.1.0
    [ 8.953] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 8.953] (II) Loading sub module "ramdac"
    [ 8.953] (II) LoadModule: "ramdac"
    [ 8.953] (II) Module "ramdac" already built-in
    [ 8.956] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 8.956] (==) NVIDIA(0): RGB weight 888
    [ 8.956] (==) NVIDIA(0): Default visual is TrueColor
    [ 8.956] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 8.957] (**) NVIDIA(0): Option "Stereo" "0"
    [ 8.957] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-3"
    [ 8.957] (**) NVIDIA(0): Option "SLI" "Off"
    [ 8.957] (**) NVIDIA(0): Option "MultiGPU" "Off"
    [ 8.957] (**) NVIDIA(0): Option "BaseMosaic" "off"
    [ 8.957] (**) NVIDIA(0): Stereo disabled by request
    [ 8.957] (**) NVIDIA(0): NVIDIA SLI disabled.
    [ 8.957] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
    [ 8.958] (**) NVIDIA(0): Option "MetaModes" "1920x1080_120 +0+0"
    [ 8.958] (**) NVIDIA(0): Enabling 2D acceleration
    [ 9.582] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 9.600] (II) NVIDIA(GPU-0): Display (LG Electronics W2363D (DFP-3)) supports NVIDIA 3D
    [ 9.600] (II) NVIDIA(GPU-0): Vision stereo.
    [ 9.600] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660 (GK106) at PCI:1:0:0 (GPU-0)
    [ 9.600] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 9.600] (--) NVIDIA(0): VideoBIOS: 80.06.28.00.39
    [ 9.600] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 9.611] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660 at PCI:1:0:0
    [ 9.611] (--) NVIDIA(0): CRT-0
    [ 9.611] (--) NVIDIA(0): DFP-0
    [ 9.611] (--) NVIDIA(0): DFP-1
    [ 9.611] (--) NVIDIA(0): DFP-2
    [ 9.611] (--) NVIDIA(0): LG Electronics W2363D (DFP-3) (boot, connected)
    [ 9.611] (--) NVIDIA(0): DFP-4
    [ 9.611] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 9.611] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 9.611] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 9.611] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 9.611] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 9.611] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
    [ 9.611] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 9.611] (--) NVIDIA(0): LG Electronics W2363D (DFP-3): 330.0 MHz maximum pixel clock
    [ 9.611] (--) NVIDIA(0): LG Electronics W2363D (DFP-3): Internal Dual Link TMDS
    [ 9.611] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
    [ 9.611] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 9.611] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 9.611] (**) NVIDIA(0): device LG Electronics W2363D (DFP-3) (Using EDID
    [ 9.611] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 9.612] (II) NVIDIA(0): Validated MetaModes:
    [ 9.612] (II) NVIDIA(0): "1920x1080_120+0+0"
    [ 9.612] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 9.660] (--) NVIDIA(0): DPI set to (95, 97); computed from "UseEdidDpi" X config
    [ 9.660] (--) NVIDIA(0): option
    [ 9.660] (--) Depth 24 pixmap format is 32 bpp
    [ 9.661] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 9.661] (II) NVIDIA: access.
    [ 9.668] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 9.668] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 9.668] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 9.668] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 9.668] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 9.668] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 9.668] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 9.668] (II) NVIDIA(0): Config Options in the README.
    [ 9.673] (II) NVIDIA(0): Setting mode "1920x1080_120+0+0"
    [ 9.710] Loading extension NV-GLX
    [ 9.732] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 9.732] (==) NVIDIA(0): Backing store disabled
    [ 9.732] (==) NVIDIA(0): Silken mouse enabled
    [ 9.732] Loading extension NV-CONTROL
    [ 9.733] Loading extension XINERAMA
    [ 9.733] (II) Loading sub module "dri2"
    [ 9.733] (II) LoadModule: "dri2"
    [ 9.733] (II) Module "dri2" already built-in
    [ 9.733] (II) NVIDIA(0): [DRI2] Setup complete
    [ 9.733] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 9.733] (--) RandR disabled
    [ 9.744] (II) Initializing extension GLX
    [ 10.098] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 10.098] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.098] (**) Power Button: Applying InputClass "Keyboard"
    [ 10.098] (II) LoadModule: "evdev"
    [ 10.099] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 10.110] (II) Module evdev: vendor="X.Org Foundation"
    [ 10.110] compiled for 1.14.2, module version = 2.8.1
    [ 10.110] Module class: X.Org XInput Driver
    [ 10.110] ABI class: X.Org XInput driver, version 19.1
    [ 10.110] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.110] (**) Power Button: always reports core events
    [ 10.110] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 10.110] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.110] (--) evdev: Power Button: Found keys
    [ 10.110] (II) evdev: Power Button: Configuring as keyboard
    [ 10.110] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 10.110] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 10.110] (**) Option "xkb_rules" "evdev"
    [ 10.110] (**) Option "xkb_model" "pc104"
    [ 10.110] (**) Option "xkb_layout" "gb"
    [ 10.144] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 10.144] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.144] (**) Power Button: Applying InputClass "Keyboard"
    [ 10.144] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.144] (**) Power Button: always reports core events
    [ 10.144] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 10.144] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.144] (--) evdev: Power Button: Found keys
    [ 10.144] (II) evdev: Power Button: Configuring as keyboard
    [ 10.144] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 10.144] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 10.144] (**) Option "xkb_rules" "evdev"
    [ 10.144] (**) Option "xkb_model" "pc104"
    [ 10.144] (**) Option "xkb_layout" "gb"
    [ 10.145] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 10.145] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event0)
    [ 10.145] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 10.145] (**) Logitech USB Keyboard: Applying InputClass "Keyboard"
    [ 10.145] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 10.145] (**) Logitech USB Keyboard: always reports core events
    [ 10.145] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event0"
    [ 10.145] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
    [ 10.145] (--) evdev: Logitech USB Keyboard: Found keys
    [ 10.145] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 10.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb2/2-2/2-2:1.0/input/input0/event0"
    [ 10.145] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 8)
    [ 10.145] (**) Option "xkb_rules" "evdev"
    [ 10.145] (**) Option "xkb_model" "pc104"
    [ 10.145] (**) Option "xkb_layout" "gb"
    [ 10.145] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
    [ 10.145] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 10.145] (**) Logitech USB Keyboard: Applying InputClass "Keyboard"
    [ 10.145] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 10.145] (**) Logitech USB Keyboard: always reports core events
    [ 10.145] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event1"
    [ 10.145] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
    [ 10.145] (--) evdev: Logitech USB Keyboard: Found absolute axes
    [ 10.145] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
    [ 10.145] (--) evdev: Logitech USB Keyboard: Found keys
    [ 10.145] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
    [ 10.145] (II) evdev: Logitech USB Keyboard: Configuring as mouse
    [ 10.145] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 10.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb2/2-2/2-2:1.1/input/input1/event1"
    [ 10.145] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
    [ 10.145] (**) Option "xkb_rules" "evdev"
    [ 10.145] (**) Option "xkb_model" "pc104"
    [ 10.145] (**) Option "xkb_layout" "gb"
    [ 10.146] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
    [ 10.146] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [ 10.146] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [ 10.146] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [ 10.146] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [ 10.146] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 10.146] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 10.146] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 10.146] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 10.146] (**) Razer Razer DeathAdder: always reports core events
    [ 10.146] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 10.146] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 10.146] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 10.146] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 10.146] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 10.146] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 10.146] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 10.146] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 10.146] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 10.146] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 10.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input7/event2"
    [ 10.146] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 10.146] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 10.146] (**) Option "AccelerationScheme" "none"
    [ 10.146] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 10.146] (**) Option "AccelerationNumerator" "1"
    [ 10.146] (**) Option "AccelerationDenominator" "1"
    [ 10.146] (**) Option "AccelerationThreshold" "0"
    [ 10.146] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 10.146] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 10.146] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 10.146] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 10.146] (II) No input driver specified, ignoring this device.
    [ 10.146] (II) This device may have been added with another device file.
    [ 10.151] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 10.151] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 10.151] (II) No input driver specified, ignoring this device.
    [ 10.151] (II) This device may have been added with another device file.
    [ 10.151] (II) config/udev: removing device Razer Razer DeathAdder
    [ 10.236] (II) evdev: Razer Razer DeathAdder: Close
    [ 10.236] (II) UnloadModule: "evdev"
    [ 10.237] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 10.237] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 10.237] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 10.237] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 10.237] (**) Razer Razer DeathAdder: always reports core events
    [ 10.237] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 10.237] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 10.237] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 10.237] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 10.237] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 10.237] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 10.237] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 10.237] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 10.237] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 10.237] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 10.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input7/event2"
    [ 10.237] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 10.237] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 10.238] (**) Option "AccelerationScheme" "none"
    [ 10.238] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 10.238] (**) Option "AccelerationNumerator" "1"
    [ 10.238] (**) Option "AccelerationDenominator" "1"
    [ 10.238] (**) Option "AccelerationThreshold" "0"
    [ 10.238] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 10.238] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 406.264] (II) config/udev: removing device Razer Razer DeathAdder
    [ 406.303] (II) evdev: Razer Razer DeathAdder: Close
    [ 406.303] (II) UnloadModule: "evdev"
    [ 406.320] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 406.321] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 406.321] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 406.321] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 406.321] (**) Razer Razer DeathAdder: always reports core events
    [ 406.321] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 406.321] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 406.321] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 406.321] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 406.321] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 406.321] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 406.321] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 406.321] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 406.321] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 406.321] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 406.321] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input8/event2"
    [ 406.321] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 406.321] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 406.322] (**) Option "AccelerationScheme" "none"
    [ 406.322] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 406.322] (**) Option "AccelerationNumerator" "1"
    [ 406.322] (**) Option "AccelerationDenominator" "1"
    [ 406.322] (**) Option "AccelerationThreshold" "0"
    [ 406.322] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 406.322] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 406.322] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 406.322] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 406.322] (II) No input driver specified, ignoring this device.
    [ 406.322] (II) This device may have been added with another device file.
    [ 408.822] (II) config/udev: removing device Razer Razer DeathAdder
    [ 408.858] (II) evdev: Razer Razer DeathAdder: Close
    [ 408.858] (II) UnloadModule: "evdev"
    [ 408.878] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 408.878] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 408.878] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 408.878] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 408.878] (**) Razer Razer DeathAdder: always reports core events
    [ 408.878] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 408.878] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 408.878] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 408.878] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 408.878] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 408.878] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 408.878] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 408.878] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 408.878] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 408.878] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 408.878] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input9/event2"
    [ 408.878] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 408.878] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 408.879] (**) Option "AccelerationScheme" "none"
    [ 408.879] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 408.879] (**) Option "AccelerationNumerator" "1"
    [ 408.879] (**) Option "AccelerationDenominator" "1"
    [ 408.879] (**) Option "AccelerationThreshold" "0"
    [ 408.879] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 408.879] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 408.879] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 408.880] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 408.880] (II) No input driver specified, ignoring this device.
    [ 408.880] (II) This device may have been added with another device file.
    [ 410.424] (II) config/udev: removing device Razer Razer DeathAdder
    [ 410.457] (II) evdev: Razer Razer DeathAdder: Close
    [ 410.457] (II) UnloadModule: "evdev"
    [ 410.477] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 410.477] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 410.477] (II) No input driver specified, ignoring this device.
    [ 410.477] (II) This device may have been added with another device file.
    [ 410.477] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 410.477] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 410.477] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 410.477] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 410.477] (**) Razer Razer DeathAdder: always reports core events
    [ 410.477] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 410.477] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 410.477] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 410.477] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 410.477] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 410.477] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 410.477] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 410.477] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 410.477] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 410.477] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 410.477] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input10/event2"
    [ 410.477] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 410.478] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 410.478] (**) Option "AccelerationScheme" "none"
    [ 410.478] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 410.478] (**) Option "AccelerationNumerator" "1"
    [ 410.478] (**) Option "AccelerationDenominator" "1"
    [ 410.478] (**) Option "AccelerationThreshold" "0"
    [ 410.478] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 410.478] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 411.144] (II) config/udev: removing device Razer Razer DeathAdder
    [ 411.183] (II) evdev: Razer Razer DeathAdder: Close
    [ 411.184] (II) UnloadModule: "evdev"
    [ 411.478] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 411.478] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 411.478] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 411.478] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 411.478] (**) Razer Razer DeathAdder: always reports core events
    [ 411.478] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 411.478] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 411.478] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 411.478] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 411.478] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 411.478] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 411.478] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 411.478] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 411.478] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 411.478] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 411.478] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input11/event2"
    [ 411.478] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 411.478] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 411.479] (**) Option "AccelerationScheme" "none"
    [ 411.479] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 411.479] (**) Option "AccelerationNumerator" "1"
    [ 411.479] (**) Option "AccelerationDenominator" "1"
    [ 411.479] (**) Option "AccelerationThreshold" "0"
    [ 411.479] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 411.479] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 411.479] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 411.479] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 411.479] (II) No input driver specified, ignoring this device.
    [ 411.479] (II) This device may have been added with another device file.
    [ 418.961] (II) config/udev: removing device Razer Razer DeathAdder
    [ 419.000] (II) evdev: Razer Razer DeathAdder: Close
    [ 419.000] (II) UnloadModule: "evdev"
    [ 419.020] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 419.020] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 419.020] (II) No input driver specified, ignoring this device.
    [ 419.020] (II) This device may have been added with another device file.
    [ 419.021] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 419.021] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 419.021] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 419.021] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 419.021] (**) Razer Razer DeathAdder: always reports core events
    [ 419.021] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 419.021] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 419.021] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 419.021] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 419.021] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 419.021] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 419.021] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 419.021] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 419.021] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 419.021] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 419.021] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input12/event2"
    [ 419.021] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 419.021] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 419.022] (**) Option "AccelerationScheme" "none"
    [ 419.022] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 419.022] (**) Option "AccelerationNumerator" "1"
    [ 419.022] (**) Option "AccelerationDenominator" "1"
    [ 419.022] (**) Option "AccelerationThreshold" "0"
    [ 419.022] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 419.022] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 422.024] (II) config/udev: removing device Razer Razer DeathAdder
    [ 422.070] (II) evdev: Razer Razer DeathAdder: Close
    [ 422.070] (II) UnloadModule: "evdev"
    [ 422.071] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 422.071] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 422.071] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 422.071] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 422.071] (**) Razer Razer DeathAdder: always reports core events
    [ 422.071] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 422.071] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 422.071] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 422.071] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 422.071] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 422.071] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 422.071] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 422.071] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 422.071] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 422.071] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 422.071] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input13/event2"
    [ 422.071] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 422.071] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 422.072] (**) Option "AccelerationScheme" "none"
    [ 422.072] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 422.072] (**) Option "AccelerationNumerator" "1"
    [ 422.072] (**) Option "AccelerationDenominator" "1"
    [ 422.072] (**) Option "AccelerationThreshold" "0"
    [ 422.072] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 422.072] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 422.072] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 422.072] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 422.072] (II) No input driver specified, ignoring this device.
    [ 422.072] (II) This device may have been added with another device file.
    [ 546.744] (II) config/udev: removing device Razer Razer DeathAdder
    [ 546.773] (II) evdev: Razer Razer DeathAdder: Close
    [ 546.774] (II) UnloadModule: "evdev"
    [ 546.792] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 546.792] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 546.792] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 546.792] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 546.792] (**) Razer Razer DeathAdder: always reports core events
    [ 546.792] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 546.792] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 546.792] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 546.792] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 546.792] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 546.792] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 546.792] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 546.792] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 546.792] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 546.792] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 546.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input14/event2"
    [ 546.792] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 546.792] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 546.793] (**) Option "AccelerationScheme" "none"
    [ 546.793] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 546.793] (**) Option "AccelerationNumerator" "1"
    [ 546.793] (**) Option "AccelerationDenominator" "1"
    [ 546.793] (**) Option "AccelerationThreshold" "0"
    [ 546.793] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 546.793] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 546.793] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 546.793] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 546.793] (II) No input driver specified, ignoring this device.
    [ 546.793] (II) This device may have been added with another device file.
    [ 548.904] (II) config/udev: removing device Razer Razer DeathAdder
    [ 548.943] (II) evdev: Razer Razer DeathAdder: Close
    [ 548.943] (II) UnloadModule: "evdev"
    [ 548.964] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 548.964] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 548.964] (II) No input driver specified, ignoring this device.
    [ 548.964] (II) This device may have been added with another device file.
    [ 548.964] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 548.964] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 548.964] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 548.964] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 548.964] (**) Razer Razer DeathAdder: always reports core events
    [ 548.964] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 548.964] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 548.964] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 548.964] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 548.964] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 548.964] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 548.964] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 548.964] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 548.964] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 548.964] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 548.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input15/event2"
    [ 548.964] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 548.965] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 548.965] (**) Option "AccelerationScheme" "none"
    [ 548.965] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 548.965] (**) Option "AccelerationNumerator" "1"
    [ 548.965] (**) Option "AccelerationDenominator" "1"
    [ 548.965] (**) Option "AccelerationThreshold" "0"
    [ 548.965] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 548.965] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 551.904] (II) config/udev: removing device Razer Razer DeathAdder
    [ 551.943] (II) evdev: Razer Razer DeathAdder: Close
    [ 551.943] (II) UnloadModule: "evdev"
    [ 551.961] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
    [ 551.961] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 551.961] (II) No input driver specified, ignoring this device.
    [ 551.961] (II) This device may have been added with another device file.
    [ 551.962] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event2)
    [ 551.962] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 551.962] (**) Razer Razer DeathAdder: Applying InputClass "Mouse"
    [ 551.962] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 551.962] (**) Razer Razer DeathAdder: always reports core events
    [ 551.962] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event2"
    [ 551.963] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
    [ 551.963] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
    [ 551.963] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
    [ 551.963] (--) evdev: Razer Razer DeathAdder: Found relative axes
    [ 551.963] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
    [ 551.963] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
    [ 551.963] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
    [ 551.963] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 551.963] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 551.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/input/input16/event2"
    [ 551.963] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 10)
    [ 551.963] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
    [ 551.963] (**) Option "AccelerationScheme" "none"
    [ 551.963] (**) Razer Razer DeathAdder: (accel) selected scheme none/0
    [ 551.963] (**) Option "AccelerationNumerator" "1"
    [ 551.963] (**) Option "AccelerationDenominator" "1"
    [ 551.963] (**) Option "AccelerationThreshold" "0"
    [ 551.963] (**) Razer Razer DeathAdder: (accel) acceleration factor: 1.000
    [ 551.964] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 0
    [ 603.745] (II) NVIDIA(GPU-0): Display (LG Electronics W2363D (DFP-3)) supports NVIDIA 3D
    [ 603.745] (II) NVIDIA(GPU-0): Vision stereo.
    Cheers.
    Last edited by Breakage (2013-08-21 09:28:20)

    I'm currently using pointerkeys when I don't have a USB mouse with me because my touchpad seems electronically dead.
    I didn't want to merge the pointerkeys settings with the keyboard layout configuration so I created the file /etc/X11/xorg.conf.d/20-pointerkeys.conf:
    Section "InputClass"
    Identifier "PointerKeys"
    MatchIsKeyboard "yes"
    Option "XkbOptions" "keypad:pointerkeys"
    EndSection
    Pointerkeys are disabled by default at boot time, but you can simply enable them by pressing Shift+NumLock ( I think it's customizable).
    When the pointerkeys are enabled your numpad works as a three buttons mouse. Don't expect it to change the numlock setting, when you press Shift+Numlock the NumLock led stays exactly the same.
    1,2,3,4,6,7,8,9 are used to move the cursor around
    5 is used to trigger a single click, or a double click if you're quick enough
    pressing 0 is like clicking and holding the button down, so you can use it for drag'n'drop. press 5 to release
    slash, asterisk and minus select which button are you going to click with 5.
    / selects the left button
    * the middle button
    - the right button
    The movements acceleration and so on can be customized, but I never tried.
    Pointerkeys are not very comfortable, but they're really helpful for emergencies as most GUI applications are not really keyboard-friendly.

  • How do you configure the ipad to print air print but of A4 size please ??????

    how do you configure the ipad to print air print but of A4 size please ??????

    Frankie,
    The usual setting is in Printing Preferences.
    In case you haven't found it yet - it has been a while since your original post - you may have your tray setting stuck on the 4X6 tray.
    I can provide details and "how-to" if you need more help.
    Printer model info would be helpful, and do you have your printer software loaded yet?
    I hope this helps!                                 
    We work hard to help!
    When ever you see a Helpful Post - Click the Kudos Star on the Left as Thanks!
    Did this Post solve your problem?  Mark it “Accept as Solution”!
    Note: You can find the “Accept as Solution” box on threads started by you.
     2012 Year of the Dragon!
    Dragon Tips!
    Install your Printer Software!
    Look for your Printer’s Software at your printer’s own website!
    Software, manuals, alerts, “how-to” information, and much more!
    To see if there is software for your printer, Start at:  Support and Drivers
    Kind Regards,
    Dragon-Fur

  • How to install/Configure/Use VT Hash Check to detect Malware/Unwanted programs in Windows?

    This just to share the below post with windows users.. 
    How to install/Configure/Use VT to detect Malware/Unwanted programs in Windows?
    http://www.windowstechinfo.com/2014/03/how-to-installconfigureuse-vt-to-detect_29.html
    Hetti Arachchige V Aravinda | Network & System Administrator (B.Sc, Microsoft Small Business Specialist, MCP, MCTS, MCSA, MCSE,MCITP, CCNA, CEH, MBCS)

    That is interesting. Normally a bootmgr error message means that the boot loader is corrupt and hard disk not "dead".. Replacing the hard drive is a quickie shotgun method of resolving the issue.
    Did you give up on the SSD?
    The  desktop ( w/ASUS Crossfire V Formula-Z  mobo) I am using to type this, has the same SSD that you asked about. I used the method I described in the earlier post to clone the OS to the SSD. The SSD is the boot drive.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Windows 8.1 Configure keyboard power key (sleep key) to shutdown

    I have a keyboard with a power key that I would like to be able to use to instigate a PC shutdown in windows 8.1.
    Unfortunately in power management I only have options for Hibernate and Sleep.
    How can I configure the desired shutdown functionality

    I'd ask them over here.
    Windows 8.1 on Microsoft Answers
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How do I configure cell phone web navigation in Dreamweaver ?

    How do you configure website in dreamweaver so that cellphone
    users can select links? Change pages, etc.

    Mobile web is an ubiquitous realm with no "one-size-fits-all"
    browser
    standards. Short of designing separate mobile web sites for
    all the
    different devices, I think some conventions will undoubtedly
    be used that
    won't work in all situations.
    The W3.org recommends using the accesskey - even though some
    browsers don't
    support it.
    http://www.w3.org/2005/MWI/BPWG/techs/AccessKeys
    Dot Mobi uses them in their mobile web site templates.
    http://pc.dev.mobi/node/10
    And this from the Mobile Web Best Practices Guidelines 1.0
    http://www.w3.org/TR/mobile-bp/
    5.2.5 Access Keys
    [ACCESS_KEYS] Assign access keys to links in navigational
    menus and
    frequently accessed functionality.
    5.2.5.1 What it means
    Where there is no pointing device, assigning an access key
    (keyboard short
    cut) to a link can provide a convenient way for users to
    access the link and
    avoid navigating to the link by repeated pressing of the
    navigation key.
    Provide the same access key for links that are repeated
    across pages such as
    links to the home page.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "darrel" <[email protected]> wrote in message
    news:fse4ue$8bd$[email protected]..
    > > You would designate an <accesskey> to
    hyperlinks. For mobile devices, it
    > > is
    > > easier for users to press numbers instead of
    letters.
    > >
    > >
    http://www.htmlcodetutorial.com/linking/_A_ACCESSKEY.html
    >
    > This isn't always a good idea, as a) you can't guarantee
    the mobile
    browser
    > supports them or b) that the phone and/or end-user
    doesn't already have
    the
    > keys mapped for basic browser functions.
    >
    > Again, to answer the OP, there should be nothing you
    specifically have to
    > do. Just make the web page. 'simpler' is usually better
    when targetting
    > mobile devices, of course. It also helps to make sure
    your navigation
    links
    > appear at the top of the HTML rather than below the
    content in the HTML.
    >
    > -Darerl
    >
    >

  • ISO keyboard configuration

    Apple says that it sells Mac Pro with Retina in USA with two options: with 78 (U.S.) or 79 (ISO) keys. Can anyone show me the ISO arrangement and inform me where I can buy a good quality silicone cover for it?

    Thanks.  I did that but it didn't solve the problem.  If anyone has another
    suggestion, plaese do not hesitate.
    Le 10 janvier 2012 12:55, Barbara B. <[email protected]> a écrit :
       Re: Keyboard configuration  created by Barbara B.<http://forums.adobe.com/people/Barbara+B.>in
    Photoshop Elements - View the full discussion<http://forums.adobe.com/message/4129648#4129648>

  • How do i configure DSN connection to database Programmatically

    Hi to all,
    Can anybody assist me as how could i configure DSN connection to database Programmatically.
    Thanks in advance.
    Regards
    khiz_eng

    Hi DrClap,
    Many thanx for your advise, i have also done with MS-Access but now i wnated to have with .csv value, how i am going to have this .I have searched the whole JDBC forum already unable to find for .csv
    Please provide me and solve my problem
    Thanks in advance.
    khiz_eng

Maybe you are looking for

  • How do i connect my mac book pro to a tv?

    Iv just aquired a mac book pro after having windows computers all my life. Im struggling to find a way to connect my mac book to the T.V. How do i solve this and what do i need to buy?

  • Any Way to Save a pdf User Manual?

    I seem to recall that in previous versions of FCS apps, including Motion, you had the Help option to open (usually in Preview) a pdf User Manual. From there, via the Print dialog, you could do a "Save as PDF", into the folder of your choice. I often

  • Need advice on importing for quality  since Lame won't work on itunes 7

    I had been using Lame to import CDs. It would record at a variable rate based on the music and made really good sounding recordings to iTunes. Since I updated iTunes to v.7.3, Lame no longer works and is now available only as source code (let me admi

  • How to use Start Task Group for Workflow Interface

    Hi all, anyone who can tell me how to use the Interface IFWFTSKGRP (Start Task Group for Workflow Interface)? As far as I understood the documentation it can be used to restrict the selection of workflows that can be started in the Generic Object Ser

  • Problems when converting from pdf to word

    I am a translator and I get most of my work in pdf files. So I convert the pdfs into words to be able to change the text and edit. However, when dcuments are converted from pdf to word I have found they become very unstable and difficult to work with