SHMConfig doesn't work in gutsy

Bug #155119 reported by Benson Margulies
This bug report is a duplicate of:  Bug #132627: GSynaptics couldn't initialize.. Edit Remove
4
Affects Status Importance Assigned to Milestone
gsynaptics (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I added SHMConfig with value 'qn' to my xorg.conf, rebooted, but qsynaptics still claims that SHMConfig is not enabled.

I'm running gutsy on a Dell Inspiron 8200.

Revision history for this message
Steve10 (sct10) wrote :

I'm confirming that the setting of SHMConfig does not seem to work on Gutsy so Touchpad attributes cannot be set. In addition, when I open a terminal window I see the following error at the top: "Can't access shared memory area. SHMConfig disabled?"

I've checked the /etc/X11/xorg.conf file and under the Synatpic Touchpad section I do see:
Option "SHMConfig" "on"
I've tried changing this to "true" but neither seem to affect the error message and SHMConfig stays disabled.

-Steve Tenbrink

Revision history for this message
Mike Biernat (zetman42) wrote :

I have that same issue. 'Option "SHMConfig" "true"' does not work. 'Option "SHMConfig" "on"' does not work. Even booting off a LiveCD of Gutsy, editing the xorg.conf, installing gsynaptic and restarting X, does not work. I have a ZT laptop, which is a rebranded MSI.

Revision history for this message
kronictokr (pstone78) wrote :

configure your "SHMConfig" above your scroll option
then place the whole section above the mouse "InputDevice"
as mine is bellow, this fixed my srolling and all my touchpad related problems
also you can try changing your scroll line to match mine, that was another change i added

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
        Option "SHMConfig" "on"
 Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
EndSection

Revision history for this message
Endolith (endolith) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.