Mouse cursor on multiple screens with different PPI

26

6

I'm using a 4K display along with a Full HD display with both almost the same physical size and it brings some mouse cursor problems to me working with it on the default Windows settings.

As the mouse movement speed depends on the pixels, it's very slow on the 4K display and very fast on the Full HD display. Is there a windows setting or application to move the mouse depending on the visible distance and not the pixels?

Another problem is the virtual wall between the screens I can't move the cursor from the upper half of the 4K screen to the Full HD screen:

Windows creen settings

How is it possible to virtually stretch the cursor transition area of the Full HD screen to the one of the 4K monitor?

The smallest problem, nevertheless painful, is the cursor size which varies between the screens. Is there a way to keep the same visual mouse size on both screens?

Fabian Horlacher

Posted 2016-03-10T20:11:42.617

Reputation: 390

1

Good question. Maybe you should open the feedback app and file a bug for this. Relationship between mouse DPI, screen resolution and screen size

– phuclv – 2016-03-11T09:40:55.803

Try Non Stick Mouse.

– harrymc – 2016-03-13T08:52:43.250

@harrymc The question is not about the Windows Snap Assist, but about the problems which emerge from different screen resolutions. – Fabian Horlacher – 2016-03-13T23:26:19.067

This app is not about Snap. – harrymc – 2016-03-14T06:15:17.487

1

Regarding the "Wall" between the two monitors: http://superuser.com/questions/973452/how-to-make-monitor-edges-match-on-windows-7

– Ƭᴇcʜιᴇ007 – 2016-03-17T19:16:53.683

It appears (I can confirm this) that Microsoft has finally fixed the mouse speed issue in Windows 10 Insider Preview build 16273 so most probably the fix will be in Fall Creators Update (2017). – Sandor Drieënhuizen – 2017-09-14T08:56:15.050

If someone has the link to the feedback hub question for this, please share here, I won't mind upvoting the issue there as well! – Vijay – 2017-10-16T09:48:34.383

Answers

8

Virtual wall

Cursor speed

It appears that Microsoft has finally fixed the mouse speed issue in Windows 10 Insider Preview build 16273 so most probably the fix will be in Fall Creators Update (2017). It is activated by changing the scaling of a screen.

There were three projects which address the cursor speed problem on multiple screens with different resolutions.

  • DpiGonzales on github which works very well on my system - thanks to Sandor Drieënhuizen for developping the tool and for sharing the link
  • There is a project called LittleBigMouse on github, which is in alpha state and not stable on my system.
  • The most configurable program I've found is Custom Screen Speed on its developers website, but the configuration has to be set manually and it is not stored. Therefore it has to be reconfigured at each system start. Custom Screen Speed

Cursor Size

No projects found yet

Fabian Horlacher

Posted 2016-03-10T20:11:42.617

Reputation: 390

3

The cursor speed problem (and the lack of updates on the Custom Screen Speed program) inspired me to fix the problem myself. My take on the problem currently doesn't require any configuration. It dynamically adapts pointer speed on higher DPI displays. You can download it here https://github.com/sandord/DpiGonzales. Community contributions are very welcome!

– Sandor Drieënhuizen – 2016-12-08T15:46:27.100

Unfortunately the Gonzales app does not work with my Win 10 Precision touchpad. – Qwerty – 2019-02-12T12:42:28.220

Cursor speed should be fixed since 2017 by Microsofts Windows 10 Fall Creators Update (2017) – Fabian Horlacher – 2019-02-12T13:08:23.707

2

Found this solution, which should at least fix the virtual wall problem, on a different thread, originally from Steve:

Perhaps LittleBigMouse could help you out? It's an alpha application, but it seems to be focusing on the issue you're having.

Github: https://github.com/mgth/LittleBigMouse

Download (Releases): https://github.com/mgth/LittleBigMouse/releases

I have been using it myself with a 4K UHD monitor and a 1080p Full HD monitor and this does exactly what you want.

As for the cursor speed, this can be solved by changing the scaling of the screen within Windows. For example set your 4K display to 200% and your 1080p screen to 100%. Then the cursor size and speed should be the same on both screens.

Flexo013

Posted 2016-03-10T20:11:42.617

Reputation: 171