- 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
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