How to set mouse speed?

Booting, installing, newbie
Post Reply
Message
Author
sml
Posts: 162
Joined: Tue 10 Jan 2006, 02:56

How to set mouse speed?

#1 Post by sml »

Has anyone had any success with a laser mouse. I just purchased a Logitech V150 and it is very jumpy with puppy 2.13. Any ideas how to get these puppies working correctly?

http://www.logitech.com/index.cfm/produ ... NTID=11637
GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#2 Post by GuestToo »

you could try slowing down the mouse speed ... in an rxvt console, type:

xset m 1/2

set the number to whatever value you like ... 1, 2, 3, 2/3, 5/3 etc etc

if you find a setting that you like, you can put the command in the hidden file .xinitrc, in /root, like this:

xset m 2/3
#exec $CURRENTWM

see: http://linuxreviews.org/howtos/xfree/mouse_speed_in_x/
User avatar
Scoticus
Posts: 443
Joined: Mon 01 Jan 2007, 19:47
Location: Erskine, Scotland

Laser Mouse? Any success?

#3 Post by Scoticus »

Like you I have a Logitech Laser mouse and have found that working with Puppy does not always provide everything on the box.

According to their site they offer little hope under the heading :

Non-Windows Operating Systems Compatibility

of us getting a fully working mouse. It would be a better thing if the blaggards would put the information at point of sale.

Perhaps it might be better to post as a general question on Logitech mice and see what the best results have been. I am still finding my way here and have not even given the mouse a thought.

Sorry I can not offer too much hope but perhaps this may assist others in choice of mice.

Ian
sml
Posts: 162
Joined: Tue 10 Jan 2006, 02:56

#4 Post by sml »

guys,

I found these links with some xorg config settings .....
h-ttp://www.abclinuxu.cz/hardware/show/156110
h-ttp://gentoo-wiki.com/HOWTO_Advanced_Mouse/Individual_Configurations

So I think I need to use the evdev driver in my xorg.conf ..

Section "InputDevice"
Identifier "usbmys"
Driver "evdev"
Option "Name" "Logitech USB Optical Mouse"
Option "HWHEELRelativeAxisButtons" "7 6"
EndSection

But when I try to startx nothing happens. There are no outputs in dmesg.

The evdev module seems to exist as I can modprobe the module.

Not sure where to go to next.
sml
Posts: 162
Joined: Tue 10 Jan 2006, 02:56

#5 Post by sml »

BTW GuestToo .. thanks. I tried testing with the xset command but I think the problem is more serious. I read the webpage and tried a large range of variations. Some kind of helped but it still far from usable. I think we need the evdev driver.
User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#6 Post by Pizzasgood »

You might be able to find error messages in the log file:
/var/log/Xorg.0.log

That's about all I can tell you.
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]
jonyo

#7 Post by jonyo »

i'm not having any probs with usb laser mice including a generic usb laser wireless I tried.
------------------------------------------------------
live cd 2.13
Last edited by jonyo on Tue 27 Feb 2007, 01:36, edited 1 time in total.
sml
Posts: 162
Joined: Tue 10 Jan 2006, 02:56

#8 Post by sml »

jonyo,

Do you mean 'laser' or 'optical'? There is a difference.
jonyo

#9 Post by jonyo »

Why ummmm...optical..of course :oops: :oops:
sml
Posts: 162
Joined: Tue 10 Jan 2006, 02:56

#10 Post by sml »

Solved with no acpi on boot ... ie noacpi or acpi=off .. (not sure which one but add both and it works ok)
Post Reply