diff options
author | tatarataratatan@gmail.com <tatarataratatan@gmail.com> | 2025-01-12 11:54:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-01-12 12:03:48 +0000 |
commit | 2acb6e55988b6fc62015ce70132c885dc2d620a2 (patch) | |
tree | b188d54bea1bc8ac3830cc18cbf17a505652f01f /emulators/wine-devel/files | |
parent | math/R-cran-spData: Update to 2.3.4 (diff) |
emulators/wine-devel: Enable Wayland support
This is not on by default (yet).
PR: 282825
Reviewed by: Thibault Payet <monwarez@mailoo.org>
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 } ] |