26Okt/100
Thinkpad Ubuntu 10.04/10.10 Middle Mouse Scrolling
Seit Ubuntu 10.04 nutzt Ubuntu wieder das alte xorg-Konfiguration anstatt der hal/udev Methode. Für uns heißt das, dass wir einfach eine xorg-Konfigurationsdatei in xorg.conf.d schmeißen:
Für 10.04:
sudo nano /usr/lib/X11/xorg.conf.d/20-thinkpad.conf
Für 10.10:
sudo nano /usr/share/X11/xorg.conf.d/20-thinkpad.conf
und fügen folgenden Inhalt ein:
Section "InputClass" Identifier "Trackpoint Wheel Emulation" MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint" MatchDevicePath "/dev/input/event*" Option "EmulateWheel" "true" Option "EmulateWheelButton" "2" Option "Emulate3Buttons" "false" Option "XAxisMapping" "6 7" Option "YAxisMapping" "4 5" Option "EmulateWheelTimeout" "200" EndSection
Dann einfach nur noch den X-Server neustarten (durch Neustarten, oder Ab-Anmelden) und voila
Quelle:
http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-04-lucid-lynx/









