I'm using a intellimouse

in XF86Config:
--------------
Section "Pointer"
        Protocol        "PS/2"        
        Device          "/dev/mouse"    
        BaudRate        1200           
        Resolution      100            
        ZAxisMapping    4 5            
        Buttons         3              
EndSection

I allso installed de imwheel port.

In the kernel configuration i have:
-----------------------------------

# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1 flags 0x1
device          psm0    at atkbdc? irq 12

And the mouse is in the PS/2 adapter, Not in the serial.


Krzysztof Parzyszek 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

-- 
Ignacio Zelaya


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

Reply via email to