From b19a4eeb344390070b396aa6f0685659592e25d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 12 Jun 2024 15:44:23 +0200 Subject: [PATCH] Fix missing glamoregl module in Xorg config for VNC GUIVM Fixes QubesOS/qubes-issues#9276 --- appvm-scripts/etc/X11/xorg-qubes-x11vnc.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/appvm-scripts/etc/X11/xorg-qubes-x11vnc.conf.template b/appvm-scripts/etc/X11/xorg-qubes-x11vnc.conf.template index c22a0b2d..f71bbf2d 100644 --- a/appvm-scripts/etc/X11/xorg-qubes-x11vnc.conf.template +++ b/appvm-scripts/etc/X11/xorg-qubes-x11vnc.conf.template @@ -1,5 +1,6 @@ Section "Module" Load "fb" + Load "glamoregl" EndSection Section "ServerLayout"