Mouse cursor on multiple screens with different PPI

20,841

Solution 1

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

Solution 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.

Share:
20,841

Related videos on Youtube

Fabian Horlacher
Author by

Fabian Horlacher

Updated on September 18, 2022

Comments

  • Fabian Horlacher
    Fabian Horlacher over 1 year

    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?

    • phuclv
      phuclv about 8 years
      Good question. Maybe you should open the feedback app and file a bug for this. Relationship between mouse DPI, screen resolution and screen size
    • harrymc
      harrymc about 8 years
    • Fabian Horlacher
      Fabian Horlacher about 8 years
      @harrymc The question is not about the Windows Snap Assist, but about the problems which emerge from different screen resolutions.
    • harrymc
      harrymc about 8 years
      This app is not about Snap.
    • Fabian Horlacher
      Fabian Horlacher about 8 years
    • Ƭᴇcʜιᴇ007
      Ƭᴇcʜιᴇ007 about 8 years
      Regarding the "Wall" between the two monitors: superuser.com/questions/973452/…
    • Sandor Drieënhuizen
      Sandor Drieënhuizen over 6 years
      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).
    • Vijay
      Vijay over 6 years
      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!
  • Sandor Drieënhuizen
    Sandor Drieënhuizen over 7 years
    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 github.com/sandord/DpiGonzales. Community contributions are very welcome!
  • Qwerty
    Qwerty over 5 years
    Unfortunately the Gonzales app does not work with my Win 10 Precision touchpad.
  • Fabian Horlacher
    Fabian Horlacher over 5 years
    Cursor speed should be fixed since 2017 by Microsofts Windows 10 Fall Creators Update (2017)