From 509fe509e68791f58b93382012bc8f20156446b8 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 12 May 2023 15:15:25 +0200 Subject: [PATCH] Ajout de AMD_VULKAN_ICD=RADV dans la config VNC et Hyprland --- bin/xstartup.turbovnc | 1 + config/hypr/hyprland.conf.d/environment.conf | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bin/xstartup.turbovnc b/bin/xstartup.turbovnc index 5b63f1c..584dc7c 100755 --- a/bin/xstartup.turbovnc +++ b/bin/xstartup.turbovnc @@ -1,4 +1,5 @@ #!/bin/sh +export AMD_VULKAN_ICD=RADV artix-pipewire-loader & exec xfwm4 diff --git a/config/hypr/hyprland.conf.d/environment.conf b/config/hypr/hyprland.conf.d/environment.conf index b42c931..517bde2 100644 --- a/config/hypr/hyprland.conf.d/environment.conf +++ b/config/hypr/hyprland.conf.d/environment.conf @@ -1,3 +1,6 @@ +# Vulkan +env = AMD_VULKAN_ICD, RADV + # Backend env = GDK_BACKEND, wayland,x11 env = SDL_VIDEODRIVER, wayland