xf86-video-vboxvideo 1.0.1

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2024-03-11 18:25:27 -07:00
parent b66441a27f
commit 208421df7c
2 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
xf86-video-vboxvideo - VirtualBox video driver for the Xorg X server
--------------------------------------------------------------------
This driver is only for use in VirtualBox guests without the
vboxvideo kernel modesetting driver in the guest kernel, and
which are configured to use the VBoxVGA device instead of a
VMWare-compatible video device emulation.
Guests with the vboxvideo kernel modesetting driver should use the
Xorg "modesetting" driver module instead of this one.
All questions regarding this software should be directed at the
Xorg mailing list:
@@ -15,3 +23,6 @@ Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
This driver is dedicated to the memory of Michael Thayer, who brought
it to X.Org and made the initial release before he passed away in 2019.

View File

@@ -23,8 +23,8 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-vboxvideo],
[1.0.0],
[https://gitlab.freedesktop.org/xorg/driver/xf86-video-vbox/issues],
[1.0.1],
[https://gitlab.freedesktop.org/xorg/driver/xf86-video-vbox/-/issues],
[xf86-video-vboxvideo])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])