mirror of
https://github.com/X11Libre/xf86-video-vbox.git
synced 2026-03-24 01:25:21 +00:00
xf86-video-vboxvideo 1.0.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
11
README.md
11
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.
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user