Steam installieren
Anmelden | Sprache
简体中文 (Vereinfachtes Chinesisch) 繁體中文 (Traditionelles Chinesisch) 日本語 (Japanisch) 한국어 (Koreanisch) ไทย (Thai) Български (Bulgarisch) Čeština (Tschechisch) Dansk (Dänisch) English (Englisch) Español – España (Spanisch – Spanien) Español – Latinoamérica (Lateinamerikanisches Spanisch) Ελληνικά (Griechisch) Français (Französisch) Italiano (Italienisch) Bahasa Indonesia (Indonesisch) Magyar (Ungarisch) Nederlands (Niederländisch) Norsk (Norwegisch) Polski (Polnisch) Português – Portugal (Portugiesisch – Portugal) Português – Brasil (Portugiesisch – Brasilien) Română (Rumänisch) усский (Russisch) Suomi (Finnisch) Svenska (Schwedisch) Türkçe (Türkisch) Tiếng Việt (Vietnamesisch) Українська (Ukrainisch) Ein Übersetzungsproblem melden
The best way to set these environment overrides for all games is by renaming user_settings.sample.py to user_settings.py and modifying it appropriately. This file is located in the Proton installation directory in your Steam library (often ~/.steam/steam/steamapps/common/Proton #.#).
Open user_settings.py and remove # from "PROTON_USE_WINED3D": "1", and "PROTON_NO_D3D11": "1", lines.
If you want to change the runtime configuration for a specific game, you can use the Set Launch Options setting in the game's Properties dialog in the Steam client. Set the variable, followed by %command%. For example, input PROTON_USE_WINED3D=1 %command% to use the OpenGL-based WineD3D renderer instead of the Vulkan-based DXVK renderer.