Issue with touchpad.
Peter Pregler
Peter_Pregler at email.com
Sun Oct 16 05:10:31 CDT 2005
Aaron wrote:
> I am having this problem as well, but when I try to change any settings
> with synclient or syndaemon it reports an error that has to do with
> SHMConfig. It says I need SHMConfig *on* my Touchpad configuration. I
> don't know what it is talking about.
>
> Thanks,
>
> Aaron
Check out your xorg.conf, e.g. here is the relevant part in my config:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
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 "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Regards, Peter
More information about the laptop-testing-team
mailing list