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]"
Oversensitive barely describes it! Here's what I'm using on 2.4 SuSE 9.0: Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "pc104" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" # # Added to try to control the touchpad Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "0" Option "MaxTapMove" "0" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" # end of touchpad adders # Option "Buttons" "5" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Hope this is useful. Jim