Skip to content

Commit

Permalink
README.md: Instructions on Wayland enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRH committed Sep 8, 2024
1 parent 549690b commit 474c35c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 474c35c

Please sign in to comment.