Hi all. First-time Linux user here. F10 on an IBM T41 laptop. Having trouble getting gsynaptics to initialize. It gives me:
Code:
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
I've installed and run system.display.config so I have an xorg.conf file in the etc/X11 directory.
Not really sure what I should be doing with the file, though. The ultimate goal is to disable the tap-click functionality of the touchpad (I hate it). Here is my xorg.conf file:
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Any leads/advice would be appreciated.