Slow mouse in Puppy 5 (solved)

Using applications, configuring, problems
Post Reply
Message
Author
Newcrest
Posts: 199
Joined: Sun 04 Mar 2007, 03:19

Slow mouse in Puppy 5 (solved)

#1 Post by Newcrest »

I use a pointing stick (a.k.a. trackstick, trackpoint) rather than a touchpad and it is very heavy and sluggish in Puppy 5. The normal adjustments like with PupX or xset have no effect whatsoever.

I am sure I read a proposed solution to this but I can't seem to find it. The suggestion was to download a pet (maybe from Quickpet). I tried the Xorg pet but either it was the wrong one or the suggestion didn't work because mouse is still slow.

Is there anything I can do? I note that Ubuntu/Mint have exactly the same problem for me.
Last edited by Newcrest on Wed 20 Oct 2010, 17:22, edited 1 time in total.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#2 Post by Béèm »

I have an IBM thinkpad R40 with track point and have no problem using it.
Maybe it is of help, this is what I have in xorg.conf

Code: Select all

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2" #mouse0protocol
	Option	    "Device" "/dev/mouse"
	#Option      "Emulate3Buttons"
	#Option      "Emulate3Timeout" "50"
	Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Newcrest
Posts: 199
Joined: Sun 04 Mar 2007, 03:19

#3 Post by Newcrest »

Thanks Beem, those settings are actually exactly what I had. I never had this slow mouse problem with older Puppy versions or with Wary.

This seems to be a problem with Lupu where I cannot adjust the mouse using PupX or xset or xinput. Any change to values there are simply ignored.

I tried a number of other things but the following terminal command worked:

Code: Select all

echo -n 255 > /sys/devices/platform/i8042/serio4/serio5/sensitivity 
The range is 1 to 255 so I needed to go right to the top of the range but it works well now

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#4 Post by Béèm »

Great.
And thanks for the [SOLVED]
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Post Reply