On Mon, May 2, 2016 at 11:51:33 +0100, Sam Halliday wrote: > After the upgrade, my input device options were ignored and I was unable to > use my device. > > This is the relevant part of my /etc/x11/xorg.conf > > Section "InputClass" > Identifier "Kensington" > MatchProduct "Kensington Kensington Slimblade Trackball" > Option "InvertX" "on" > Option "InvertY" "on" > Option "ButtonMapping" "9 3 8 4 5 6 7 1 2" > EndSection > The ButtonMapping option should still work afaik. The InvertX/InvertY options were for the evdev driver and don't seem to have carried over to the newer libinput driver, which is now used by default instead. If they are needed please file a bug upstream at https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Input/libinput or https://bugs.freedesktop.org/enter_bug.cgi?product=wayland&component=libinput including the details of that hardware. Let us know the bug number for tracking.
Cheers, Julien