[Bug 132627] Re: GSynaptics couldn't initialize.

Claudio Moretti flyingstar16 at gmail.com
Wed Mar 25 23:01:47 UTC 2009


Fixed in Jaunty adding
Option "SHMConfig" "true"
as the last line of Section "InputDevice"
############################
Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "SHMConfig" "true"
EndSection
############################

Moving Section "InputDevice" Identifier "Configured Mouse", i.e. my USB
mouse, after Synaptics Touchpad

And finally adding InputDevice "Synaptics Touchpad" in Section
"ServerLayout"

############################
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

-- 
GSynaptics couldn't initialize.
https://bugs.launchpad.net/bugs/132627
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list