Fedora Linux Support Community & Resources Center
  #1  
Old 29th November 2008, 04:41 AM
msuffern Offline
Registered User
 
Join Date: Nov 2008
Posts: 11
[F10] Initializing GSynaptics for touchpad

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.
Reply With Quote
  #2  
Old 29th November 2008, 05:27 AM
pankajp Offline
Registered User
 
Join Date: Jul 2007
Location: Mumbai, India
Posts: 226
Quote:
Originally Posted by msuffern View Post
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"
        InputDevice    "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
        Option	    "SHMConfig" "true"
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.
Add the highlighted sections to your /etc/X11/xorg.conf and try logging out / logging in again to see if it works.
__________________
Fedora 14 Laughlin user on Dell Inspiron 1525
http://www.smolts.org/client/show/pu...0-71f71be44f7d :)
Reply With Quote
  #3  
Old 29th November 2008, 05:15 PM
msuffern Offline
Registered User
 
Join Date: Nov 2008
Posts: 11
Thanks for the help!

Fixed it, courtesy some help on another forum (linuxquestions.org). Here's my revised xorg.conf file, added sections in red:

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "TouchPad" "CorePointer"
EndSection

Section "InputDevice"
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105+inet"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Driver      "synaptics"
	Identifier  "TouchPad"
	Option      "SendCoreEvents"
	Option      "Protocol" "auto-dev"
	Option      "SHMConfig" "on"
	Option      "Emulate3Buttons"
	Option      "VertTwoFingerScroll" "false"
	Option      "HorizTwoFingerScroll" "false"
	Option	"HorizScrollDelta" "0"
	Option	"TapButton1" "0"
	Option	"TapButton2" "0"
	Option	"TapButton3" "0"
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

Last edited by msuffern; 29th November 2008 at 05:18 PM.
Reply With Quote
Reply

Tags
f10, gsynaptics, initializing, touchpad

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
gsynaptics touchpad on F11 KDE oz-sco Using Fedora 2 30th July 2009 04:35 PM
gsynaptics - setting values Linux > Windows Hardware & Laptops 0 9th July 2008 10:42 PM
gsynaptics help sanjay_ankur Hardware & Laptops 11 1st July 2008 10:59 AM
Warning: gsynaptics cripples touchpad tapping dshaw256 Hardware & Laptops 5 26th August 2007 10:04 PM
gsynaptics kills the touchpad litz Hardware & Laptops 0 8th July 2006 06:12 AM


Current GMT-time: 17:56 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat