LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   touchpad synclient error? (https://www.linuxquestions.org/questions/fedora-35/touchpad-synclient-error-259583/)

beatupbilly 11-26-2004 01:37 PM

touchpad synclient error?
 
This is what I get when I try to use the synclient program:
Can't access shared memory area. SHMConfig disabled?

I desperately want to disable features on my touchpad. Anyone have experience with this? PLEASE help!

beatupbilly 11-26-2004 05:16 PM

does nobody have a touchpad????

dmk2000 12-02-2004 08:38 PM

insert SHMConfig yes in /etc/X11/xorg.conf
 
You need to add an options line in xorg.conf and then you can use the synclient application to change features from the command line.

In my xorg.conf:

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "yes"
EndSection

Then synclient should work.

beatupbilly 12-03-2004 01:48 PM

Ahhhh... Thank you. I didn't make that connection. It all makes sense to me now. :)

dmk2000 12-03-2004 01:51 PM

small change to xorg.conf
 
You might need to put:

Option "SHMConfig" "on"

instead of

Option "SHMConfig" "yes"

in xorg.conf.


All times are GMT -5. The time now is 04:29 PM.