# ls -l /etc/X11/xorg.conf.d/
итого 12
-rw-r--r-- 1 root root 318 ноя 7 18:28 10-monitor.conf
-rw-r--r-- 1 root root 796 ноя 27 14:09 90-input-thinkpad.conf
-rw-r--r-- 1 root root 176 ноя 27 14:09 95-input-keyboard.conf
# ls -l /etc/X11/xorg.conf.d.bak
итого 12
-rw-r--r-- 1 root root 318 ноя 7 18:28 10-monitor.conf
-rw-r--r-- 1 root root 796 дек 17 2014 90-input-thinkpad.conf
-rw-r--r-- 1 root root 176 дек 17 2014 95-input-keyboard.conf
# ls -l /etc/X11/xorg.conf.d.new
итого 16
-rw-r--r-- 1 root root 1099 ноя 27 14:09 10-evdev.conf
-rw-r--r-- 1 root root 318 ноя 7 18:28 10-monitor.conf
-rw-r--r-- 1 root root 796 ноя 27 14:09 90-input-thinkpad.conf
-rw-r--r-- 1 root root 176 ноя 27 14:09 95-input-keyboard.conf
/etc/X11/xorg.conf.d/ - актуальное состояние
/etc/X11/xorg.conf.d.bak - то что было после отката
/etc/X11/xorg.conf.d.new - то что было после наката обновлений до того как прибил файлик.
Машинка была в свое время обновлена до сизифа xfce из кентавра p7 mate.
Содержимое 90-thinkpad.conf
Section "InputClass"
Identifier "trackpoint"
MatchIsPointer "true"
MatchProduct "TPPS/2 IBM TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "YAxisMapping" "4 5"
# Option "XAxisMapping" "6 7"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "EmulateWheelInertia" "10"
Option "EmulateWheelTimeout" "200"
EndSection
Section "InputClass"
Identifier "MOBTC9L"
MatchIsPointer "true"
MatchProduct "ThinkPad Bluetooth Laser Mouse"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "false"
Option "ButtonMapping" "1 2 3 4 5 8 9 6 7"
EndSection
Section "InputClass"
Identifier "ThinkPad Extra Buttons"
MatchIsKeyboard "true"
MatchProduct "ThinkPad Extra Buttons"
Driver "evdev"
EndSection