diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2016-03-25 13:43:45 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2016-04-01 15:16:44 +0200 |
commit | b248815119e4b9aacb9931261f26129f28e7f882 (patch) | |
tree | 28d4791c73d2282e44322282e0575f15ac82b238 | |
parent | 26f874e73855a9d780f10a81aa2ac044016181dd (diff) |
doc: Be more explicit about virgl requirements
This is an attempt at listing the versions of the various packages which
needs to be up to date for a functional virgl + spice.
-rw-r--r-- | docs/manual/manual.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index a1c057ce..9e41c366 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -906,9 +906,17 @@ GL acceleration (virgl) OpenGL acceleration is currently local only (it has to go through a Unix socket) and it needs guest support. It's currently limited to recent linux -distributions (for example up to date Fedora 23 + updated mesa packages from +distributions (for example, as a guest, you need an up to date Fedora 23 + +updated mesa packages from https://copr.fedorainfracloud.org/coprs/kraxel/virgl/[copr:kraxel]). +Host-side, you need qemu 2.6, libvirt 1.3.3 and spice 0.13.1, as well as a 4.4 +Linux kernel and Mesa 11.1. + +Client-side, you need spice-gtk 0.31. + +Guest-side, you need Mesa 11.1 and a 4.4 Linux kernel. + Configuration ------------- |