Description of problem: ksynaptics constantly displays the error "Shared Memory is not accessible. Please add the option 'UseShm ''true''' into the touch pad section of /etc/X11/xorg.conf" This is supposedly fixed in 0.3.3. libsynaptics 0.14.6c is also required.
ksynaptics-0.3.3-1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
Let me know if this fixes the problem and doesn't cause any other issues.
I'm still having problems using ksynaptics (or any other synaptics frontend) with a similar error: "Shared Memory is not accessible. Please add the option 'SHMConfig ''on''' into the touch pad section of /etc/X11/xorg.conf" Below is my xorg.conf file snippet. Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" Option "LeftEdge" "1970" 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.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "On" EndSection
Well, works for me. Can you attach your /var/log/Xorg.0.log file? You aren't trying to access while the machine is in a dock are you?
(In reply to comment #4) > Well, works for me. Can you attach your /var/log/Xorg.0.log file? You aren't > trying to access while the machine is in a dock are you? I tried accessing it while it was in a dock and while undocked, actually.
Created attachment 161320 [details] Xorg log file
Can you attach your full xorg.conf file? Looks like the driver really isn't being initialized. Be sure you have: InputDevice "Mouse0" "AlwaysCore" in your ServerLayout section as well. On my machine the synaptics device is disabled while in a dock.
(In reply to comment #7) > Be sure you have: > > InputDevice "Mouse0" "AlwaysCore" > > in your ServerLayout section as well. This is apparently the line I was missing in my xorg.conf file. Everything seems to be working now. Thanks for your help!
ksynaptics-0.3.3-1.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.