linux:notes:wine
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:notes:wine [2025/09/18 06:49] – [Tweaks] Sean Rhone | linux:notes:wine [2025/10/20 01:34] (current) – Sean Rhone | ||
---|---|---|---|
Line 11: | Line 11: | ||
# Logging | # Logging | ||
export WINEDEBUG=' | export WINEDEBUG=' | ||
- | + | export VKD3D_DEBUG=' | |
- | # DXVK | + | export VKD3D_SHADER_DEBUG=' |
export DXVK_LOG_LEVEL=' | export DXVK_LOG_LEVEL=' | ||
- | export DXVK_CONFIG=' | ||
# End</ | # End</ | ||
====== TODOs ====== | ====== TODOs ====== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ANV_NO_GPL=' | ||
winetricks sandbox | winetricks sandbox | ||
Line 30: | Line 35: | ||
lsof '/ | lsof '/ | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | vk_xwayland_wait_ready=' | ||
===== Vulkan ===== | ===== Vulkan ===== | ||
Line 54: | Line 63: | ||
* VKD3D: https:// | * VKD3D: https:// | ||
* NVIDIA: https:// | * NVIDIA: https:// | ||
- | * '' | + | * '' |
+ | |||
+ | ====== DXVK Conf ====== | ||
+ | |||
+ | * '' | ||
+ | |||
+ | nano ~/' | ||
+ | |||
+ | < | ||
+ | # General | ||
+ | dxvk.hud = " | ||
+ | dxgi.enableHDR = " | ||
+ | d3d9.dpiAware = " | ||
+ | dxvk.allowFse = " | ||
+ | d3d9.samplerLodBias = " | ||
+ | d3d11.samplerLodBias = " | ||
+ | |||
+ | # Intel | ||
+ | dxvk.hideIntegratedGraphics = " | ||
+ | d3d9.hideIntelGpu = " | ||
+ | dxgi.hideIntelGpu = " | ||
+ | dxvk.enableGraphicsPipelineLibrary = " | ||
+ | |||
+ | # Tweaks | ||
+ | dxvk.enableMemoryDefrag = " | ||
+ | dxvk.tilerMode = " | ||
+ | d3d9.useD32forD24 = " | ||
+ | d3d11.relaxedBarriers = " | ||
+ | d3d9.invariantPosition = " | ||
+ | d3d11.disableMsaa = " | ||
+ | dxvk.enableDescriptorBuffer = " | ||
+ | d3d9.floatEmulation = " | ||
+ | dxvk.lowerSinCos = " | ||
+ | d3d9.deviceLocalConstantBuffers = " | ||
+ | |||
+ | # End</ | ||
/srv/www/wiki/data/attic/linux/notes/wine.1758192579.txt.gz · Last modified: by Sean Rhone