LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-05-2008, 12:15 PM   #1
dwhitney67
Senior Member
 
Registered: Jun 2006
Location: Maryland
Distribution: Kubuntu, Fedora, RHEL
Posts: 1,541

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Configuring Touchpad Behavior


Hello,

I have Fedora 8 running on a Dell notebook which has an ultra-sensitive touchpad. When I am browsing the web using Firefox, occasionally I want to use the touchpad to scroll up/down a page. However if I accidentally swipe towards the lower-right corner of the touchpad, this in effect sends the browser a signal to go back to the previous page (and sometimes several pages).

Is there a configuration file that I can edit to disable certain "features" of the touchpad? All I want the touchpad to do is allow me to move the mouse pointer, and navigate up/down a page.

I recall that in the past when I dealt with Fedore Core 5, there was something I could do to set this up, but I'm not sure if the file I modified came with the OS, or if it came with a separate package I may have installed (perhaps tpconfig?). Either way, my FC5 system was waxed in favor of F8.
 
Old 01-06-2008, 03:12 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Your touchpad setup will be in the file /etc/X11/xorg.conf
Many touchpads use the synaptics driver, mine does.
Here is my touchpad section:
Code:
Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
	Option		"MaxTapTime"		"0"
EndSection
I have disabled horizontal scrolling and Tap-to-Click
See man synaptics for the full range of options.
 
Old 01-06-2008, 03:40 AM   #3
dwhitney67
Senior Member
 
Registered: Jun 2006
Location: Maryland
Distribution: Kubuntu, Fedora, RHEL
Posts: 1,541

Original Poster
Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Tredegar, thanks for the tip. I personally like the touchpad tap capabilities, so I added the HorizScrollDelta option as you have, along with a few others that I gleaned from the man-page. My InputDevice section appears as follows:

Code:
Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "RTCornerButton" "0"
        Option      "RBCornerButton" "0"
        Option      "LTCornerButton" "0"
        Option      "LBCornerButton" "0"
        Option      "HorizScrollDelta" "0"
EndSection
My touchpad is now functioning to my liking. Thanks again!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gateway Touchpad bad behavior... dovad Linux - Laptop and Netbook 2 09-25-2006 06:22 PM
Erratic Touchpad Behavior usaf_sp SUSE / openSUSE 4 08-16-2006 11:03 AM
Annoying Firefox/Laptop touchpad behavior DJOtaku Linux - Laptop and Netbook 8 12-04-2005 02:58 PM
Configuring Touchpad springshades Linux - Laptop and Netbook 6 07-10-2005 08:54 AM
erroneous touchpad behavior Mr_C Linux - Laptop and Netbook 2 04-10-2005 06:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration