Bugzilla – Bug 164747
Touchpad on Dell Latitude D610 slow
Last modified: 2006-06-14 10:14:34 UTC
If you are on a Dell Latitude D610 (you can find out with dmidecode), the defaults for the touchpad are really slow (but hey - the rest is really good work from you). If I set "AccelFactor" to 0.1, "MaxSpeed" to 3 and "MinSpeed" to 0.2 in /etc/X11/xorg.conf, it really works nice.
Please attach `hwinfo --mouse' here.
duffman:~ # hwinfo --mouse 23: PS/2 00.0: 10500 PS/2 Mouse [Created at input.157] UDI: /org/freedesktop/Hal/devices/computer_logicaldev_input Unique ID: AH6Q.RgweIoOI2K6 Hardware Class: mouse Model: "PS/2 Mouse" Vendor: int 0x0210 Device: int 0x0003 "PS/2 Mouse" Device File: /dev/input/mice (/dev/input/mouse0) Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event2 Device Number: char 13:63 (char 13:32) Driver Info #0: Buttons: 3 Wheels: 0 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=new, avail=yes, need=no, active=unknown 24: PS/2 00.0: 10500 PS/2 Mouse [Created at input.157] UDI: /org/freedesktop/Hal/devices/computer_i8042_Aux_Port_logicaldev_input Unique ID: AH6Q.fU1aO9YHBB4 Hardware Class: mouse Model: "AlpsPS/2 ALPS GlidePoint" Vendor: int 0x0212 Device: int 0x0002 "AlpsPS/2 ALPS GlidePoint" Compatible to: int 0x0210 0x0003 Device File: /dev/input/mice (/dev/input/mouse1) Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event3 Device Number: char 13:63 (char 13:33) Driver Info #0: Buttons: 3 Wheels: 0 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=new, avail=yes, need=no, active=unknown duffman:~ #
OK now: Are we talking about the installation system or a configuration using SAX2?
? I am not talking about what is happening during sax2 or yast2, but now, after the system installed my KDE, the system for my daily use. So, the answer is we are not talking about the installation system, but about something that the installation system could do better, the settings in xorg.conf.
I suppose you mean SAX2. Reassigning to Marcus.
*** This bug has been marked as a duplicate of 141048 ***
This bug is not a duplicate of 141048. 141048 says "give me a possibility to set it right", this bug says "set it right yourself".
I added the following patch: Index: alps =================================================================== --- alps (revision 1154) +++ alps (working copy) @@ -19,7 +19,7 @@ InputDevice -> [X] -> Option -> VertScrollDelta = 20 InputDevice -> [X] -> Option -> HorizScrollDelta = 20 InputDevice -> [X] -> Option -> MinSpeed = 0.2 -InputDevice -> [X] -> Option -> MaxSpeed = 1 +InputDevice -> [X] -> Option -> MaxSpeed = 3 InputDevice -> [X] -> Option -> AccelFactor = 0.1 InputDevice -> [X] -> Option -> EdgeMotionMinSpeed = 15 InputDevice -> [X] -> Option -> EdgeMotionMaxSpeed = 15 I doubt this is a general solution for all people but it at least makes you happy :-) fixed for stable