Fedora Linux Support Community & Resources Center
  #1  
Old 30th December 2007, 05:29 PM
Becoming X's Avatar
Becoming X Offline
Registered User
 
Join Date: Dec 2007
Location: Informational Threshold
Posts: 24
Touchpad Problems

In amidst the vast amounts of work I'm having to do on my Fedora laptop (Which is strangely fun I might add) there is one thing that isn't fun: My touchpad factory settings counted touching the actual pad as a left click. In Windows this was easy to change, but I was wondering where the touchpad settings are on Fedora.

I'm running Fedora 8 and using KDE 3.5.something


Thanks in advance
Reply With Quote
  #2  
Old 4th January 2008, 11:07 PM
unamanic's Avatar
unamanic Offline
Registered User
 
Join Date: Apr 2006
Location: 127.0.0.1
Age: 33
Posts: 282
There are a couple touchpad manufacturers but mine is synaptics. If this is the case with yours, you can install gsynaptics to have a gui way to configure it. You can also disable it globally by editing your /etc/X11/xorg.conf (actually even to use gsnaptics you'll have to edit it).

The first step is to open /etc/X11/xorg.conf as root in your favorite text editor. Find a section that looks like:
Code:
Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection
Add the SHMConfig option for gsynaptic and the MaxTapTime option to disable tap to click

Code:
Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
# required for gsynaptics
        Option      "SHMConfig" "true"
# disables tap to click 
        Option      "MaxTapTime" "0"
EndSection
Save the file, then log off and back in. You should be free of your tapping woes.
Reply With Quote
  #3  
Old 5th January 2008, 11:42 PM
Becoming X's Avatar
Becoming X Offline
Registered User
 
Join Date: Dec 2007
Location: Informational Threshold
Posts: 24
That sounds absolutely awesome. I'll just try that and get back to you soon. Thanks!


EDIT: Worked like a charm, thanks so much for that!

Last edited by Becoming X; 6th January 2008 at 01:29 PM. Reason: Update
Reply With Quote
Reply

Tags
problems, 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
Problems with Synaptics touchpad MarcoA Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 7 28th August 2008 07:45 AM
Synaptics Touchpad problems vikrant82 Installation and Live Media 4 28th March 2008 08:00 PM
Samsung R60 - Weird Touchpad Problems CraigWatson Hardware & Laptops 4 20th March 2008 01:24 PM
Touchpad problems on HP ze2000 epkulse Hardware & Laptops 11 19th May 2006 04:34 AM
Synaptics touchpad problems vertex Hardware & Laptops 0 5th May 2006 08:13 PM


Current GMT-time: 08:46 (Wednesday, 22-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