if you are starting the mouse daemon before you get to
X then the mouse is at /dev/sysmouse
i found that the best way to set up an IntelliMouse
with X is to say the following:

Section "InputDevice"
# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
EndSection

the above makes the mouse wheel work as well.

[EMAIL PROTECTED]> wrote:
> I tried to hook a PS/2 mouse (IntelliMouse) to my
> FreeBSD box and I couldn't
> make it work with X 4.0.2. I did some experimenting
> and I can't quite
> remember particular symptoms with different
> configurations, but problems
> included:
> - X server not starting at all (no core pointer)
> - X server starting but mouse pointer not moving
> - X server starting but mouse pointer jumping all
> over the screen
> 
> `cat /dev/psm0' usually resulted in `Device busy'
> (that was the reason
> why X couldn't see the mouse).
> 
> The mouse was installed on irq12, detected during
> boot, no flags passed
> to the driver.
> 
> I'm using a KVM switch, but I tried to use the mouse
> with and without it.
> Currently I have the mouse hooked up via the
> PS/2---serial adapter, but
> I feel that's not the Right Way.
> 
> Any help will be appreciated.
> 
> -- 
>   ,oOo.Bc -=EE    Krzysztof Parzyszek
> <[EMAIL PROTECTED]> 11/29/2000 3:41pm
> -'7' `L'                            ---Entropy isn't
> what it used to be...
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the
message


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to