systemofapwne / leetmouse

A fork of the Linux mouse driver with acceleration
GNU General Public License v2.0
93 stars 10 forks source link

No problem just thoughts #19

Closed ZoomVA closed 2 years ago

ZoomVA commented 2 years ago

I have been using both yours and skyl3rs driver(switching back and forth to test them out) for a little while now, saw that rotation wasn't implemented from RawAccel/InterAccel just yet so I thought I'd just get this out there. Xorg has a Rotation built into it and I've been toying with it, although it isn't the run of the mill by degree. Using the calculator here we can set it up:

Next steps require the Terminal or editing your /etc/x11/xorg.conf.d files - Using the Terminal was fine for me for this and it hasn't changed

Now follow the steps:

Someone has made a python script to try out new angles here is the blog post, (he/she also explains it a bit better I believe with sources) its not listed there but you need to download Scipy's spatial transform.

I know almost nothing about coding only some basics but thought I'd contribute to something I tinker and toy with daily in some way. Hopefully this information will be useful to you or others who contribute to this project to add even more modules to this to enable it to get as close to the Raw Accel/InterAccel as possible.