On Friday 20 September 2002 01:42, Matthew Seaman wrote:
> On Thu, Sep 19, 2002 at 01:05:53PM -0600, [EMAIL PROTECTED] wrote:
> > The KDE desktop initializes and displays fine, but the mouse jitters and
> > jerks and stays in the upper left hand corner of the screen. It responds
> > to input, (when I move the mouse it jerks out of the corner then back in,
> > and I cannot control it. For now I wouldn't mind not using the mouse,
> > but I don't know how to make the pointer move without it in KDE (is there
> > virtual mouse utility like in X?).
>
> Sounds like you aren't using quite the right mouse type. If you let
> the X server determine the mouse type automatically, it usually does a
> pretty good job. If you're running moused(8) -- ie you have:
>
> moused_enable="YES"
>
> in /etc/rc.conf -- then something like this in the XF86Config file
> should work well:
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/mouse"
> EndSection
or try this:
in rc.conf
moused_enable="NO"
then
# killall moused
in XF86Config
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psm0"
EndSection
(/dev/psm0 for ps/2 mouse)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message