Advertisement
Tritonio

Fixing mouse acceleration and speed sliders in Devuan

May 2nd, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Install xserver-xorg-input-evdev
  2.  
  3. These files are trying to claim input devices:
  4.  
  5. /usr/share/X11/xorg.conf.d/10-evdev.conf
  6. /usr/share/X11/xorg.conf.d/70-wacom.conf
  7. /usr/share/X11/xorg.conf.d/40-libinput.conf
  8. /usr/share/X11/xorg.conf.d/10-amdgpu.conf
  9. /usr/share/X11/xorg.conf.d/10-quirks.conf
  10. /usr/share/X11/xorg.conf.d/70-synaptics.conf
  11.  
  12. The last one to claim a device will actually win over any that claimed it before. To make evdev claim the mouse (which for me fixed the mouse acceleration) you need to either rename it to 75-evdev.conf (which will move it to the end of this list) or copy it in /etc/X11/xorg.conf.d/75-evdev.conf which allegedly is also taken into account along with the /usr/share/X11/xorg.conf.d/ directory. If the touchpad doesn't work after this, use 65 instead of 75.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement