notes:wine
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:wine [2019/05/22 17:55] – [Realtime Priority Permissions] Sean Rhone | notes:wine [2024/08/13 18:52] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Wine ====== | ||
- | ===== Notes ===== | ||
- | |||
- | * Staging 4.6+ includes Esync patches | ||
- | * Gallium Nine Standalone can be used for D3D9-to-Gallium | ||
- | * D9VK can be used for D3D9-to-Vulkan | ||
- | * DXVK can be used for D3D10-11-to-Vulkan | ||
- | * Wine has some ability to do D3D12-to-Vulkan via it's own method (libd3dvk?) | ||
- | |||
- | ====== Environment Variables ====== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== Default ===== | ||
- | |||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | echo -e " | ||
- | |||
- | ===== Others ===== | ||
- | |||
- | * :!: Anything set here will be system-wide | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | PBA_ENABLE=1 | ||
- | |||
- | mesa_glthread=true | ||
- | |||
- | AMD_DEBUG=alwayspd | ||
- | |||
- | NIR_VALIDATE=0 | ||
- | |||
- | DXVK_HUD=full | ||
- | |||
- | DXVK_LOG_LEVEL=none | ||
- | |||
- | R600_DEBUG=nir, | ||
- | |||
- | ===== Realtime Priority Permissions ===== | ||
- | |||
- | * For Wine to be able to use the '' | ||
- | * Allows '' | ||
- | * May also allow Realtime priorities to be used with other applications | ||
- | * :!: TODO: Apparently you can use a username instead of a group? | ||
- | |||
- | ==== Common Distros ==== | ||
- | |||
- | * :!: This makes the assumption that the current user is also part of a group with the same name | ||
- | * This is default behavior on Fedora Workstation | ||
- | |||
- | groups | ||
- | |||
- | echo -e " | ||
- | |||
- | ==== openSUSE Tumbleweed ==== | ||
- | |||
- | * oS defaults to putting users in the '' | ||
- | |||
- | groups | ||
- | |||
- | echo -e " | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | * Default: '' | ||
- | * Esync: '' | ||
- | |||
- | ulimit -r | ||
- | |||
- | ===== Increase Open Files Limit ===== | ||
- | |||
- | * For Wine to be able to use the '' | ||
- | |||
- | sudo mkdir -p '/ | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | * Default: '' | ||
- | * Esync: '' | ||
- | |||
- | ulimit -Hn |
C:/www/wiki/data/attic/notes/wine.1558562133.txt.gz · Last modified: (external edit)