Port-amd64 archive

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

Re: VirtualBOX additions (again)



On Mon, 24 Dec 2018 at 00:27, Valery Ushakov <uwe%stderr.spb.ru@localhost> wrote:
>
> On Fri, Dec 21, 2018 at 21:17:13 +0000, Chavdar Ivanov wrote:
>
> > For some reason it didn't build first time vboxmouse drivers at all,
>
> vboxmouse is obsolete, you should be able to use stock "ws" driver
> (I'm pretty sure I cc'ed you on that mail):
>

Yes, that's right; I mentioned earlier that vboxmouse doesn't pass the
click events and has to be replaced with ws. I only didn't figure out
which driver came from where, so all is good.

> Section "ServerLayout"
>         ...
>         InputDevice    "Mouse0" "CorePointer"
>
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "ws"
>         Option      "Device" "/dev/wsmouse"
>         Option      "ZAxisMapping" "4 5 6 7"
> EndSection
>
> (If you don't use X, you can also cat < /dev/wsmouse > /dev/null & at
> the console and that will prevent mouse capturing).
>
> -uwe

One more data point, in case it is of interest; lately (even before
installing the additions to this vbox guest vm), the audio driver
started causing problems - it basically freezes the VirtualBox process
under Windows, the only thing one can do it is kill it and restart the
vm. This is when using ICH AC97 emulation; on the client side, just
using mocp or musicd. The sound was also rather harsh, if I can
describe it so. Switching to Intel HD Audio emulation cures both
problems for me.

Chavdar



-- 
----


Home | Main Index | Thread Index | Old Index