Bug 249786 - ksynaptics 0.3.3
Summary: ksynaptics 0.3.3
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ksynaptics
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL: http://qsynaptics.sourceforge.net/ind...
Whiteboard:
Depends On: 249787
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-27 00:23 UTC by Douglas E. Warner
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version: 0.3.3-1.fc7
Clone Of:
Environment:
Last Closed: 2007-08-24 05:40:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Xorg log file (73.72 KB, text/plain)
2007-08-15 01:05 UTC, Douglas E. Warner
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.