Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: VirtualBox mouse problem



Moi, Arto.

On Sun, Jun 10, 2018 at 16:06:38 +0300, Arto Huusko wrote:

> I recently updated my virtualbox netbsd installation to 8.99.18, but
> this caused the mouse to stop working correctly.

> xorg.conf for mouse has simply:
> 
> Section "ServerLayout"
>         InputDevice    "Mouse0" "CorePointer"
> ....
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>     Option      "Device" "/dev/wsmouse"
>         Option      "ZAxisMapping" "4 5"
> EndSection

NetBSD vboxguest driver now provides wsmouse(4) interface so X11 can
use stock "ws" driver.

Relevant xorg.conf fragment:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "ws"
        Option      "Device" "/dev/wsmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection


-uwe


Home | Main Index | Thread Index | Old Index