diff options
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r-- | emulators/wine-devel/files/pkg-message.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/pkg-message.in b/emulators/wine-devel/files/pkg-message.in index a8632c68958b..18639d47533e 100644 --- a/emulators/wine-devel/files/pkg-message.in +++ b/emulators/wine-devel/files/pkg-message.in @@ -8,6 +8,14 @@ is KVA_PAGES=500, which should still be enough for ZFS. The port also installs some of Wine's documentation which describes additional programs that are not in the manual pages under %%PREFIX%%/share/doc/wine + +To enable Wayland run the following two commands: +$ cat > wayland.reg <<EOF +Windows Registry Editor Version 5.00 +[HKEY_CURRENT_USER\Software\Wine\Drivers] +"Graphics"="x11,wayland" +EOF +$ wine64 regedit wayland.reg EOM } ] |