Skip to content

Commit

Permalink
Export Vulkan_Supported
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 16, 2024
1 parent 57096f9 commit 5113c84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usr/bin/startkde-biglinux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5113c84

Please sign in to comment.