You don’t see the HVM desktop after this or you see it but GPU acceleration is not working?
If you don’t see the desktop then did you set the default target after removing qubes-gui-agent
?
sudo systemctl set-default graphical.target
You can also try to use VNC:
I think this is not the best approach. It produces a standalone and it
removes one of the things that Qubes has worked hard to provide - the
functionality between qubes.
Do this instead -
In the template you want to use, install tigervnc-standalone-server and
tigervnc-viewer.
Create a script at /etc/skel/gnome.sh with this content:
#!/bin/sh
tigervncserver -localhost -xstartup /usr/bin/gnome-session -geometry 1024x768 -SecurityTypes None -useold :1 && xtigervncviewer 127.0.0.1:5901 &
Ma…
1 Like