mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Mention Tk-Glitch's Wine PKGBUILD now esync's back
Esync got rebased a week ago, so esync and the fsync patches will work again with recent versions of Wine Staging.
This commit is contained in:
@@ -384,15 +384,17 @@ these negative side effects:
|
|||||||
- The other even more important thing you can do is to use a build of Wine with
|
- The other even more important thing you can do is to use a build of Wine with
|
||||||
Proton's fsync patches. This can improve performance significantly, especially
|
Proton's fsync patches. This can improve performance significantly, especially
|
||||||
when using a lot of plugins at the same time. If you're running Arch or
|
when using a lot of plugins at the same time. If you're running Arch or
|
||||||
Manjaro, then you can use
|
Manjaro, then you can use the
|
||||||
[this](https://github.com/nine7nine/pkgbuilds_nspa/tree/master/wine-nspa)
|
[wine-nspa](https://github.com/nine7nine/pkgbuilds_nspa/tree/master/wine-nspa)
|
||||||
PKGBUILD to build an audio production optimized version of Wine. Aside from a
|
PKGBUILD for an audio production optimized version of Wine Staging 5.9, or
|
||||||
patched copy of Wine you'll also need a supported kernel for this to work.
|
[wine-tkg](https://github.com/Frogging-Family/wine-tkg-git) for a more up to
|
||||||
Manjaro's kernel supports fsync out of the box, and on Arch you can use the
|
date version with a different patch set. Aside from a patched copy of Wine
|
||||||
`linux-zen` kernel. Finally you'll have to set the `WINEFSYNC` environment
|
you'll also need a supported kernel for this to work. Manjaro's kernel
|
||||||
variable to `1` to enable fsync. See the [search path
|
supports fsync out of the box, and on Arch you can use the `linux-zen` kernel.
|
||||||
setup](#search-path-setup) section for more information on where to do this.
|
Finally you'll have to set the `WINEFSYNC` environment variable to `1` to
|
||||||
You can use the following command to check if this is set correctly:
|
enable fsync. See the [search path setup](#search-path-setup) section for more
|
||||||
|
information on where to do this. You can use the following command to check if
|
||||||
|
this is set correctly:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
env -i HOME="$HOME" $SHELL -l -c 'echo $WINEFSYNC'
|
env -i HOME="$HOME" $SHELL -l -c 'echo $WINEFSYNC'
|
||||||
|
|||||||
Reference in New Issue
Block a user