Disabling mouse acceleration temporarily?

With older versions of the X server I could disable mouse acceleration temporarily using "xset m 0 0", but as the wiki says it doesn't have the same effect anymore: https://wiki.archlinux.org/index.php/Mo … celeration
I'd like to reconfigure the exact same behavior as the previous mouse algorithms. Is this possible?
Thank you!

See AccelerationProfile in xorg wiki.
You probably want:
0. classic (the default) similar to old behaviour, but more predictable
E.g. I use:
xinput set-prop Mouse "Device Accel Profile" -1
xinput set-prop Mouse "Device Accel Constant Deceleration" 7.0
(I defined "Mouse" in xorg.conf)

Similar Messages

  • Is there a way to disable mouse acceleration in OSX Yosemite?

    i have used my dads iMac and MBP in the past and always noticed how bad the mouse response was in my opinion. Mind you, some people like the way the mouse responds in OSX and will probably have no idea what my issue is. That is mouse acceleration and the lack of option to disable it in the mouse settings panel. Here is a good explanation about what it is, also in the video is a visual example.
    "Mouse or cursor acceleration, to put it simply, makes the travel distance of your cursor on the screen reliant of the velocity of your physical mouse movement rather than just the distance that you move your mouse. So making one movement of the same distance at two different speeds will cause two different relative cursor movements, with quick movement causing the cursor to travel a greater distance."
    source:
    https://www.youtube.com/watch?v=16diwK6HWbI
    So the thing i want to accomplish, is making the physical mouse movement one-to-one with the cursor speed on the screen. As an example: moving my mouse 10 cm would always make my mouse on the screen go 1000 pixels, no matter how fast i move my mouse.
    I've had my mouse set up like that in windows and linux for quite some time now and i hope there is an easy way to set the mouse response like that in OSX as well.
    I want to make clear that this isn't just an issue in games where you want to have great mouse precision. I have become really accustomed to this way of mouse response in any type of application. So the problem lies not in any mouse settings of any game/program. The problem lies in how OSX translates physical mouse movement to cursor movement.
    Anyway, i ran into this issue about a year ago when i was using my dad's computer. i've had my own windows computer for some time now. An option to disable mouse acceleration in OSX Yosemite might have been implemented properly in the mean time. I have searched this community and found some old posts of people who had this same problem as me, but never read about any fix for it. The main reason i am asking this is because i am considering buying a Macbook.
    I'd rather not use any third party software, but if there is any out that that just works and is easy to use, let me know.

    Please don't be obnoxious to people like tbirdvet trying to help; nobody here owes you an answer, or anything else for that matter.
    Anyway, Yosemite seems to enable mouse acceleration by default. You can disable it to get a constant pixels pointer moves / meters mouse moved ratio by typing this in terminal:
         defaults write .GlobalPreferences com.apple.mouse.scaling -1
    you'll need to logout and log back in for changes to take effect. To restore the standard behaviour:
         defaults write .GlobalPreferences com.apple.mouse.scaling 2
    should do the trick.
    C.

  • [SOLVED] Disabling Mouse Acceleration / Mouse unresponsive

    Hi,
    I play CSGO and need my mouse to be responsive with no mouse acceleration. Everything works find under Ubuntu 15.04 using the old xinput method of disabling mouse acceleration. However under Arch my mouse is really sensitive and unresponsive when making very small movements at slow speed (moving slightly to get a headsot at range in CSGO requires some presision)
    I've read the wiki page a coule of times and tried two different configs. Looking at diffs of my Xorg log the configs are getting picked up but seems to do very little. There doesnt appear to be any errors in Xorg log.
    I installed the full Xorg group am I missing a component of Xorg or a mouse driver?
    My Mouse is Gigabyte M6900
    http://www.gigabyte.com/products/produc … id=3616#ov
    Name           : xorg-server
    Version        : 1.17.1-5
    uname -a
    Linux desktop 4.0.4-1-ARCH #1 SMP PREEMPT Mon May 18 06:43:19 CEST 2015 x86_64 GNU/Linux
    First mouse accelleration config file as described in the wiki
    /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    Section "InputClass"
    Identifier "Areson USB Device"
    MatchIsPointer "yes"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
    EndSection
    The very first example of the wiki shows some settings for disabling mouse accelleration but still no joy
    Section "InputClass"
    Identifier "Areson USB Device"
    MatchIsPointer "yes"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
    Option "AccelerationNumerator" "1"
    Option "AccelerationDenominator" "1"
    Option "AccelerationThreshold" "0"
    EndSection
    A Diff of these Xorg log between the two config files
    < [ ] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 22 15:53:29 2015
    > [ ] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 22 17:45:05 2015
    346,347c346,350
    < [ ] (**) Areson USB Device: (accel) acceleration factor: 2.000
    < [ ] (**) Areson USB Device: (accel) acceleration threshold: 4
    > [ ] (**) Option "AccelerationNumerator" "1"
    > [ ] (**) Option "AccelerationDenominator" "1"
    > [ ] (**) Option "AccelerationThreshold" "0"
    > [ ] (**) Areson USB Device: (accel) acceleration factor: 1.000
    > [ ] (**) Areson USB Device: (accel) acceleration threshold: 0
    egrep -i 'error|fail|firmware' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 112.912] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 114.973] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    Last edited by fixles (2015-05-22 20:34:45)

    brebs wrote: Here is the libinput bug report re acceleration - it ain't fully disabling acceleration.
    So it doesnt work but its not broken? lol
    as for AccelSpeed -1, you're correct that it currently does some deceleration below the threshold. having said that, the pointer accel code isn't finished yet either, e.g. it doesn't do any constant deceleration, so the -1 setting is a bit off anyway.
    I can't promise you a timeline or whether this will get fixed in the way you want it to. we're trying to simplify a couple of things, pointer acceleration is one of those, and that means that not every configuration that was previously possible will be possible in the future.
    Followed up by a pretty funny response.
    Honestly that sounds a bit like "we know what you want better than you know what you want". libinput isn't secretly a Gnome project is it?

  • Anyone have an xorg mouse acceleration profile that is close to Win7?

    Full disclosure I'm using Fedora but have a base install with only X11 and icewm (arch has better wiki). I'm trying to configure everything through the xserver. Right now I'm using the settings that are supposed to disable mouse acceleration completely found here: https://wiki.archlinux.org/index.php/Mouse_acceleration
    /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    Section "InputClass"
    Identifier "My Mouse"
    MatchIsPointer "yes"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
    EndSection
    It's better than what it was with no configuration file (evdev defaults?) but I think I would like to tweak it a little. Since I'm most used to Windows mouse acceleration I was wondering if anybody knew of settings close to that I could use?

    Well since there are many variables to contend with, I thought I might try asking for some sane defaults first that were comparable to those on Windows. I've tried configuring mouse acceleration before via 3rd party drivers and always have to rely on trial and error which is not very productive. That's why I just decided to disable everything as a baseline.

  • Flash Player - Disable Hardware Acceleration - Apple TV-Mac OS 10.4.7/Firefox

    Hello all,
    I have been going down a fun path getting my 1st Generation Apple TV (160 GB HD) to run Hulu natively (without PlayOn restreaming).  After fun times getting Firefox and Flash Player working, I blasted through setting up Hulu Widget to keep the video size small (Apple TV in 480p defaults to an 800x600 res).   Things look pretty good. I maxed out buffering/cache for all Hulu related sites within Global settings, this produced nice improvements.  I found a GreaseMonkey script that forces the Flash Player to always render Low Quality video.  This helps immensely at stopping stuttering with little trade off in quality.  My last piece to try to tweak video playback (aside from monkeying around with the OS X kernel) is the disable Hardware Acceleration.
    BUT, I am having a major problem with mouse support or something.  Everytime I bring up the Display settings via a Right Click, I cannot uncheck "Enable hardware acceleration".  Surprisingly clicking it 500 times still does not make it uncheck.
    I have searched high and low but have not found a clearcut way to disable it via script or other non-interactive means.
    I wonder if there might be a javascript that could be plugged into GreaseMonkey to accomplish the end goal.   This blog and Adobe document refer to the wmode parameter and how to use it to disable HA.
    http://niquimerret.com/?p=159
    http://www.adobe.com/devnet/flashplayer/articles/fplayer10_1_hardware_acceleration.html
    I am thinking perhaps I can take the Low Quality JS (http://userscripts.org/scripts/review/38994) and replace "quality" with "wmode".  Am I on track?    It  seems "opaque" might be the right one.  http://kb2.adobe.com/cps/127/tn_12701.html
    There is a case related to my question:  https://bugs.adobe.com/jira/browse/FP-5748
    Any tips, clues, pointers, commiserations?

    Hi, LOL at my screen moniker. That's interesting that the FF beta has an Option for that. The only problem, is that I have heard that each browser must UNcheck the H.A. I'm sure you'll find out.
    Hope that works at least for FF. Let me know if you have time.
    I've been checking out Apple TV and Google TV. Just saved the links and some info, haven't had time to go further. I'd prefer Apple TV over Google tho.
    I have a 55" HD Sony/Blu-ray Surround Sound Speakers, etc. I hooked up the VGA cable for Internet, and WOW on the Screen/Monitor!! Now I'm thinking about the iPhone 4 with VZ too, on their pre-order list for 2/3/11!
    Hard to keep up with the Technology, moving faster today for some reason.
    We are under the Snow & Ice warning, getting it now. Hope I don't lose power! If so, I'll be offline for sure.
    If I find anything on that H.A. for IE, I'll let you know.
    Thanks,
    eidnolb

  • Immidiate crash of Flash, unable to disable hardware acceleration. Solved!

    Flash video/content crashes instantly, so it makes it impossible to right-click it and enter the settings to disable hardware acceleration. This issue wasn't solved for over 2 years in other forum posts, but I finally did it. You have to temporarily DISABLE all your recording and playback devices in the windows' sound menu. this will let you play flash content (it did help me), just enough to disable hardware accelertion. I am suprized Mozilla survived despite being unable to debug their own software - no respect to customers ad their time.

    Flash is developed by Adobe, not Mozilla. Though the good news is that Firefox is creating their own flash player that should be in a near-future version of Firefox.

  • Mouse Acceleration woes

    Hi there. I've been a long time Windows user, and recently purchased a Core Duo Mac Mini to put in my car, but it's still in the office while I play with it a bit.
    I put Windows on it for a couple of reasons, and if someone, somewhere out there could help me alleviate this main one, I'd definitely give OS X the chance to give Windows a run for its money as my primary OS.
    Mouse Acceleration. I absolutely can not stand it. I'm using a Logitech G7 wireless USB mouse, and it feels incredible when used in Windows, acceleration disabled. When I use it in OS X, it feel sluggish, responds awkwardly, and flies past my goals when it really gets going. Is there any way to turn this acceleration off? A friend of mine found a freeware "patch" that supposedly copied the "Windows acceleration model," but it didn't seem to make a difference... If there is a way to disable and you could enlighten me how to do so, I would be eternally grateful.
    Mini Core Duo + Self Built PC   Windows XP  

    Read this page:
    http://Gnarlodious.com/Computer/MacOsx/MouseSensitivity
    Oh hey, I have a Mac in my car too!

  • Flash Player crashes instantly, cannot disable hardware acceleration - Ubuntu 11.10 Acer Aspire One

    Ubuntu 11.10 32 bit
    Firefox 10.0.2 32 bit
    Flash 11.1 r102
    I have a Acer Aspire One netbook
    As soon I hit "play" on a flash movie, flash player crashes
    I have tried to disable hardware acceleration to eliminate that possibility, but the check box does not respond to input
    I read that the flash player system controls do not respond when there are scrollbars around the screen (as there are on a small netbook screen) so I zoomed out to get rid of the scrollbars, but the systems setting menu is still unresponsive when I try to disable hardware acceleration

    Thanks Carl, but as I mentioned:
    >I have tried to disable hardware acceleration to eliminate that possibility, but the check box does not respond to input
    eg. when I right slick on a player, the setting menu opens up, but the "Enable hardware" check box does not respond to a mouse click and remains on  I also tried tabbing around the settings menu and using the return key to select/ de-select but that doesn't work either

  • Flash Player refuses to make "display" tab available in settings; cannot disable hardware acceleration.

    Windows 8.1 64-bit laptop.  Multiple Flash Player issues.  (1) Sites say I do not have Flash Player installed but Adobe download page says I do.  (2)  Right clicking the test video, or any other video, give access to "settings" but there is no display tab.  (3)  Some video sites suggest watching in HTML5, which does work, but most simply present the green screen.  I have spent the better part of three days reading every forum I can find, and they all point to disabling hardware acceleration, but I cannot access it.  None of the recommended fixes work.

    HI ,
    Please provide the following information :-
    1)Snapshot of your "Flash player Settings " ..
    2) Url links for which you are facing the green screen issue .
    Also ,please provide additional information like GPU card information,browser version information and  flash version

  • How to disable GPU acceleration, really?

    I disabled GPU acceleration from settings menu but it is not effective.
    I did it from "''about:config''" menu "''gfx.direct2d.disabled -true''" but also not working.
    I did disable for all extension to check them but still have problem.
    The problem is firefox using my GPU on maximum clocks even for a '''simple page scrolling'''.
    It causes GPU clocks go up and down continuously, and VGA cooler also speeds up and goes down which creates cooler noise fluctuation.
    It is really irritating.
    Only thing I can do is to run firefox in windows xp compatibility mode.
    But this is just an interim solution.
    Now I updated version 11 and this still not fixed.
    I wrote about this problem a few times but still nothing.

    GPU accelerated pages=0 means Firefox is not using acceleration. The spike in the GPU clock when scrolling could be the Windows graphics acceleration. You can also try to file a detailed report [https://bugzilla.mozilla.org/ here.]

  • Disable Mouse Right click inside Adobe Acrobat PDF plugin

    Hi All,
    We are rendering Adobe live cycle pdf file inside html object tag.
    I have disabled toolbar , navigation bar using navpanes=0&toolbar=0.
    But when mouse right click reenable the context menu again.
    So Is there any way to disable mouse righ click inside Adobe Acrobat PDF browser plugin?

    I had the same problem after updating Firefox to version 4.0 and Acrobat Reader to Version X. For me (Win XP) what solve the problem was deleting the Acrobat Reader Plugin (nppdf32.dll) in the Firefox plugin folder (C:\Program Files\Mozilla Firefox\plugins). So now there is only one Acrobat Reader Plugin left namely the one in the Acrobat Reader plugin folder (C:\Program Files\Adobe\Reader 10.0\Reader\Browser).

  • Do you use mac's default mouse acceleration?

    I know there are billions of Mac users and if you use Apple's mouse, do you ALL turn OFF mouse acceleration or you get used to it?
    I find it weird, but my mouse is not moving as precisely as I want. Because when I move it slower, the mouse is not moving as I expect. It is changing its speed and it is hard to predict it.
    When I follow the general recommendation and turn the acceleration off by this command: defaults write .GlobalPreferences com.apple.mouse.scaling -1
    I don't like it either, because it is becoming too sensitive: when I move it a little, it is jerky.
    So, my question to all mouse users, do you really use default mouse acceleration? Or what do yuo do? Will I get used to it?

    No, sorry, I don't know if this is possible. But here in this forum people who know the Mac product won't see it.

  • Once firefox 4.o was installed, full screen video produced white screen. Had to exit and and restart video. Using a mac os 10.5. Disabling hardware acceleration did not fix. went back to firefox 3.6 and all is ok. Any help would be appreciated.

    Once firefox 4.o was installed, when switching to full screen while watching any internet video produced a white screen but audio still playing. Switching back to small screen has a still video but audio still going. Had to exit and and restart video or open a blank new new tab then delete it and then small screen video would play. Using a mac os 10.5. Disabling hardware acceleration did not fix. went back to firefox 3.6 and all is ok. Any help would be appreciated.

    Your hardware was never designed to run that old a version of OS X, it's best to update the application or find another application that is more up to date. Installing Leopard simply will not work on your system.

  • Disable Hardware Acceleration in MacOS VM

    I need to test Flash Applications with different system configurations. For that reason I use MacOS VMs to cover a lot of constelleations.
    Hardware acceleration is not possible. In Safari and Chrome it will run properly anyway but not in Firefox.
    Only a black / white placeholder is showing up and I don't get the settings menu to disable the hardware acceleration. I tried to disable it somehow with the flash player debug version and mm.cfg, but it doesn't seem to have any option to disable hw/a.
    Does anybody have an idea how to disable the acceleration ?

    There's not an mms.cfg directive to disable hardware acceleration.
    The preference file that controls the Hardware Acceleration preference that gets set via the Settings UI is shared between Safari and Firefox (Chrome has it's own thing going on).  If you unset Hardware Acceleration in Safari, and you're still seeing the problem in Firefox, something else is wrong.  I'd recommend filing a bug if that's the case.

  • DISABLE MOUSE EVENT on jlabel

    Dear all,
    I have a jlabel on which i perform a click and the embbeded image switch between start and stop image.
    My problem consists in preventing from performing multiples click/or disabling mouse event while the application starts loading some parameters.
    switchViewLabel.addMouseListener(new MouseAdapter() {
                   public void mouseClicked(MouseEvent e) {
                        //it takes a long time
                                   onSwitchViewButtonClick();
    protected void onSwitchViewButtonClick() {
              System.out.println("onSwitchViewButtonClick");
              if (canGo) {
                   System.out.println("canGo");
                   canGo = false;
                   MainWindowPeer.getInstance().setCursorToWait();
                         //this action load parameter
                            CommandWindow.getInstance().switchView();
                         refreshSwitchViewButton();
                   MainWindowPeer.getInstance().setCursorToDefault();
                   canGo = true;
         } But on my console i have noticed :
    canGo
    onSwitchViewButtonClick
    canGo
    onSwitchViewButtonClick
    canGo.....
    It looks like we store mouse event anywhere and for each event we execute onSwitchViewButtonClick code and consume event.(it seems to not be asynchronous)....
    How to do ???
    Thanks for any helps..

    Dear all,
    yes i want to ignore mouse events until the processing is done.But how to perform process in separate thread and what is a semaphore.Is it possible to have much more explanation...
    Shall i do following code..
    mouseAdapter = new MouseAdapter() {
                   public void mouseClicked(MouseEvent e) {
                        SwingUtilities.invokeLater(new Runnable(){
                             public void run() {
                                  //switchViewLabel.removeMouseListener(mouseAdapter);
                                  onSwitchViewButtonClick();
                                  //switchViewLabel.addMouseListener(mouseAdapter);
              };Thanks you in advance...

Maybe you are looking for

  • Maximum HTTP posts to "Plain HTTP" adapter

    Hello, I am working on some load testing on a development box that we have for a simple synchronous HTTP<>XI<>RFC interface.  I have tested up to around 45 simultaneous users and the XI box starts to reply with 500 Internal Server Errors to the HTTP

  • Image Field - Scaling Issue

    Hi, I'm using Interactive Forms for priting sales orders. For each line item I display a small product image in an image field. For this image field I use the setting "Sizing - Scale Image Proportionally". If I use this form as a print form evrything

  • Connecting Palm TX to Netgear WNR2000 router

    I cannot get the Palm to recognize the Netgear router. This morning while setting up my router, my Palm TX recognized the network before I completely set up the network. But after finishing it it will no longer recognize it. My son's laptop will conn

  • Tv and monitor?

    Hi there ive been looking about for a cable that would split the DVI signal into 2 seperate ones so that i can use my monitor for general working on the mac, and the tv (curently using the s-video adapter from the apple store), however the 2 that i b

  • Explorer.exe Application Error on shut down

    On shut down I am getting the following explorer.exe application error: The exception unknown software exception (0xc000042) occurred in the application at location 0x89087e03.   Click on OK to terminate the program How do I fix it?