On 11.Jun 2005 - 16:08:42, Wolfgang Egger wrote: > Servus Jochen, > > Jochen Schulz wrote: > > >Section "InputDevice" > >Driver "synaptics" > >[...] > >Option "MaxTapTime" "180" # max. time (in milliseconds) for detecting a tap > >Wenn das auf Null ist, ist das Klicken per tap komplett aus. > > > ich hab grad in die Xconfig geschaut und dort gibt es gar keine derartige > Section mit synaptics. > Stellt sich mir nun die Frage, gibt es irgendwo nen Dialog, mit dessen Hilfe > ich diesen Eintrag da rein bekomme, oder muss ich das von Hand tun und wenn > ja, > was genau muss ich da noch alles hinschreiben?
Es muesste aber ne Section mit CorePointer geben, dort dann den "driver" ersetzen, xfree86-driver-synaptics installieren und die entsprechende Option angeben. Bie mir siehts so aus: ,----[ XF86Config-4 ]- | Section "InputDevice" | Identifier "Configured Mouse2" | Driver "synaptics" | Option "CorePointer" | Option "Device" "/dev/gpmdata" | Option "Protocol" "auto-dev" | Option "LeftEdge" "1700" | Option "RightEdge" "5300" | Option "TopEdge" "1700" | Option "BottomEdge" "4200" | Option "FingerLow" "25" | Option "FingerHigh" "30" | Option "MaxTapTime" "180" | Option "MaxTapMove" "220" | Option "VertScrollDelta" "100" | Option "MinSpeed" "0.06" | Option "MaxSpeed" "0.12" | Option "SHMConfig" "true" | Option "AccelFactor" "0.0010" | Option "UpDownScrolling" "yes" | Option "LockedDrags" "on" | EndSection `---- Wobei /dev/gpmdata durch /dev/psaux oder /dev/input/mice zu ersetzen ist, wenn man keinen GPM nutzt. Andreas -- Don't get stuck in a closet -- wear yourself out. -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

