-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add additional mouse settings for disabling mouse acceleration and middle click emulation [$350] #491
Comments
Some additional information.. From man xorg.conf.d:
So that means I should be able to add the following file and it should have kept the settings persistent:
I have also tried with this file:
So it seems MATE does not fully follow the run-parts listed in "man xorg.conf.d"? According to how I read it it should have been included:
99-nvidia.conf contents:
This particular issue could be related to #133, but there should really be a simple GUI option to do this. Here is how I currently work around it - each time before gaming I run the following script:
I was surprised that my xorg.conf.d file is not being respected, but as previously mentioned I think there should be a GUI way of doing this - similar to how Gnome 3.22 did. I have tried to add the script to start up applications and crontab that fails - I assume because it does not detect X. |
This will be easily achievable as soon as Mate will move to GTK3.4 |
MATE is all GTK3 now. Minimum version is 3.14. |
Ye, I know, and what im saying is that if mate will raise the gtk version
to 3.4 there will be an option available to let gnome handle the middle
mouse button
…On 8 Aug 2017 6:14 pm, "Martin Wimpress" ***@***.***> wrote:
MATE is all GTK3 now. Minimum version is 3.14.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/mate-desktop/mate-applets/issues/261#issuecomment-321021927>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFCOMZ5nioO63ExPqzC1wukfWDuSOa5kks5sWJdsgaJpZM4OiE7G>
.
|
3.4 is less than 3.14. |
Forgive my 6pm dumbness... Will look into it
2017-08-08 18:37 GMT+01:00 Martin Wimpress <notifications@github.com>:
… 3.4 is less than 3.14.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/mate-desktop/mate-applets/issues/261#issuecomment-321028143>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFCOMZ72cMQqDO8KV7YHq3gpCNF3M1T9ks5sWJzvgaJpZM4OiE7G>
.
|
No problem |
Any updates on this? |
I'm guessing they are waiting for more money to be added to the bounty. |
While I was looking through some similar issues and some of the code it appears that what is requested has been added. Is this the case? Were the appropriate individuals rewarded the bounty as promised? If not, I might be up to attempting to solve this issue. |
@zodywoolsey From what I have seen, a GUI option to disable mouse acceleration has not ben added. |
I've submitted several patches to fix this. All three are needed for this to work: |
As was done in Gnome 3.22 (see https://www.reddit.com/r/linux_gaming/comments/553v1p/gnome_322_includes_option_to_disable_mouse/) we should be able to disable these settings from the GUI and not be forced to use xinput --list and xinput --set-prop.
It really is not good for gaming to have mouse acceleration and I cannot get X to respect any of my .conf files to this (even after following the "man xorg.conf.d").
Image here shows how Gnome has it in the GUI: https://imgur.com/a/DYdUO.
I am currently working around this with a self-made script that I run prior to gaming, but I feel this should be more easier to work around.
Keep up the great work with MATE and I hope we can make it better!
There is a $350 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: