Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 14:10:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 254266] emulators/virtualbox-ose-additions bidirectional shared clipboard not working for FreeBSD guests
Message-ID:  <bug-254266-26505-vrmxZyHZZ3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254266-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254266-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254266

--- Comment #7 from Guido Falsi <madpilot@FreeBSD.org> ---
I have checked some docs around and I gathered this:

VBoxSVGA is the official virtualbox device, the one the additions provide a
specific driver for. It supports 3D acceleration, is based on the VMWare dr=
iver
but extended. Obviously performance can be ass good as the driver is. FreeB=
SD
not being officially supported it is possible the driver is suboptimal.

VMSVGA is a device compatible with the VMWare one. It has less functionality
than VBoxSVGA (in my case screen auto sizing is not working for example). T=
he
additions provided driver does take advantage of it, but is not tailored for
this one. Looks like this is provided to allow using already existing drive=
rs
for VMWare when additions are not available.

VBoxVGA is the legacy device from virtualbox <6.1, obviously only available=
 to
provide compatibility with old systems where additions 6.1 are not availabl=
e.

These findings support my idea. Whatever the warnings given in the UI, IF
additons 6.1 are available the best choice is VBoxSVGA.

If only old additions are available (for example on FreeBSD i386 guests with
5.x additions) VBoxVGA should be preferred.

When additions are not available it obviously depends on what the guest is.=
 In
FreeBSD there is a VMWare graphics driver available
(x11-drivers/xf86-video-vmware) and maybe (not tested) that could be used w=
ith
VMSVGA without installing the additions and should work and give some
acceleration, but what's the point? in that case you'd miss clipboard and o=
ther
integrations anyway.

For other legacy OSes testing case by case would be needed.

On FreeBSD we do have working additions, let's take advantage of them toget=
her
with the virtual graphics device the additions are designed to work with:
VBoxSVGA.

I don't even know if it is possible, on FreeBSD to make clipboard integrati=
on
work with VMSVGA device, but why spend time on it when there is a better
alternative?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254266-26505-vrmxZyHZZ3>