diff options
-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 ------------- |