... Steam inexplicably adds `DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1` as an environment variable to any game that it launches. This breaks driver ...
... single video driver vendor.
>
Replacing vk_amdvlk %command% with DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1 %command% caused the options menu to bug out ...
comment by kisak-valvemaintainer · 2024-03-25 · view · github
... misrendering, then try running the game with `DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1 %command%` and see if that has any effect. I ...
comment by hcwinsemius · 2022-06-04 · view · github
... Can you try running as follows:
```
DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1 VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr ...
... AMD_VULKAN_ICD=RADV %command%` or go back to the old `VK_ICD_FILENAMES` method by using `DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1`. Tho i dunno ...
... d/nvidia_icd.json %command%
```
If it doesn't then instead try with.
```
DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1 VK_ICD_FILENAMES=/usr/share/vulkan ...
comment by zastrixarundell · 2024-04-01 · view · github
... DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1": "1"
}
}
}
```
And then setting the variable: `VK_ICD_FILENAMES=/home/zastrix/Desktop/etc/vulkan/icd.d/amd_icd64.json %command ...
... proabably have to use `AMD_VULKAN_ICD=RADV %command%` or use `DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1` in addition to `VK_ICD_FILENAMES`
To clear up ...