Skip to content

Commit

Permalink
change gl to ngl in gtk4
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 12, 2024
1 parent 96a8157 commit 0a034b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/startkde-biglinux
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if vulkaninfo --summary 2> /dev/null | grep 'deviceName' | grep -vq 'llvmpipe';
[[ -z $GSK_RENDERER ]] && export GSK_RENDERER="vulkan"
else
export QSG_RENDER_LOOP="basic"
[[ -z $GSK_RENDERER ]] && export GSK_RENDERER="gl"
[[ -z $GSK_RENDERER ]] && export GSK_RENDERER="ngl"
fi

if [ "$1" = "wayland" ]; then
Expand Down

0 comments on commit 0a034b1

Please sign in to comment.