summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-03-11 18:25:27 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-03-24 13:32:01 -0700
commit208421df7cdb1a44d5a88c6d189caecae01f1cde (patch)
tree85a4249cc1038951127f754d0fd945fd9b1991cd
parentb66441a27fa85e2a3b63f10a0a5a846344327042 (diff)
xf86-video-vboxvideo 1.0.1xf86-video-vboxvideo-1.0.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 634dfaf..e366c9a 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/configure.ac b/configure.ac
index e879a95..768c761 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])