Skip to content

Commit

Permalink
Force GTK4 to use vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 12, 2024
1 parent 0d26434 commit a87f877
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 @@ -14,7 +14,7 @@ export QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
if vulkaninfo --summary 2> /dev/null | grep 'deviceName' | grep -vq 'llvmpipe'; then
export QSG_RENDER_LOOP=""
# Temporarily forcing GTK Renderer GL since 2024/10/11
export GSK_RENDERER="gl"
export GSK_RENDERER="vulkan"
else
export QSG_RENDER_LOOP="basic"
export GSK_RENDERER="gl"
Expand Down

0 comments on commit a87f877

Please sign in to comment.