From ba1d1607d2fc643b5eb3e0bfb6e38955f2eb4b46 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 17 Mar 2024 22:54:53 +0300 Subject: [PATCH] bash: set amd variables --- config/.bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/.bash_profile b/config/.bash_profile index 2181551..e6a58a8 100644 --- a/config/.bash_profile +++ b/config/.bash_profile @@ -13,3 +13,6 @@ export XDG_CURRENT_DESKTOP=sway export MOZ_ENABLE_WAYLAND=1 export _JAVA_AWT_WM_NONREPARENTING=1 + +export VDPAU_DRIVER=radeonsi +export LIBVA_DRIVER_NAME=radeonsi