Fedora Linux Support Community & Resources Center
  #1  
Old 19th February 2008, 09:57 PM
udutronik Offline
Registered User
 
Join Date: Feb 2008
Posts: 17
[SOLVED] Fedora 8 ALPS touchpad : Gsnyaptics not workjng

Hi all,

I'm a newbie in the linux world, been trying various distros for 6 months and recently switched to Fedora.
I'm really enjoying this distribution and the community that surrounds it and so far, i've been able to make eveything work perfectly on my toshiba satellite laptop.

Everything but... my touchpad! I want to be able to use it but with tapping disabled.
It is viewed as ALPS Glidepoint device in Fedora's devices

I've not been able to make it happen, I tried:
- installing gsynaptics, but it wont start, giving me the message : "GSynaptics couldn't initialize. You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics"
- I've looked into /etc/X11/xorg.conf but there is no reference to synaptics touchpad
- i've pasted sample config lines into xorg.conf (posted in these forums), with SHMConfig = true with no luck...

in other distros, all i had to do was edit this xorg.conf... but what about Fedora?

Thanks for your help...

Last edited by udutronik; 26th February 2008 at 03:26 PM. Reason: [SOLVED] issue
Reply With Quote
  #2  
Old 19th February 2008, 09:59 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Moved to Laptop
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 20th February 2008, 12:46 AM
Bslagowski's Avatar
Bslagowski Offline
Registered User
 
Join Date: Dec 2007
Location: Wisconsin
Posts: 196
I have literally one minute before I need to leave, so this is going to be hurried. I'll check back later.

It should be:

Quote:
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "true"
EndSection
If that doesn't work (it didn't on my laptop) erase the true. So that last line would read:

Quote:
Option "SHMConfig"
End Section
Viel glück!
__________________
So dawn goes down to day,
Nothing gold can stay.
Reply With Quote
  #4  
Old 20th February 2008, 03:07 PM
udutronik Offline
Registered User
 
Join Date: Feb 2008
Posts: 17
Hello Bslagowski and thanks for taking time to help me...

I've tried it, with no success. Inserted data are in xorg.conf but not taken into account.

Any other ideas to try?

What is this X86Config mentioned in gsynaptics error message? Do i have to do some edits there?
Reply With Quote
  #5  
Old 23rd February 2008, 05:46 PM
udutronik Offline
Registered User
 
Join Date: Feb 2008
Posts: 17
I still havent succeded in making gnsynaptics to work! I've been googling around past few days with no luck...

Anybody has another idea? hoping for a solution..
Reply With Quote
  #6  
Old 26th February 2008, 02:30 AM
shacamin Offline
Registered User
 
Join Date: Feb 2008
Posts: 1
The same goes for me. I cannot seem to get the gsynaptics program to work.
Reply With Quote
  #7  
Old 26th February 2008, 01:10 PM
Crucible Offline
Registered User
 
Join Date: Feb 2008
Posts: 7
Add the following to your xorg.conf under the "Section "InputDevice""

Option "MaxTapTime" "0"
Reply With Quote
  #8  
Old 26th February 2008, 03:23 PM
udutronik Offline
Registered User
 
Join Date: Feb 2008
Posts: 17
[solved]

OK Folks, i was able to solve my problem thanks to Bill LaGrue of the fedora-laptop-list

what i did was edit my xorg.conf some more. Here are the relevant sections:

1) in the Section "ServerLayout" : i added this line:

InputDevice "Synaptics" "CorePointer"

2) now the whole synaptics part :
-----snip-----

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "SHMConfig" "True"
EndSection

3) To disable tapping, it can either be done in Gsynaptics GUI or by setting "MaxTapMove" to "0"

thanks everyone. Now Fedora works PERFECTLY!
Reply With Quote
  #9  
Old 6th April 2008, 05:30 PM
Dead1nside Offline
Registered User
 
Join Date: Sep 2006
Location: UK, Bucks.
Posts: 354
So the synaptics driver works for ALPS manufactured touchpads too?
Reply With Quote
  #10  
Old 21st April 2008, 07:36 PM
BlackBOX-MX's Avatar
BlackBOX-MX Offline
Registered User
 
Join Date: Sep 2006
Location: Cancun, Mexico
Age: 29
Posts: 52
i have resolved the tapping issue with this help but now when i put my finger on the touchpad (without moving the finger) the onscreen cursor moves to the lower right of the screen by itself. but if i realease my finger from the touchpad it get static ( as normal) do i need to change any value?

do i did something wrong.. my laptop is a Dell Inspiron 6400.. running F8.

F9 coming soon hehe.

thanks for your help in advance...
__________________
Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition.:cool:
Reply With Quote
  #11  
Old 21st April 2008, 11:30 PM
BlackBOX-MX's Avatar
BlackBOX-MX Offline
Registered User
 
Join Date: Sep 2006
Location: Cancun, Mexico
Age: 29
Posts: 52
Quote:
Originally Posted by BlackBOX-MX
i have resolved the tapping issue with this help but now when i put my finger on the touchpad (without moving the finger) the onscreen cursor moves to the lower right of the screen by itself. but if i realease my finger from the touchpad it get static ( as normal) do i need to change any value?

do i did something wrong.. my laptop is a Dell Inspiron 6400.. running F8.

F9 coming soon hehe.

thanks for your help in advance...
btw.. my touchpad only works if i disable with the GUI program the Scroll vertical and horizontal. if i dont my touch pad becomes all of it a "BIG SCROLL" hehe..!
__________________
Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition.:cool:
Reply With Quote
  #12  
Old 23rd April 2008, 07:05 AM
BlackBOX-MX's Avatar
BlackBOX-MX Offline
Registered User
 
Join Date: Sep 2006
Location: Cancun, Mexico
Age: 29
Posts: 52
Help?! Anyone?!
__________________
Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition.:cool:
Reply With Quote
Reply

Tags
alps, disable, fedora, tapping, 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
Touchpad tapping doesn't work in F11 Preview gletscher Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 8 7th May 2009 07:31 AM
Touchpad tapping problem gcell Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 1 20th April 2009 10:17 AM
F9 - touchpad no workee (speed and tapping) forkbomb Hardware & Laptops 4 6th August 2008 03:30 PM
Fully functional ALPS touchpad xorg.conf settings for Fedora 9 lepyr Hardware & Laptops 1 4th June 2008 02:59 AM
Tapping touchpad speeds up boot mick Hardware & Laptops 6 25th October 2007 07:08 AM


Current GMT-time: 14:10 (Tuesday, 21-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