• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Trackball aus - Touchpad an geht das?

JB2002

Newbie
Hallo allerseits.
Habe seit gestern openSUSE 10.2 auf meinem Laptop und bin begeistert.
Leider habe ich auch diesesmal das selbe Problem wie bereits bei anderen Linux Distris.

Ich habe einen (älteren) Dell Laptop, der sowohl ein Touchpad als auch einen Trackbal hat.
Leider funktioniert der Trackball nichtmehr richtig und meine Maus huscht ruhelos auf dem Bildschirm umher solange ich keine Maus anschließe.
Unter Windows gab es die Möglichkeit den Trackball auszuschalten und das Touchpad weiterhin zu nutzen.
Gibt es diese Möglichkeit auch bei Linux (aus der xorg.conf bin ich noch nicht schlau geworden)?

Gruß
JB2002
 
OP
J

JB2002

Newbie
ich glaube wichtig ist ja nur dieser teil:

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Driver "mouse"b2002
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "TPPS/2 IBM TrackPoint"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


gruß

jb2002
 
Oben