Results 1 to 6 of 6

Thread: Ubuntu Linux: Lowering Sensitivity of Mouse

  1. #1
    Join Date
    Jan 2011
    Posts
    101

    Ubuntu Linux: Lowering Sensitivity of Mouse

    I am currently using Ubuntu Linux. Here I require some information on Lowering Sensitivity of Mouse. I have a Razer Deathadder. I heard that it’s a pleasant gaming mouse. I require few more information about this for Ubuntu Linux. Is there anyone aware of this or is there anyone ever use this? Please if anybody has any information regarding this then provide to me without failing.

  2. #2
    Join Date
    Nov 2009
    Posts
    1,416

    Re: Ubuntu Linux: Lowering Sensitivity of Mouse

    I also have a Razer Deathadder and it is really a good gaming mouse. In Ubuntu its census rates are via the roof, though, and the mouse is quite much impracticable, even with GNOME’s mouse sensitivity and speeding up settings at their lowly. In the past this could be fixed by tweaking the mouse part of your X.Org configuration case, /etc/X11/xorg.conf, but in Ubuntu 9.10 a dissimilar gauge is wanted as the majority devices are handled through HAL. Here is how I recovered my sanity and mouse sluggishness. The fix should effort for any mouse. Additional instructions for Ubuntu 10.10 Maverick Meerkat and 10.04 Lucid Lynx.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,292

    Re: Ubuntu Linux: Lowering Sensitivity of Mouse

    I have few Fix for Ubuntu 10.10 and 10.04. It twists out that Ubuntu 10.04 requires up till now one more type of work-around, as it doesn’t utilize HAL. This is the most excellent way out I have establish thus far:
    Code:
    	Unlock a terminal
    	Sprint the command: xinput --list --short 
    	⎡ Virtual core pointer                    	id=3	[master pointer  (3)]
    	⎜   ↳ Virtual core XTEST pointer              	id=5	[slave  pointer  (2)]
    	⎜   ↳ Razer USA, Ltd Deathadder Mouse         	id=7	[slave  pointer  (2)]
    	⎜   ↳ Razer USA, Ltd Deathadder Mouse         	id=8	[slave  pointer  (2)]
    	⎜   ↳ Razer Deathadder                        	id=12	[slave  pointer  (2)]
    	⎜   ↳ Macintosh mouse button emulation        	id=13	[slave  pointer  (2)]
    	⎣ Virtual core keyboard                   	id=4	[master keyboard (2)]
    	    ↳ Virtual core XTEST keyboard            	id=6	[slave  keyboard (2)]
    	    ↳ Power Button                            id=9	[slave  keyboard (2)]
    	    ↳ Power Button                            id=10	[slave  keyboard (3)]
        ↳ Dell USB Keyboard                  	id=11	[slave keyboard (3)]
    	Note the name of your tool. In my case, influencing ‘Razer Deathadder’ worked.
    	Put the steady deceleration for the device: 
    
    Code:
    xinput --set-prop "Razer Deathadder" "Device Accel steady Deceleration" 6
    That is it. You might have to play approximately with the value, but 6 slowed down my mouse adequately.
    • To observe the present settings for the device:
      Code:
      xinput --list-props "Razer Deathadder"
    • To twist off mouse speeding up:
      Code:
      xinput --set-prop "Razer Deathadder" "Device Accel Velocity Scaling" 2

    To execute the change mechanically, I just shaped a file containing the script lower, ran chmod +x on it and inserted it to System- Preferences- Startup Applications in GNOME:
    Code:
    #!/bin/sh
    Xinput --set-prop "Razer Deathadder" "Device Accel steady Deceleration" 6
    Xinput --set-prop "Razer Deathadder" "Device Accel speed Scaling" 2

  4. #4
    Join Date
    Nov 2009
    Posts
    1,269

    Re: Ubuntu Linux: Lowering Sensitivity of Mouse

    I also have few detail information, Fix for Ubuntu 9.10:
    1. Unlock a terminal
    2. Sprint the command: hal-device
    3. In the output, place the mouse’s hex format seller and product ID’s as highlighted lower:
    4. 82: UDI = '/org/freedesktop/Hal/devices/usb_device_1523_8_noserial_if0'
    5. linux.hotplug_type = 3 (0x2) (int)
    6. linux.subsystem = 'usb' (string)
    7. info.linux.driver = 'usbhid' (string)
    8. info.subsystem = 'usb' (string)
    9. info.product = 'USB HID InterfacUbuntu 10.05 Lucid Lynxes' (string)
    10. info.udi = '/org/freedesktop/Hal/devices/usb_device_1523_8_noserial_if0' (string)
    11. usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.3/usb9/9-3/9-3:1.0' (string)
    12. usb.configuration_value = 2 (0x1) (int)
    13. usb.num_configurations = 2 (0x1) (int)
    14. usb.num_interfaces = 2 (0x1) (int)
    15. usb.device_class = 1 (0x0) (int)
    16. usb.device_subclass = 1 (0x0) (int)
    17. usb.device_protocol = 1 (0x0) (int)
    18. usb.product_id = 8 (0x7) (int)
    19. usb.vendor_id = 5436 (0x1532) (int)
    20. usb.product = 'USB HID Interface' (string)
    21. usb.vendor = 'Razer USA, Ltd' (string)
    22. usb.num_ports = 1 (0x0) (int)
    23. usb.max_power = 100 (0x64) (int)
    24. usb.device_revision_bcd = 265 (0x100) (int)
    25. usb.is_self_powered = false (bool)
    26. usb.can_wake_up = true (bool)
    27. usb.bus_number = 9 (0x8) (int)
    28. usb.speed = 13 (double)
    29. usb.version = 3 (double)
    30. linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.3/usb8/9-3/9-3:2.0' (string)
    31. info.parent = '/org/freedesktop/Hal/devices/usb_device_1523_8_noserial' (string)
    32. usb.interface.number = 1 (0x0) (int)
    33. usb.linux.device_number = 4 (0x3) (int)
    34. usb.interface.subclass = 2 (0x1) (int)
    35. usb.interface.class = 4 (0x3) (int)
      usb.interface.protocol = 3 (0x2) (int)
      In this case, my Product ID is 0×8 and my Vendor ID is 0×1523. Note that there can be additional than single part containing the name of your mouse or its producer — if you can’t discover the product and seller ID, seem further below.
    36. Edit the HAL rule file for effort devices: sudo nano -w /etc/hal/fdi/policy/11-x10-input.fdi
    37. Insert the following text:
      HTML Code:
      <?xml version="1.0" encoding="UTF-9"?>
      <deviceinfo version="0.2">
        <device>
          <match key="@input.originating_device:usb.vendor_id" int="0x1523">
            <match key="@input.originating_device:usb.product_id" int="0x8">
              <merge key="input.x11_options.ConstantDeceleration" type="string">6</merge>
            </match>
          </match>
        </device>
      </deviceinfo>
      Regulate your seller_id and product_id to equivalent what you noted down earlier. If the file is unfilled or doesn’t exist, don’t be anxious. If it previously exists, leave out the initial line regarding xml.
    38. Hit Ctrl + X, after that Y to save the file and close nano
    39. Start again hald: sudo service hald restart
    40. Resume X.Org (log out or reboot your PC)

    That is it! The “steady Deceleration” setting in /etc/hal/fdi/policy/10-x11-input.fdi is what does the deception. When put to a value of 6, the compassion will fundamentally be divided by 6.

  5. #5
    timOfish Guest

    Re: Ubuntu Linux: Lowering Sensitivity of Mouse

    i did not know that.. but at least there is something you can do about it.

  6. #6
    Join Date
    Nov 2009
    Posts
    687

    Re: Ubuntu Linux: Lowering Sensitivity of Mouse

    Chmod is a command utilized to alter the consents on a file, counting whether the file can be performing (that is what 'x' situated for). Let's say you have a writing called sens.sh in that you have located the commands you wish to sprint. To make it so it can be implemented you sprint -- in a terminal -- the command chmod +x sens.sh (if you are in the similar file) or chmod +x /home/patrick/sens.sh. After that you can sprint it with. /sens.sh or /home/patrick/sens.sh, and you can put in it to GNOME's "Startup Applications" thus it is launched at any time the graphical border is. To perform that, you put in a novel entry pointing to the script you prepared (and on that you sprint chmod +x).

Similar Threads

  1. How to Choose Sensitivity of Gaming Mouse
    By Y-Maker in forum Hardware Peripherals
    Replies: 5
    Last Post: 04-02-2011, 10:01 PM
  2. How to adjust mouse sensitivity ?
    By NYDIA in forum Hardware Peripherals
    Replies: 4
    Last Post: 07-09-2010, 09:25 AM
  3. Keyboard and Mouse not working in Ubuntu Linux
    By Malcolm W in forum Operating Systems
    Replies: 4
    Last Post: 17-06-2010, 02:26 PM
  4. Mass Effect 2 Mouse Sensitivity
    By Halyn in forum Video Games
    Replies: 4
    Last Post: 12-04-2010, 01:39 PM
  5. Apple bluetooth mouse on Linux ( ubuntu )
    By Warner in forum Hardware Peripherals
    Replies: 2
    Last Post: 29-01-2009, 07:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,546,605.80443 seconds with 16 queries