mouse speed
Will Saxon
WillS at housing.ufl.edu
Fri Jul 11 04:59:41 PDT 2003
> -----Original Message-----
> From: Eric Yang [mailto:eric at yangonline.us]
> Sent: Thursday, July 10, 2003 11:38 PM
> To: freebsd-questions at freebsd.org
> Subject: RE: mouse speed
>
> <Response 2>
> >
> >man moused, and read about the -r option. You can use the actual dpi
> number >if you know it, or just use 'high' and that works also.
> >
> >It works quite well.
> >
> >-Will
>
>
> Okay I tried both solution but neither worked. Few more detail
> I for got to include, it's a Logitech optical mouse and I am primarily
> concerned with the mouse speed in KDE. Just as a note to make sure I
> didn't do anything wrong, I changed the file /etc/X11/XF86Config but
> just by un ticking the line the read <Option "Resolution" "256"> and
> changed the number to "300". That made no noticeable change. Next I
> used the command <moused -r 300 -p /dev/sysmouse> also I did it with
> "high" instead of "300" both time no noticeable difference.
>
Eric,
Is it a USB or PS2 mouse?
If it is USB, try this:
moused -t auto -r 300 -p /dev/ums0 -z 4
If it is PS2, try this:
moused -t auto -r 300 -p /dev/psm0 -z 4
/dev/sysmouse is used primarily to provide an interface for X to read mouse events when moused is blocking the real mouse device.
the -z 4 mouse is unnecessary, but provides support for the wheel if you have one and are using moused with X.
-Will
More information about the freebsd-questions
mailing list