Hi raskin,
thanks for your reply. Up to your questions:
Quote:
Originally Posted by raskin
Surely, you use synaptics driver?
|
Uhm ... yes.
Quote:
Originally Posted by raskin
Do you have Option "ZAxisMapping" "4 5 6 7"?
|
No. Only Option "ZAxisMapping" "4 5".
See below ..
Edit: Using 'Option "ZAxisMapping" "4 5 6 7"' does not seem to change anything on the (N, S, E, W) mapping.
Quote:
Originally Posted by raskin
What does synclient -l say?
|
Can't access shared memory area. SHMConfig disabled?
For informational purpose i add my InputDevice Section for the synaptics driver from /ect/X11/xorg.conf:
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/event0"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Edges" "1900 5400 1800 3900"
Option "Finger" "25 30"
Option "MaxTapTime" "150"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.05"
Option "MaxSpeed" "0.15"
Option "AccelFactor" "0.0005"
Option "SHMConfig" "true"
Option "UpDownScrolling" "true"
Option "Protocol" "auto-dev"
Option "CorePointer" ""
Option "Buttons" "7"
EndSection