Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

10.11.2005, 16:38

synaptics touchpad mit zonen?

hallo, hab gesehn das es für synaptics touchpads für windows verschiedene zonen gibt, wenn man in die tippt, dannpassiert was, zb gehtein browser auf oder man kann vor und zurück gehn und so sachen,....

naja, es ist nicht so das ich es haben will, sondern ich würd es gerne wegbekommen.....
wenn ich in die linke untere ecke in meinem touchpad tippe gehe ich eine seiteim browser vor und wenn ich in die rechte untere ecke tippe gehe ich seiten zurück....

dummerweise passiert mir das immer unbeabsichtigt... und da würd ich gerne was dagegen machen....

jemand ne idee???

hier meine xorg.conf....

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Section "InputDevice"
        Identifier "Mouse0"
        Driver "synaptics"
        Option "Protocol" "PS/2"
        Option "Device" "/dev/psaux"
        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.09"
        Option "MaxSpeed" "0.15"
        Option "AccelFactor" "0.0020"
        Option "SHMconfig" "on"
        Option "Buttons" "7"
        Option "ZAxisMapping" "4 5"
        Option "Emulate3Buttons"
        Option "Emulate3Timeout" "50"
EndSection



Oder kennt jemand eine Anleitung zu diesen optionen???

Quellcode

1
2
date ; unzip | port ; touch | head ; strip | top ; finger socket ; 
grep ; mount | tail ; gasp < yes & yes ; umount ; sleep

2

10.11.2005, 19:23

2 dinge:

man synaptics, da haste alle optionen drinnen beschrieben, meine config sieht so aus:

Section "InputDevice"
Identifier "touch1"
Driver "synaptics"
Option "CorePointer"
# Option "SendCoreEvents" "true"
Option "Device" "/dev/input/event5"
#Option "Device" "/dev/mouse1"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "600"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "MaxDoubleTapTime" "180"
Option "ClickTime" "100"
Option "FastTaps" "1"
Option "EmulateMidButtonTime" "75"
# Option "VertScrollDelta" "1"
Option "VertScrollDelta" "10"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "2.5"
Option "AccelFactor" "0.06"
Option "EdgeMotionMinZ" "30"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "EdgeMotionUseAlways" "0"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "TouchpadOff" "0"
Option "GuestMouseOff" "1"
Option "LockedDrags" "1"
Option "RTCornerButton" "0"
Option "RBCornerButton" "3"
Option "LTCornerButton" "3"
Option "LBCornerButton" "3"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "3"
Option "CircularScrolling" "0"
Option "CircScrollDelta" "0.08"
Option "CircScrollTrigger" "0"
Option "CircularPad" "0"
Option "PalmDetect" "1"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "25"
Option "CoastingSpeed" "0"
EndSection


macht nix anderes als den rechten rand zum scrollen verwenden und bei einem tap rechts unten wird die rechte maustaste emuliert.
sollte eigentlich funzn, wenn auch vom kernel erkannt und das paket synaptics (treiber für xorg) emerged wurden
... nur ein weiterer tag im leben eines naren ... :P