Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Firefox and Synaptics Touchpad?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
codedmart
l33t
l33t


Joined: 18 Nov 2003
Posts: 647
Location: Not Quite Sure

PostPosted: Sun Jan 02, 2005 5:34 pm    Post subject: Firefox and Synaptics Touchpad? Reply with quote

I have a HP laptop with a synaptics touchpad and if I move my finger certain ways it goes back a page or forword a page (some kind of mouse bindings). My question is I don't like that, does anyone know how to get rid of that or change it.

Thanks
Back to top
View user's profile Send private message
fyreflyer
n00b
n00b


Joined: 02 Jan 2005
Posts: 12

PostPosted: Sun Jan 02, 2005 11:13 pm    Post subject: Reply with quote

Do you have ZAxisMappings set in xorg.conf? If so you could try disabling it.
Back to top
View user's profile Send private message
clockwise
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 152
Location: uk

PostPosted: Sun Jan 02, 2005 11:26 pm    Post subject: Reply with quote

here's the section of my /etc/X11/xorg.conf that seems to have sorted this out. the problem seems to come from the edges of the pad getting used to control scrolling. i've adjusted my edge values to match pretty much the physical edge of the pad.

Code:

Section "InputDevice"
    Identifier  "touchpad"
    Driver      "synaptics"
    Option      "Protocol"          "auto-dev"
    Option      "Device"            "/dev/input/mice"
    Option      "CorePointer"
    Option      "EdgeMotionUseAlways"   "on"
    Option      "LeftEdge"          "1200"
    Option      "RightEdge"         "5700"
    Option      "TopEdge"           "1200"
    Option      "BottomEdge"        "4800"
    Option      "FingerLow"         "25"
    Option      "FingerHigh"        "30"
    Option      "MaxTapTime"        "180"
    Option      "MaxTapMove"        "220"
    Option      "VertScrollDelta"   "50"
    Option      "MinSpeed"          "0.02"
    Option      "MaxSpeed"          "0.18"
    Option      "AccelFactor"       "0.0010"
    Option      "SHMConfig"         "on"
    Option      "ZAxis Mapping"     "4 5 6 7"
EndSection


_________________
"if an injury has to be done to a man it should be so severe that his vengeance need not be feared." - niccolò machiavelli
Back to top
View user's profile Send private message
keschrich
n00b
n00b


Joined: 09 Apr 2002
Posts: 69
Location: Branford, CT

PostPosted: Mon Jan 03, 2005 1:05 am    Post subject: Reply with quote

You could also set and increase option HorizScrollDelta (which defaults to 100 on my system). If I'm not mistaken this option controlls how much horizontal movement on the touchpad is needed to trigger a scroll.
Back to top
View user's profile Send private message
keschrich
n00b
n00b


Joined: 09 Apr 2002
Posts: 69
Location: Branford, CT

PostPosted: Mon Jan 03, 2005 1:09 am    Post subject: Reply with quote

Forgot to mention, if you installed the synaptics tools (x11-misc/synaptics), you have two programs: synclient and syndaemon. Synclient lets you set options and experiment with them without having to continuously restart X. "synclient -l" will give you a list of available options. syndaemon is useful for monitoring the keyboard and turning off the touchpad for a specified amount of time while typing, so that you don't hit it with your thumbs by accident, moving the cursor in open office and typing all over the place while you're looking at the paper you're trying to type, not noticing until you think your finally finished and have to start all over again! grr </rant>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum