From d163f938a00c177c5ff28e779993f18ee69476d4 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 10 Nov 2020 09:53:57 +0100 Subject: [PATCH] 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 Reviewed-by: Martin Peres --- hw/xwayland/xwayland.c | 1 + 1 file changed, 1 insertion(+) 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"); }