Commit 11bd4b53 authored by Floris Renaud's avatar Floris Renaud Committed by Alexandre Julliard

loader: Document the WINE_D3D_CONFIG environment variable.

parent eb3355bc
...@@ -228,6 +228,18 @@ existing prefix, Wine will refuse to start if ...@@ -228,6 +228,18 @@ existing prefix, Wine will refuse to start if
.B WINEARCH .B WINEARCH
doesn't match the prefix architecture. doesn't match the prefix architecture.
.TP .TP
.B WINE_D3D_CONFIG
Specifies Direct3D configuration options. It can be used instead of
modifying the
.B HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Direct3D
registry key. The value is a comma- or semicolon-separated list
of key-value pairs. For example:
.IP
WINE_D3D_CONFIG="renderer=vulkan;VideoPciVendorID=0xc0de"
.IP
If an individual setting is specified in both
the environment variable and the registry, the former takes precedence.
.TP
.B DISPLAY .B DISPLAY
Specifies the X11 display to use. Specifies the X11 display to use.
.TP .TP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment