View previous topic :: View next topic |
Author |
Message |
MikeTheGreat n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/164736957642ff62061db2a.gif)
Joined: 03 Apr 2005 Posts: 56 Location: London, UK
|
Posted: Mon Aug 15, 2005 1:32 pm Post subject: Synaptics touchpad odd behaviour [Solved] |
|
|
Building my first Gentoo laptop and just come across my first laptop specific problem. The laptop is a HP Compaq nx9005.
After configuring xorg.conf and testing the configuration my synaptics touchpad appears to be working correctly; however when I use the buttons the cursor shifts a few pixels up or to the right. The same problem occurs when moving the cursor normally. It has a tendancy to shoot towards the top right hand corner. It moves almost exactly the width or height of the cursor itself.
Anybody come across this before or have any ideas?
Any help would be greatly appreciated
Mike
Last edited by MikeTheGreat on Mon Aug 15, 2005 7:42 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nanoczar Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Marvel/Marvel_-_X_Men1.gif)
Joined: 10 Dec 2002 Posts: 192 Location: Henderson, TN
|
Posted: Mon Aug 15, 2005 5:31 pm Post subject: |
|
|
I have this in my xorg.conf...you could give it a try and see if it helps. I have no problems...
Code: | Section "InputDevice"
Driver "synaptics"
Identifier "ALPS Glidepoint"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "0"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.5"
Option "MaxSpeed" "0.8"
Option "AccelFactor" "0.04"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection |
-nanoczar _________________ Don't fight the LaTeX. WORK with the LaTeX!! Become one with the LaTeX!!! - JIC |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MikeTheGreat n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/164736957642ff62061db2a.gif)
Joined: 03 Apr 2005 Posts: 56 Location: London, UK
|
Posted: Mon Aug 15, 2005 6:28 pm Post subject: |
|
|
nanoczar wrote: | I have this in my xorg.conf...you could give it a try and see if it helps. I have no problems...
Code: | Section "InputDevice"
Driver "synaptics"
Identifier "ALPS Glidepoint"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "0"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.5"
Option "MaxSpeed" "0.8"
Option "AccelFactor" "0.04"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection |
-nanoczar |
Thanks for the post, still no luck though. May I ask what model of laptop are you using? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nanoczar Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Marvel/Marvel_-_X_Men1.gif)
Joined: 10 Dec 2002 Posts: 192 Location: Henderson, TN
|
Posted: Mon Aug 15, 2005 6:55 pm Post subject: |
|
|
I have a Dell 6000. Hard to believe that it is actually a specific thing with the HP hardware.
This might help...
http://emeitner.f2o.org/nx9005/
http://demira.shopkeeper.de/~sascha/nx9005/
Most people seem to find that it works fine. One fellow said the following:
Quote: | The Synaptics trackpad works fine in Linux with the 2.4 series kernels. It works in 2.6 series kernels with this http://w1.894.telia.com/~u89404340/touchpad/index.html driver. I find the accleration annoying so I always set the Min and Max speeds to "0.12" and the acceleration to "0.00". This allows me to have a fast pointer but with no accelerations. |
???
-nanoczar _________________ Don't fight the LaTeX. WORK with the LaTeX!! Become one with the LaTeX!!! - JIC |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakos7 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/13044574513f17062a024dc.jpg)
Joined: 21 Feb 2003 Posts: 294 Location: Rockville, MD, USA, Earth, Sol
|
Posted: Mon Aug 15, 2005 7:12 pm Post subject: |
|
|
I have experienced this mouse jumping before. I think it might be static related as it does not always happen for me. Is it a constant problem or intermittant? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MikeTheGreat n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/164736957642ff62061db2a.gif)
Joined: 03 Apr 2005 Posts: 56 Location: London, UK
|
Posted: Mon Aug 15, 2005 7:17 pm Post subject: |
|
|
nanoczar wrote: | I have a Dell 6000. Hard to believe that it is actually a specific thing with the HP hardware.
This might help...
http://emeitner.f2o.org/nx9005/
http://demira.shopkeeper.de/~sascha/nx9005/
Most people seem to find that it works fine. One fellow said the following:
Quote: | The Synaptics trackpad works fine in Linux with the 2.4 series kernels. It works in 2.6 series kernels with this http://w1.894.telia.com/~u89404340/touchpad/index.html driver. I find the accleration annoying so I always set the Min and Max speeds to "0.12" and the acceleration to "0.00". This allows me to have a fast pointer but with no accelerations. |
???
-nanoczar |
Thanks for the links, I was aware of a few sources relevant to my hardware, although I hadnt come across the second one. I'm taking a good look now. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MikeTheGreat n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/164736957642ff62061db2a.gif)
Joined: 03 Apr 2005 Posts: 56 Location: London, UK
|
Posted: Mon Aug 15, 2005 7:18 pm Post subject: |
|
|
drakos7 wrote: | I have experienced this mouse jumping before. I think it might be static related as it does not always happen for me. Is it a constant problem or intermittant? |
Its a constant problem. The cursor has a tendancy to move either upwards or towards the right upon either touching the pad or clicking the buttons. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MikeTheGreat n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/164736957642ff62061db2a.gif)
Joined: 03 Apr 2005 Posts: 56 Location: London, UK
|
Posted: Mon Aug 15, 2005 7:41 pm Post subject: |
|
|
Problem solved. I should be more carefull when compiling my kernel
For others experiencing the same problem make sure you have the following in your kernel.
Code: |
Device Drivers ---->
Input device support ---->
<*> Event interface
[*] Mouse
<*> PS/2 mouse
|
And try booting without another mouse plugged in. My USB mouse was interfering with the touchpad and causing problems.
Thanks for the input though guys ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|