On 04/04/2017 12:11 AM, k...@aspodata.se wrote:
Walter Dnes:
...
This state of affairs seems to have evolved slowly. There wasn't one
version where it worked for nobody, immediately followed by the next
version that worked for everybody. Years ago, X would not run without
an xorg.conf file. Then X started being able to properly autoconfigure
without an xorg.conf file for 10% of users... then 20%... then 30%,
etc. Today it works for just about everybody.
No for me, I still use a serial mouse with mman protocol.
I have an /etc/X11/xorg.conf.d/mouse.conf file. I use it to set the
default acceleration profile. In your case, you should be able to delete
your xorg.conf and instead just use this in mouse.conf:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/whatever_you_use_currently"
Option "Protocol" "MouseMan"
EndSection