Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-26-2004, 01:37 PM
|
#1
|
Member
Registered: Jan 2004
Location: Pinr Lake, GA
Distribution: Slackware, LinuxMint, FreeBSD, Xandros, CentOS, Fedora Core, RedHat, Chakra, etc etc
Posts: 215
Rep:
|
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!
|
|
|
11-26-2004, 05:16 PM
|
#2
|
Member
Registered: Jan 2004
Location: Pinr Lake, GA
Distribution: Slackware, LinuxMint, FreeBSD, Xandros, CentOS, Fedora Core, RedHat, Chakra, etc etc
Posts: 215
Original Poster
Rep:
|
does nobody have a touchpad????
|
|
|
12-02-2004, 08:38 PM
|
#3
|
LQ Newbie
Registered: Jun 2004
Posts: 6
Rep:
|
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.
|
|
|
12-03-2004, 01:48 PM
|
#4
|
Member
Registered: Jan 2004
Location: Pinr Lake, GA
Distribution: Slackware, LinuxMint, FreeBSD, Xandros, CentOS, Fedora Core, RedHat, Chakra, etc etc
Posts: 215
Original Poster
Rep:
|
Ahhhh... Thank you. I didn't make that connection. It all makes sense to me now. 
|
|
|
12-03-2004, 01:51 PM
|
#5
|
LQ Newbie
Registered: Jun 2004
Posts: 6
Rep:
|
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 12:51 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|