Is there a way to adjust mouse pointer speed for individual monitors?

6

1

Is there a way to adjust the mouse pointer speed for each individual monitor? I'm running two equally sized monitors, one is 4K, the other is 1080p, which means everything on the 1080p monitor is twice as large and moves twice as fast relative to the display area. What I'd like to do is have the mouse pointer switch to a lower speed when on the 1080p monitor. This should be doable with drivers or some scripting. If anyone can point me in the right direction, I can figure things out from there myself.

My current mouse is the Logitech M500 with the SetPoint driver software running under Windows 8.

Mihkel

Posted 2014-10-15T20:42:52.077

Reputation: 161

Setting mouse sensitivity per device in Windows 7? – phuclv – 2018-09-24T17:11:12.180

Answers

7

Here's a solution that worked for me - go into Mouse Properties -> Pointer Options and tick 'Enhance pointer precision'. This causes pointer velocity to be consistent across screens with different resolutions.

Aaron Miles

Posted 2014-10-15T20:42:52.077

Reputation: 71

I feel like this should be the accepted answer. Worked perfect for me on my new 4k 27" monitor and my two 1050p montors – SublymeRick – 2017-08-19T00:47:40.650

Why is this not the default in windows? It works wonderfully! – Kevin Westwood – 2017-10-26T16:14:08.823

It was the default on Windows 10, and disabling it made things WAY worse, though I will say with it on it still feels slow on the 4K monitor to me. – Robert Noack – 2018-02-09T15:28:20.767

4

I had the same problem, so I wrote an application to set mouse speed per monitor. Source code (C#) is available; it's in the same ZIP as the executable. The program works by changing mouse sensitivity when the mouse pointer crosses a border.

Download: Custom Screen Speed

Shane Di Dona

Posted 2014-10-15T20:42:52.077

Reputation: 349

Note to mods: We're allows to self-link, right? I couldn't find a solution other than the program I ended up writing. – Shane Di Dona – 2014-11-16T00:13:25.973

not a mod, but I believe you are allow to self-link as long as you disclose the fact that you are doing so (it also helps that it's free/open source) – user2813274 – 2015-02-12T19:18:32.180

The link has expired. – pepkin88 – 2015-11-20T15:30:10.130

1@pepkin88 I fixed it; the Internet Archive had the page and the ZIP. – Ben N – 2015-12-23T01:43:48.970

1The original link to the programs page has been recreated from the Wayback Machine. I was doing some Drupal stuff and I suppose the page got deleted. I'm glad to see people are using my program :) – Shane Di Dona – 2015-12-23T01:55:40.660