On Friday 18 July 2003 02:34 am, Daryl Hunt wrote:
> I am an extreme newbie at FreeBSD.  I have it installed but when I
> go into the Xserver in either of the two GUIs I get a weird mouse
> that seems to only be able to stay on the very top of the screen
> and has no vertical movement.
>
> I have it setup on Auto and PS/2 Busmouse settings.  It works when
> the config is run from the command line but it blows up like I
> described upon entering the GUI (i.e. KDE)

What sort of mouse do you have? I have a Logitech trackball connected 
to my PS/2 mouse port, and use the following in my XF86Config:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/psm0"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection

If your mouse is a PS/2 mouse, try using /dev/psm0 and auto protocol.

-- 
Matthew Graybosch
http://www.starbreaker.net
"I am become root, shatterer of kernels."

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to