Trackpoint unter Linux

dornfelder

New member
Themenstarter
Registriert
3 Feb. 2008
Beiträge
10
Hi,
ich habe ein Thinkpad t41 mit ubuntu 7.10
Gerne würde ich den Trackpoint und das Touchpad so konfigurieren, dass ich damit einen adäquaten Mausersatz habe.
Die entsprechenden Abschnitte in der xorg.conf sehen so aus:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "On"
Option "EmulateWheelButton" "2"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Hilfe wäre willkommen.
Chris
 
Original von dornfelder
so konfigurieren, dass ich damit einen adäquaten Mausersatz habe.
Ich weiß ja nicht, was du dir jetzt konkret vorstellst. Ich verweise aber mal auf das thinkwiki.org. Wenn du da nach "configure trackpoint" oder "configure touchpad" suchst, wirst du wahrscheinlich fündig...

Gruß, Mario
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben