From 474c35c3e5f1db696e784af8c6887cd1d23d4ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Zwing?= Date: Sun, 8 Sep 2024 11:27:13 +0200 Subject: [PATCH] README.md: Instructions on Wayland enablement --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ca5dd180..d591ddc3 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,13 @@ $ HODLL=wowarmhw.dll taskset -c 1 wine your_arm_application.exe $ HODLL=libwow64fex.dll wine your_x86_application.exe ``` +#### Enabling Wayland +Wayland isn't used by default or automatically, but if you want to use it instead of X11 do: + +```bash +$ wine reg.exe add HKCU\\Software\\Wine\\Drivers /v Graphics /d wayland,x11 +``` + ### Known issues * QEMU: CriticalSection doesn't work reliably and other instabilities