Computer ForumsComputers  

Go Back   Computer Forums > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software

Reply
 
LinkBack Thread Tools Display Modes
Old 05-30-2007, 12:09 AM   #1 (permalink)
True Techie
 
saladfork's Avatar
 
Join Date: Oct 2006
Posts: 181
Default Edit Trackpad

I'm running Fedora Core on my laptop and am beginning to get frustrated with the trackpad. The furthest side to the right is used in the same fashion as the scrolley ball, and the bottom acts as a horozontal version.

What file do I edit to turn those settings off?
saladfork is offline   Reply With Quote
Old 05-30-2007, 12:11 AM   #2 (permalink)
Retired.
 
peterhuang913's Avatar
 
Join Date: Dec 2005
Location: Los Angeles, California
Posts: 8,145
Send a message via AIM to peterhuang913
Default Re: Edit Trackpad

in the mouse settings or the program that controls the pad?
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.
peterhuang913 is offline   Reply With Quote
Old 05-30-2007, 12:12 AM   #3 (permalink)
True Techie
 
saladfork's Avatar
 
Join Date: Oct 2006
Posts: 181
Default Re: Edit Trackpad

heh... problem is I dont know what that file is called or where it is?
saladfork is offline   Reply With Quote
Old 05-30-2007, 12:14 AM   #4 (permalink)
Retired.
 
peterhuang913's Avatar
 
Join Date: Dec 2005
Location: Los Angeles, California
Posts: 8,145
Send a message via AIM to peterhuang913
Default Re: Edit Trackpad

look under the programs list
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.
peterhuang913 is offline   Reply With Quote
Old 05-30-2007, 12:22 AM   #5 (permalink)
True Techie
 
saladfork's Avatar
 
Join Date: Oct 2006
Posts: 181
Default Re: Edit Trackpad

The mouse preferences in the system menu just gives me options such as speed and left handedness..

Im trying to find the actual config file that would have all the settings.
saladfork is offline   Reply With Quote
Old 05-30-2007, 12:25 AM   #6 (permalink)
Retired.
 
peterhuang913's Avatar
 
Join Date: Dec 2005
Location: Los Angeles, California
Posts: 8,145
Send a message via AIM to peterhuang913
Default Re: Edit Trackpad

its not a file, its a program
edit:nvm
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.

Last edited by peterhuang913; 05-30-2007 at 12:29 AM.
peterhuang913 is offline   Reply With Quote
Old 05-30-2007, 12:30 AM   #7 (permalink)
Retired.
 
peterhuang913's Avatar
 
Join Date: Dec 2005
Location: Los Angeles, California
Posts: 8,145
Send a message via AIM to peterhuang913
Default Re: Edit Trackpad

"The problem that really drove me crazy though was the default touchpad functionality. Firefox would move pages Back and Forward in History just by touching the lower bottom of the touchpad. This was extremely annoying. And so I disabled it by replacing the Synaptics section on /etc/X11/xorg.conf with the following:

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "10000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
# set MaxTapTime to "0" to disable tap-to-click
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "on"
EndSection

(Warning: if you are going to use the above snippet make sure you change some of the "Left/Right/Top/Bottom Edge" numbers because each touchpad model is different). "
[Source]
__________________


My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V.
"The spaces between your fingers were created so that another's could fill them in."
Quote:
Originally Posted by Norcent View Post
I need to stop using the internet.
peterhuang913 is offline   Reply With Quote
Old 05-30-2007, 12:33 AM   #8 (permalink)
True Techie
 
saladfork's Avatar
 
Join Date: Oct 2006
Posts: 181
Default Re: Edit Trackpad

Quote:
Originally Posted by peterhuang913 View Post
"The problem that really drove me crazy though was the default touchpad functionality. Firefox would move pages Back and Forward in History just by touching the lower bottom of the touchpad. This was extremely annoying. And so I disabled it by replacing the Synaptics section on /etc/X11/xorg.conf with the following:

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "10000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
# set MaxTapTime to "0" to disable tap-to-click
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "on"
EndSection

(Warning: if you are going to use the above snippet make sure you change some of the "Left/Right/Top/Bottom Edge" numbers because each touchpad model is different). "
[Source]
Oh.. ok.. so it was firefox, not the overall setting.. aight, thanks, ill get on it :]
saladfork is offline   Reply With Quote
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:11 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0