Ajout de AMD_VULKAN_ICD=RADV dans la config VNC et Hyprland
This commit is contained in:
parent
7048212823
commit
509fe509e6
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD=RADV
|
||||
artix-pipewire-loader &
|
||||
exec xfwm4
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Vulkan
|
||||
env = AMD_VULKAN_ICD, RADV
|
||||
|
||||
# Backend
|
||||
env = GDK_BACKEND, wayland,x11
|
||||
env = SDL_VIDEODRIVER, wayland
|
||||
|
|
Loading…
Reference in a new issue