summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2020-11-10 09:53:57 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2020-11-10 14:09:41 +0100
commitd163f938a00c177c5ff28e779993f18ee69476d4 (patch)
tree38395b5bd7f11fb34e8a8417496021e344c3d643
parentdf3aa4922fd7e256169e541188b724f67ca948e1 (diff)
xwayland: Add help entry for -shm
The command line options "-shm" is used to instruct Xwayland to prefer shared-memory for passing buffers to the Wayland server, rather than using glamor and DRI3. The option was there from the beginning, yet not documented in the "-help" message. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Martin Peres <martin.peres@mupuf.org>
-rw-r--r--hw/xwayland/xwayland.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c
index 380c9c849..a02651411 100644
--- a/hw/xwayland/xwayland.c
+++ b/hw/xwayland/xwayland.c
@@ -90,6 +90,7 @@ ddxUseMsg(void)
ErrorF("-listenfd fd add given fd as a listen socket\n");
ErrorF("-listen fd deprecated, use \"-listenfd\" instead\n");
ErrorF("-eglstream use eglstream backend for nvidia GPUs\n");
+ ErrorF("-shm use shared memory for passing buffers\n");
ErrorF("-version show the server version and exit\n");
}