Jerry, I had a very similar problem with a Dell Latitude notebooks. The 2.4 kernel worked fine etc. I know this may sound crazy but I found the problem to be the display setup, not the mouse. SuSE 9.1 and 2.6 kernel installed with VGAS or something like that, I can't remember, but I changed the display to Dell Laptop display panel and it works just fine. I have done this on several different Dell notebooks and it solved the problem on all of them. the steps control center/YaST2/hardware/Graphics card and monitor/change/Graphic Card.....and I set it to Dell laptop display panel. I would look for something that matches the HP and change to it... hope this helps....joe On Wed, 2004-09-22 at 18:00, Jerry Feldman wrote:
On Sat, 15 May 2004 15:13:29 +0100 Stephen Boddy <stephen.boddy@btinternet.com> wrote:
I can't seem to find any option in Yast. HP Pavilion 4600. It worked fine in 9.0 (in fact it was the only distro which installed well here).
This is my XF86Config generated by SaX2. Apparently YaST only sets it to be a generic mouse. However I have found that it becomes overly sensitive. I have played around with some settings to make it usable. (The 2.4 kernel is fine).
synaptics-0.12.5.tar.bz2 works perfect on my asus m6n with 9.1 Section "InputDevice" Driver "synaptics" Identifier "Mouse[1]" Option "AccelFactor" "0.0010" Option "BottomEdge" "4000" Option "Device" "/dev/psaux" Option "Edges" "1900 5400 1800 3900" Option "Finger" "25 30" Option "FingerHigh" "30" Option "FingerLow" "25" Option "InputFashion" "Mouse" Option "LeftEdge" "1900" Option "MaxSpeed" "0.18" Option "MaxTapMove" "220" Option "MaxTapTime" "180" Option "MinSpeed" "0.02" Option "Name" "Synaptics;Touchpad" Option "RightEdge" "5400" Option "SHMConfig" "on" Option "TopEdge" "1900" Option "VertScrollDelta" "100" Option "ZAxisMapping" "4 5" EndSection