Ajout de AMD_VULKAN_ICD=RADV dans la config VNC et Hyprland

This commit is contained in:
Hippolyte Chauvin 2023-05-12 15:15:25 +02:00
parent 7048212823
commit 509fe509e6
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
export AMD_VULKAN_ICD=RADV
artix-pipewire-loader & artix-pipewire-loader &
exec xfwm4 exec xfwm4

View file

@ -1,3 +1,6 @@
# Vulkan
env = AMD_VULKAN_ICD, RADV
# Backend # Backend
env = GDK_BACKEND, wayland,x11 env = GDK_BACKEND, wayland,x11
env = SDL_VIDEODRIVER, wayland env = SDL_VIDEODRIVER, wayland