Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Synaptics touchpad odd behaviour [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
MikeTheGreat
n00b
n00b


Joined: 03 Apr 2005
Posts: 56
Location: London, UK

PostPosted: Mon Aug 15, 2005 1:32 pm    Post subject: Synaptics touchpad odd behaviour [Solved] Reply with quote

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
View user's profile Send private message
nanoczar
Apprentice
Apprentice


Joined: 10 Dec 2002
Posts: 192
Location: Henderson, TN

PostPosted: Mon Aug 15, 2005 5:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
MikeTheGreat
n00b
n00b


Joined: 03 Apr 2005
Posts: 56
Location: London, UK

PostPosted: Mon Aug 15, 2005 6:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
nanoczar
Apprentice
Apprentice


Joined: 10 Dec 2002
Posts: 192
Location: Henderson, TN

PostPosted: Mon Aug 15, 2005 6:55 pm    Post subject: Reply with quote

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
View user's profile Send private message
drakos7
Apprentice
Apprentice


Joined: 21 Feb 2003
Posts: 294
Location: Rockville, MD, USA, Earth, Sol

PostPosted: Mon Aug 15, 2005 7:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
MikeTheGreat
n00b
n00b


Joined: 03 Apr 2005
Posts: 56
Location: London, UK

PostPosted: Mon Aug 15, 2005 7:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
MikeTheGreat
n00b
n00b


Joined: 03 Apr 2005
Posts: 56
Location: London, UK

PostPosted: Mon Aug 15, 2005 7:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
MikeTheGreat
n00b
n00b


Joined: 03 Apr 2005
Posts: 56
Location: London, UK

PostPosted: Mon Aug 15, 2005 7:41 pm    Post subject: Reply with quote

Problem solved. I should be more carefull when compiling my kernel :oops:

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 :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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