Skip to content

Commit

Permalink
Force use of software rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 18, 2024
1 parent 66161c3 commit 23c1eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appvm-scripts/etc/profile.d/qubes-gui.csh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
setenv DISPLAY ":0"
setenv _JAVA_AWT_WM_NONREPARENTING "1"
setenv GSK_RENDERER "cairo"
setenv LIBGL_ALWAYS_SOFTWARE "1"
3 changes: 2 additions & 1 deletion appvm-scripts/etc/profile.d/qubes-gui.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export DISPLAY=:0 _JAVA_AWT_WM_NONREPARENTING=1
export DISPLAY=:0 _JAVA_AWT_WM_NONREPARENTING=1 GSK_RENDERER="cairo" \
LIBGL_ALWAYS_SOFTWARE=1

0 comments on commit 23c1eef

Please sign in to comment.