Bug 249786

Summary: ksynaptics 0.3.3
Product: [Fedora] Fedora Reporter: Douglas E. Warner <silfreed>
Component: ksynapticsAssignee: Orion Poplawski <orion>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://qsynaptics.sourceforge.net/index.html
Whiteboard:
Fixed In Version: 0.3.3-1.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-24 05:40:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 249787    
Bug Blocks:    
Attachments:
Description Flags
Xorg log file none

Description Douglas E. Warner 2007-07-27 00:23:33 UTC
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.

Comment 1 Fedora Update System 2007-08-08 15:27:42 UTC
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.

Comment 2 Orion Poplawski 2007-08-08 23:03:49 UTC
Let me know if this fixes the problem and doesn't cause any other issues.

Comment 3 Douglas E. Warner 2007-08-13 18:35:44 UTC
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


Comment 4 Orion Poplawski 2007-08-14 22:22:35 UTC
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?

Comment 5 Douglas E. Warner 2007-08-15 01:04:35 UTC
(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.

Comment 6 Douglas E. Warner 2007-08-15 01:05:43 UTC
Created attachment 161320 [details]
Xorg log file

Comment 7 Orion Poplawski 2007-08-15 03:55:17 UTC
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.

Comment 8 Douglas E. Warner 2007-08-21 13:22:43 UTC
(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!

Comment 9 Fedora Update System 2007-08-24 05:40:00 UTC
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.