PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Asus A6T und touchpad



barton4
14.10.06, 15:34
Ich hab mir ein neues Notebook gekauft und debian installiert. Soweit geht alles
auser die tochpad Maus. Wenn Knoppix einlege dann geht das tochpad.

Hier mal die infos die Knoppix angezeigt hat:

Sym/PS2 Synaptis Tocuhpad /dev/input/mice major minor number: 13:63

weis jemand wie ich die MAus auch unter Debian zum laufen bekommen, brauche ich dazu eventuall ein Kerbelmodul

advo
16.10.06, 18:18
unter SUSE 10.1 läuft die Maus

gadget
16.10.06, 18:25
Na dann poste doch mal den entsprechenden Bereich aus Deiner /etc/xorg.conf!

Meiner sieht so aus:


Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

# Option "HorizScrollDelta" "0"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
Option "AccelFactor" "0.0010"
Option "BottomEdge" "4000"
# Option "Device" "/dev/input/mice"
Option "Edges" "1900 5400 1800 3900"
Option "Emulate3Buttons" "on"
Option "Finger" "25 30"
Option "FingerHigh" "30"
Option "FingerLow" "25"
Option "InputFashion" "Mouse"
Option "LeftEdge" "1900"
Option "MaxSpeed" "0.18"
Option "MaxTapMove" "220"
Option "MaxTapTime" "180"
Option "Name" "Synaptics;Touchpad"
Option "RightEdge" "5400"
# Option "SHMConfig" "on"
Option "TopEdge" "1900"
Option "VertScrollingDelta" "100"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection

Du kannst ja auch mal in die xorg.conf Deiner LiveCD reinschauen, die das Touchpad erkennt.

Gruß,
gadget