Mouse Speed [Solved]

I'm currently using Arch with xfce with a USB Razer diamondback mouse. On windows I can adjust the sensitivity using the 'on the fly' button on the mouse, and on the windows settings so that I can get a reasonable low sensitivity from it.
However, using xfce here on Arch, the acceleration setting will not go lower than 0.1 (and 0.1 is too fast - about 4cm covers my whole 1080p screen)
I've tried setting resolution to 1 in the X config but this doesn't appear to change the speed at all.
Is there any possible way to make my mouse slower? It's really beginning to ache my hands
Thankyou :]
[I'm not sure if this is the right forum for this topic; if it isnt could someone please move it? thankyou]
Last edited by RyanPridgeon (2009-07-08 21:31:57)

try
xset m 1/5
or play with the values to find yours (like 1/6 or so)
usefull link: http://linuxreviews.org/howtos/xfree/mouse_speed_in_x/
[b]man xset[/b]
mouse The m option controls the mouse parameters; it may be abbreviated to 'm'. The parameters for the mouse are `acceleration' and `threshold'. The acceleration can
be specified as an integer, or as a simple fraction. The mouse, or whatever pointer the machine is connected to, will go `acceleration' times as fast when it
travels more than `threshold' pixels in a short time. This way, the mouse can be used for precise alignment when it is moved slowly, yet it can be set to travel
across the screen in a flick of the wrist when desired. One or both parameters for the m option can be omitted, but if only one is given, it will be interpreted
as the acceleration. If no parameters or the flag 'default' is used, the system defaults will be set.
If the `threshold' parameter is provided and 0, the `acceleration' parameter will be used in the exponent of a more natural and continous formula, giving precise
control for slow motion but big reach for fast motion, and a progresive transition for motions in between. Recommended `acceleration' value in this case is 3/2
to 2, but not limited to that range.

Similar Messages

  • Chromium wheel mouse speed [SOLVED]

    How can one adjust the wheel mouse for scrolling?  For example, scroll 6 lines at a time.  I found several solutions that require third party software but that is unacceptable
    Last edited by graysky (2011-12-03 11:52:59)

    bratmaxe wrote:
    Maybe a bit late but there is a launch parameter for that
    Start chromium like that
    chromium --scroll-pixels=120
    The "120" can be modified of course.
    thanks for the tip. i've been looking for something like this for a while now.

  • Mouse speed and precision at 1920x1200 are not good in OS X Tiger

    Hi,
    I am using the same logitech MX700 mouse on a intel mac mini in dual boot with OS X and Windows XP.
    The screen resolution is the same on both OSs: 1920x1200
    The mouse is perfectly working while using Windows XP, while it is working badly under OS X.
    I have installed logitech software on both of them but it is working in two different ways. I can try to adjust mouse speed setting but it is not the same: if the mouse goes faster the precision is lower. In windows this does not happen.
    In windows I can set "acceleration" while in OS X this is missing. I don't know if this could be the cause of problem I am feeling in OS X.
    In the past I have noticed similar mouse behaviour while using unix like OSs. So I think it could be related to the mouse driver for these Operating systems and to the high screen resolution.
    Does anybody know if there is a fix about this?
    I would like to start learn using OS X but I still "hate" it due this poor mouse support.
    Thanks a lot!

    The poor mouse support is by Logitech. However, MouseZoom is a popular software for faster mouse speed:
    http://homepage.mac.com/bhines/mousezoom.html

  • Lion forgets mouse settings after using boot camp on my 24" iMac.  How do I retain the mouse speed setting?

    Lion always forgets my mouse speed setting after using Boot Camp.  How do I retain this info in Lion?

    After I posted my question this thread showed up in the side bar.  Too bad it didn't show up when I searched the forums prior to posting.
    https://discussions.apple.com/thread/3242008?start=0&tstart=0

  • Wayland (+Gnome 3.14) mouse speed/acceleration

    Good evening dear archlinux community!
    Just recently I updated to gnome 3.14 and started using it with wayland. So far it runs pretty smooth and stable, which is nice, but I got issues with mouse speed and/or acceleration.
    I'm using a pretty old Razer Deathadder (the 1800dpi version) and razercfg (more precisely razerd) to set its dpi to 900.
    Back in gnome 3.12 it worked just perfect if I set the mouse speed to the middle and disabled acceration. It felt like the "raw input"-like speed from windows.
    But now razercfg doesn't seem to work with wayland, which is understandable, but f*cks up my muscle-memory.
    (By the way: having razerd enabled while running gnome on wayland makes wayland crash at the moment razerd tries to switch dpi. So the mouse runs at 1800 dpi)
    tl;dr
    So my question is: is there any way to force a kind of "raw input" on my mouse speed on gnome+wayland? Like disabling or bypassing the gnome mouse settings or reducing mouse dpi in wayland?
    Setting the mouse speed to the lowest doesn't do the trick. It still feels too fast or accelerated.
    Have a nice weekend
    /edit
    If it isn't possible I'm open for suggestions for a new mouse. Requisites are: perfect Linux support, manual dpi-switching, good ergonomy for quite large hands, 4+ Buttons, 80€ max. And please no Logitech mice...
    Last edited by raunz (2014-10-17 21:27:32)

    Finally, I am running gnome 3.14 with waland on my btrfs-ssd-pimped laptop. Quite cute.
    The major issue is the touchpad's speed. It is so nervous. Acceleration is ... massive. Sensitivity of clicks is nearly unusable. It seems as thinking"will click soon" already is a click. I tried to tweak the touchpad settings in gnome-settings, but tumbled into the dialog and accidentally turned the touchpad off.
    I found out there is no option for acceleration and sensitivity.
    I read about wayland/gnome-settings-daemon:
    Launches mousetweaks and gsd-locate-pointer as required and applies settings to input devices (mouse and touchpad). Under Wayland, the mouse accessibility features and the locate pointer need to be implemented in the compositor, and the settings naturally belong there as well.
    And about wayland/libinput touchpad speed settings
    The code we currently have in libinput is pretty much 1:1 what's used in the X server. The X server sports a lot more configuration options, but what we have in libinput 0.4.0 is essentially what the default acceleration settings are in X. Armed with the knowledge that any #define is a potential knob for configuration I went to investigate. There are two defines that are labelled as adjustible parameters:
        DEFAULT_THRESHOLD, set to 0.4
        DEFAULT_ACCELERATION, set to 2.0
    But what do they mean, exactly? And what exactly does a value of 0.4 represent?
    Right now, I guess one needs to change the paramters in the code of libinput.

  • Changing minimum mouse speed

    Hi all. I've used "xset m 4 0" to set the mouse speed to something usable, but it's still too slow when I move the trackpoint slowly (before acceleration kicks in, that is). Is there any way of increasing the slowest speed of the mouse? It seems strange that the xset m command only gives you control over the acceleration and threshold... Where's the good old 'sensitivity' option?
    Oh, and adding Option "MinSpeed" "9" to xorg.conf seems to have no effect...
    Thanks!

    Please note:
    I need to do this in java so using a JNI dispatch into a dll is not going to be okay. So that option is not open to me. Just in case you are thinking of entering that solution. The solution also has to be interactive so that would seem to leave out the Robot solution.
    Honestly, with these two conditions I think that I have closed the door, or had it closed on me, to any solution to this problem. I am just posting this question before pursuing another mechanism.

  • How to decrease mouse speed (easy question, can't find answer)

    Hello Archers. I bought a new mouse which has a resolution of 800 DPI and no option to change it like game mice have (a button that changes colors when you change resolution with it). After connecting it to my Arch box it turned out to be faster then what I got used to with my previous mice that had an option to choose DPI. I would like to decrease speed of my pointer in IceWM Xorg. I don't have DE, just Xorg and IceWM.
    xset m 0 0
    won't do it, it just sets acceleration to 0. And apparently doesn't even work on newest systems.
    Tried to add
    Option "Resolution" "600"
    to "xorg.conf" to try to change mouse resolution to 600 DPI and it had no effect.
    There is also popular answer for this search query but it doesn't seem to answer my case. If I type in
    xinput list
    I have
    ⎜ ↳ USB OPTICAL MOUSE id=8 [slave pointer (2)]
    as my mouse. Now
    xinput list-props 8
    and I get
    Device ' USB OPTICAL MOUSE':
    Device Enabled (141): 1
    Coordinate Transformation Matrix (143): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Product ID (259): 0, 1336
    Device Node (260): "/dev/input/event2"
    Evdev Axis Inversion (268): 0, 0
    Evdev Axes Swap (270): 0
    Axis Labels (271): "Rel X" (151), "Rel Y" (152), "Rel Vert Wheel" (263)
    Button Labels (272): "Button Left" (144), "Button Middle" (145), "Button Right" (146), "Button Wheel Up" (147), "Button Wheel Down" (148), "Button Horiz Wheel Left" (149), "Button Horiz Wheel Right" (150)
    Evdev Scrolling Distance (273): 1, 1, 1
    Evdev Middle Button Emulation (274): 0
    Evdev Middle Button Timeout (275): 50
    Evdev Third Button Emulation (276): 0
    Evdev Third Button Emulation Timeout (277): 1000
    Evdev Third Button Emulation Button (278): 3
    Evdev Third Button Emulation Threshold (279): 20
    Evdev Wheel Emulation (280): 0
    Evdev Wheel Emulation Axes (281): 0, 0, 4, 5
    Evdev Wheel Emulation Inertia (282): 10
    Evdev Wheel Emulation Timeout (283): 200
    Evdev Wheel Emulation Button (284): 4
    Evdev Drag Lock Buttons (285): 0
    Luke in that answer pointed out "Device Accel Constant Deceleration (267): 2.500000" which I don't seem to have. So are there any working ways to decrease pointer speed in Xorg for Arch?
    An LQ.org forum member suggested to look at wiki page which I did and the left solution also didn't help. Creating file "/etc/X11/xorg.conf.d/50-mouse-deceleration.conf" with the config wiki suggests doesn't decrease mouse speed. Please help me to do it.

    Ok, bad dice. Last throw from me: Did you install: https://www.archlinux.org/packages/?sor … nput-mouse ?
    man mouse_drv wrote:Option "Sensitivity" "float"
                  Mouse movements are multiplied by this float before  being  pro‐
                  cessed.  Use  this  mechanism to slow down high resolution mice.
                  Because values bigger than 1.0 will result in not all pixels  on
                  the  screen being accessible, you should better use mouse accel‐
                  eration (see man xset) for  speeding  up  low  resolution  mice.
                  Default: 1.0

  • Mouse speeds up when iMac is shut off.

    I slow the mouse speed way down because of my tremors. Every time I shut the iMac down and restart I get a speedy mouse at start up. I have to go into the mouse prefs to slow it down. Why will it not stay where I set it? I'm probably missing a simple setting.

    George,
    Try restarting in Safe Mode, this will clear some caches. It's possible one is corrupt.

  • Set default mouse speed for guest user?

    Anyone know how, where to set a default mouse speed for all users. I have an iMac running Maverick. I set my personal mouse speed near the highest. The default speed is the same slow pace for the guest profile and I would like to change and KEEP it a little faster. Currently when I log out of guest account, all settings, files, etc are deleted. I am admin so ... anyone? Help? Something akin to the windows registry? I'm a newbie to Mac OS X, but learn quick.

    Hi,
    Try with SHD0 (Transaction and Screen Variants) .
    Regards,
    Venkat.

  • Mouse speed in Terminal

    I hate how slow the mouse is, even when its turned up all the way in preferences, I found a code to put into terminal wich is "-g com.apple.mouse.scaling", with out the quotes obviously.  This was supposed to give me my current mouse speed. When I put this into Terminal it gave me "-bash: -g: command not found"  Is there something I'm doing wrong, or do I have a bigger problem?

    -g com.apple.mouse.scaling
    is a partial command.  I'm not exactly sure what the original command was, but I think you need to find another example.  I suspect you want the 'defaults' command along with a bunch of additional arguments
    Here is one that seems to make some sense.
    <http://attaboy.tumblr.com/post/282330959/mouse-acceleration-in-os-x>
    But I suggest you do some additional Google searches for "com.apple.mouse.scaling"

  • [Solved] Mouse speed with evdev

    The old mouse driver in xorg had an option
    Option "Sensitivity" "float"
    that can be used to slow down high sensitivity mouse. Is it possible to do the same with the new evdev driver (having found nothing in the Wiki). For now I have
    Option "AutoAddDevices" "off"
    in the ServerFlags section and I continue to use the old mouse driver (as xorg < 1.4). Can I use the new feature without losing the Sensitivity option?
    Edited: The evdev driver support 'Option "ConstantDeceleration" <Float>'  that do the trick; it was not so easy to find it.
    Last edited by olive (2011-09-03 18:30:42)

    Have you tried with xorg.conf?
    Edit: Ah, I get it, it won't be recognized anyway.
    How about that xset? Can it be used to slow down too?
    Or maybe xinput:
    [karol@black ~]$ xinput --list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ ImExPS/2 Generic Explorer Mouse id=9 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Power Button id=7 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=8 [slave keyboard (3)]
    [karol@black ~]$ xinput --list-props 9
    Device 'ImExPS/2 Generic Explorer Mouse':
    Device Enabled (121): 1
    Coordinate Transformation Matrix (123): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (242): 0
    Device Accel Constant Deceleration (243): 1.000000
    Device Accel Adaptive Deceleration (244): 1.000000
    Device Accel Velocity Scaling (245): 10.000000
    Evdev Axis Inversion (246): 0, 0
    Evdev Axes Swap (248): 0
    Axis Labels (249): "Rel X" (131), "Rel Y" (132)
    Button Labels (250): "Button Left" (124), "Button Middle" (125), "Button Right" (126), "Button Wheel Up" (127), "Button Wheel Down" (128), "Button Horiz Wheel Left" (129), "Button Horiz Wheel Right" (130), "Button Side" (240), "Button Extra" (241), "Button Unknown" (239), "Button Unknown" (239), "Button Unknown" (239), "Button Unknown" (239)
    Evdev Middle Button Emulation (251): 0
    Evdev Middle Button Timeout (252): 50
    Evdev Wheel Emulation (253): 0
    Evdev Wheel Emulation Axes (254): 0, 0, 4, 5
    Evdev Wheel Emulation Inertia (255): 10
    Evdev Wheel Emulation Timeout (256): 200
    Evdev Wheel Emulation Button (257): 4
    Evdev Drag Lock Buttons (258): 0
    There are some 'Device Accel' properties listed, so maybe this is what you're looking for.
    Last edited by karol (2011-08-04 10:46:39)

  • Intel Wireless-N 7260 Slow Internet Speed - Solved (Win 8.1 64-bit, Wireless N @ 2.4GHz)

    Obviously there are numerous factors that can affect speed. But if you have reason to believe it's just your laptop try the configuration below. Worked for me. Good Luck.
    Laptop:
    Lenovo Ideapad Y510P, Windows 8.1 64-bit.
    Internet Connection:
    Comcast Xfinity Blast advertised at 50Mbps.
    Network Environment:
    Home Wifi, Linksys E1500 Router Wireless N @ 2.4 GHz. Firmware Version: 1.0.06
    Apartment Building, ~15 visible other Wifi networks.
    Devices with 15 feet of router.
    Problem Symptoms:
    Download speeds of 2-3 Mbps. Upload speeds were typically much higher, around 10Mbps as should be expected.
    Control Reference:
    ~50Mbps using ethernet cable.
    Older Laptop getting ~45Mbps over Wifi.
    Solution:
    From what I gathered, the problem with the card happens on Wireless N 2.4MHz routers. 
    Driver version : 17.13.2.2
    File : Wireless_17.13.2_De164.zip
    Downloaded from : http://goo.gl/S3HOCL (Intel download page. URL was too long to post)
    Installation : Unzip to a folder, Run the DPInst64.exe application - does a 'simple' driver install. No Bloatware / fluff.
    Device Settings: I'm listing only the values that I changed along the way.
    Device Manager > Network Adapters > Intel(R) Wireless-N 7260 > Properties > Advanced.
    802.11n Channel Width for 2.4GHz : Auto
    Ad Hoc Qos Mode : WMM Disabled
    HT Mode : HT Mode (ie ON. You need this for Wireless N. If Disabled you can only connect to Wireless b/g/mixed)
    Roaming Aggressiveness : 1. Lowest
    Throughput Booster : Enabled (Not sure if this is necessary. It's an optional feature giving priority over other devices)
    Transmit Power : 3. Medium
    U-APSD Support : Disabled (According to numerous posts, this is critical)
    Wireless Router Wireless Settings:
    Network Mode : Wireless-N Only
    Channel Width : 20 MHz Only. (My only other option is 'Auto (20 MHz or 40 MHz). On 'Auto...' every device I have really slows).
    Channel : Auto (I had this set to '3' since day one to avoid the channels other Routers in my building are using. Defintely noticed improvement but it seems its not necessary with this configuration. Could be due to other networks not being used at the time of testing. I'm keeping an eye on this).
    Bluetooth Network Connection (Personal Area Network):
    Disabled
    (I have a running bluetooth mouse which is not affected by disabling this)
    Result:
    Testing duration 6 hours, ~ 10 times.
    For the settings. most likely there's some that are not necessary. But after working on this for 3 days, I'm not changing anything for the time being.
    Blurb: 
    I'm posting this to hopefully help others who have this issue. Researching the problem I found numerous lengthy fourm threads filled with frustrated users...one on Intel's support site was 18 pages long with literally months of posts with several users discussing a class action lawsuit...enough said.
    I tried pretty much all the posted solutions, lots of different driver versions, device settings, router settings. There's so much misinformation out there it's not funny. Eventually I called Lenovo Tech Support who tried simialr things and momentarily got it a bit better and wanted to say it was fixed. I hung on a kept testing the slow speed soon returned. Then they tried all the usual nonsense and excuses and gave up, passing me off to "Premium Support:" who wanted to charge me to investigate the problem. The "premium" techs were really poor and sounded like a bunch of clueless hacks just trying to get you to pay for the service while simultaneously throwing in gems like "how far is your laptop from the router...that can affect your speed"...anyway, forget that I thought.
    When I first got the Lenovo Ideapad Y510P last year I had the same or similar issue. I don't recall how I fixed it then but I got it to ~20-30Mbps. While well below my older laptop's speed it was perfectly adequate. That was last August. Earlier this year there was an update for Intels stuff in a Windows update. I think the problem started again with that although I'm not 100% sure. Certainly I didn't manually install new drivers or change anything on my network set-up.

     Intel Wireless-N 7260 works at only 2.4Ghz. Refer the specifications of this wireless card:
    http://www.intel.in/content/dam/www/public/us/en/documents/product-briefs/wireless-n-7260-bluetooth-...
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • Firefox 33 update - mouse speed very slow

    After updating to Firefox v 33.0.1 the speed of the mouse became very sluggish and moves very slowly inside the browser and is constantly getting stuck on various elements on the page.
    Version 32 was fine. Can you please fix this?
    I am running Windows XP.
    Thanks.

    That solved the problem! Thank you very much Philipp! :-)

  • Wheel scrolling speed [SOLVED]

    Is there any way to change mouse wheel scrolling speed in firefox? It scrolls every 3 lines by default, i would like to change to like 5-6 lines which would make wheel scrolling much faster. Is it possible?
    I'm using XFCE 4.2.1
    EDIT: Ok, I solved it. To anyone interested here is the tip:
    Enter about:config in the firefox address bar.
    In the filter, enter: mousewheel.withnokey
    Change mousewheel.withnokey.sysnumlines to false
    Change mousewheel.withnokey.numlines to a higher number, say 5
    reload firefox
    done.

    TheOne wrote:
    sherlock wrote:Found a solution for Microsoft Mouse.
    After loading Windows one will need to unplug / plug again mouse receiver. And everything is fine and in normal speed.
    That fixed it, that is all nice and good.
    Anyone know how to fix this in a "better way", dont want to have to keep unpluggin the mouse everytime I boot.
    It also works to me!
    I am using 3.11.6-1-ARCH with awesome v3.5.2 on slim 1.3.6, and i have both windows7 and Linux on my laptop.
    My mice is Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
    Also I find every time i restart my linux, the mice is too fast until i cover off my laptop then open it, or just plug the receiver again...

  • Strange problem with RDP and mouse, only solved after minimize/maximize

    Good day,
    We have this very annoying problem with a RDP Terminal Server. It is Windows Server 2008 R2 SP1.
    This server has the Session Host role installed, with local RDP user licenses.
    We only have this issue when running a certain application.
    This application is called Rockwell FactoryTalk View and this in an application to display industrial processes.
    It will take the Full Screen in a fixed resolution and will display buttons, objects, values... The application also uses Internet Explorer cache so I think it uses ActiveX, Flash or Java, I don't know.
    What sometimes happens is this:
    - The mouse point is able to move in the entire screen (good)
    - The mouse button will only work in 1 certain area of the screen (which is a small rectangle)
    - The mouse "hovering" above objects will also only highlight items that are in this rectangle
    - The keyboard remains functional and with alt-tab other objects or other applications can get focus, but still no mouse clicking
    The problem can be solved by:
    - Minimizing the RDP window and maximizing it again
    - Or: Sending a message to the session using task manager, after clicking "OK" on that message the problem is gone
    Normally, about 5 users will have this application opened in their session, the "crash" is only effecting 1 session.
    The problem seems to happen randomly and we don't know if we should point to the FactoryTalk application, or to Terminal Services/RDP. The end users have no rights to minimize/maximize, this is not the solution. 
    Is it possible to have any input on this please?
    Thank you.

    Hi,
    Thank you for posting in Windows Server Forum.
    Firstly please check with the application support team whether the application is fully supported by Windows Server 2008 R2 in remote session. In addition, suggest you to update the client RDP version to RDP 8.1 and check the result for better feature and functionality. 
    Apart from this, there is Hotfix for the issue. Please download, install and check the result.
    Cause:
    The issue occurs because the remote desktop ActiveX object does not deactivate the focus of the remote desktop session when the focus is lost. Because the focus is still activated, the remote desktop ActiveX object cannot set the focus of the remote desktop
    session again when you change the focus back to the session.
    A remote desktop session does not respond to keyboard input or mouse input after it loses the focus in Windows 7 or in Windows Server 2008 R2
    http://support.microsoft.com/kb/2579381
    Hope it helps!
    Thanks.
    Dharmesh Solanki

Maybe you are looking for

  • ADF Business Components - Cascading Tables

    I am using Oracle Jdeveloper 11.1.1.4.0 I have tried an approach to cascade two tables using ADF Business Components. A single column is declared as Foreign key. I have used 2 drop downs. During the value change of the first drop down, the values of

  • Is there any way to see if any other FaceTime id or iCloud account has logged into my personal iPhone and iPad

    Is there any way to see if any other FaceTime id or iCloud account has logged into my personal iPhone and iPad

  • Template issues. help please

    I am trying to figure out why a div created in a parent is not going to the child.  here are the codes. PARENT - the code in blue needs to be in the child <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD

  • JTree customize lines position relative to node

    Hi,I have a problem.I have a JTree with nodes that are composed of an Icon and a JTextArea.The horizontal line corresponding to the node positions itself at the middle of the node(that is in the middle of the text) and I want it to be positioned at t

  • Can't get the listener to read the selection

    All I want my code to do is read the name selected in the JComboBox and print it to the GUI. However it doesn't seem to want to work. It's not reading the ComboBox and getting the string. Here is the code I'm working with trying to get it to work. An