Git Product home page Git Product logo

Comments (5)

Chaoses-Ib avatar Chaoses-Ib commented on May 27, 2024

In fact, this is a known issue. Checking EPP causes Windows to use an unknown algorithm to transform the relative movement of the mouse. Then the library will be unable to precisely control the actual amount of relative movement. Because some drivers only support relative movement (e.g. Logitech), their absolute movement is simulated by using relative movement, the absolute movement will also be affected by EPP.

There are a few articles that have looked at the unknown algorithm, but it's complex and I'm not sure if those articles still apply to Windows 10/11. I have tried to fit the curve of the algorithm and make corrections (Logitech.hpp#L170), but the result is not satisfying. The best option at this time may be to check and notify the user to turn off EPP.

from ibinputsimulator.

ChrisKader avatar ChrisKader commented on May 27, 2024

On my machine, I do not have a settings.json file located in this location.

image

Closest I have is %LOCALAPPDATA%\LGHUB and its a settings.db file:

image

from ibinputsimulator.

ChrisKader avatar ChrisKader commented on May 27, 2024

I also found that you can actually install the RzComDriver without Synapse. There are various logs generated by razer synapse and one of them is Manifest.log this contains an XML manifest of all software products from razer. I have a console app I wrote in c# that actually uses the C# API used by Razers software to download the same Manifest file.

Within the Manifest, there is a link to the full Razer Synapse install (eg: https://cdn.razersynapse.com/1665042231FcnE6gEARazerSynapseSetup_v3.7.1015.100615.exe).

This exe is in a format that can be extracted from and within the $PLUGINSDIR RzComDriver_vx.x.xx.x.exe exists which is the Razer Common Control Driver.

image

from ibinputsimulator.

ChrisKader avatar ChrisKader commented on May 27, 2024

image

from ibinputsimulator.

Chaoses-Ib avatar Chaoses-Ib commented on May 27, 2024

On my machine, I do not have a settings.json file located in this location.

Sorry, that's my fault. You don't actually need a settings.json. LGS' acceleration is indeed just another name for EPP (I didn't realize this until after I wrote it). You can check EPP in HKEY_CURRENT_USER\Control Panel\Mouse\MouseSpeed.

from ibinputsimulator.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.