Skip to content

Commit ff1c59e

Browse files
committed
Merge remote-tracking branch 'origin/pr/221'
* origin/pr/221: Also set software rendering via the new $GDK_DISABLE variable Pull request description: See commit message
2 parents 52b890b + dcf6256 commit ff1c59e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

appvm-scripts/etc/profile.d/qubes-gui.csh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ setenv DISPLAY ":0"
22
setenv _JAVA_AWT_WM_NONREPARENTING "1"
33
if ( -f /var/run/qubes-service/software-rendering )
44
setenv GSK_RENDERER "cairo"
5+
setenv GDK_DISABLE "gl vulkan"
56
setenv GDK_DEBUG "gl-disable vulkan-disable"
67
setenv LIBGL_ALWAYS_SOFTWARE "1"
78
endif
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export DISPLAY=:0 _JAVA_AWT_WM_NONREPARENTING=1
22
if test -f /var/run/qubes-service/software-rendering; then
3-
export GSK_RENDERER="cairo" GDK_DEBUG="gl-disable vulkan-disable" \
3+
export GSK_RENDERER="cairo" \
4+
GDK_DISABLE="gl vulkan" \
5+
GDK_DEBUG="gl-disable vulkan-disable" \
46
LIBGL_ALWAYS_SOFTWARE=1
57
fi

0 commit comments

Comments
 (0)