From b5f317768f019348974f3a30988c2c89d28971f8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 29 Aug 2022 17:51:05 +0200 Subject: [PATCH] Explicitly mention the wine-tkg default profile --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a472b28..e6dd5c9f 100644 --- a/README.md +++ b/README.md @@ -676,12 +676,13 @@ negative side effects: running Arch or Manjaro, then you can use [Tk-Glitch's Wine fork](https://github.com/Frogging-Family/wine-tkg-git) for a customizable version of Wine with the fsync patches included. Make sure to follow the - instructions in the readme and don't try to use the prebuilt releases as they - will have fshack enabled which tends to break many plugins that use Direct3D - for their rendering. You'll also want to make sure you're running Linux kernel - 5.16 or newer as those include support the `_fsync_futex_waitv` option that's - enabled by default though wine-tkg's `customization.cfg`. Finally, you'll have - to set the `WINEFSYNC` environment variable to `1` to enable fsync. See the + instructions in the readme to build a version of wine-tkg using the default + profile and don't try to use the prebuilt releases as they will have fshack + enabled which tends to break many plugins that use Direct3D for their + rendering. You'll also want to make sure you're running Linux kernel 5.16 or + newer as those include support the `_fsync_futex_waitv` option that's enabled + by default though wine-tkg's `customization.cfg`. Finally, you'll have to set + the `WINEFSYNC` environment variable to `1` to enable fsync. See the [environment configuration](#environment-configuration) section below for more information on where to set this environment variable so that it gets picked up when you start your DAW.