From 5113c84e229fbad89a067c165a045f9a54ade63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Wed, 16 Oct 2024 18:53:37 -0300 Subject: [PATCH] Export Vulkan_Supported --- usr/bin/startkde-biglinux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/bin/startkde-biglinux b/usr/bin/startkde-biglinux index fe71437..513cc4d 100755 --- a/usr/bin/startkde-biglinux +++ b/usr/bin/startkde-biglinux @@ -12,9 +12,10 @@ if vulkaninfo --summary 2> /dev/null | grep 'deviceName' | grep -vq 'llvmpipe'; unset QSG_RENDER_LOOP # Temporarily forcing GTK Renderer GL since 2024/10/11 [[ -z $GSK_RENDERER ]] && export GSK_RENDERER="vulkan" + [[ -z $Vulkan_Supported ]] && export Vulkan_Supported=1 else - export QSG_RENDER_LOOP="basic" - [[ -z $GSK_RENDERER ]] && export GSK_RENDERER="ngl" + [[ -z $QSG_RENDER_LOOP ]] && export QSG_RENDER_LOOP="basic" + [[ -z $GSK_RENDERER ]] && export GSK_RENDERER="ngl" fi if [ "$1" = "wayland" ]; then