On 7/10/26 15:59, Alyssa Ross wrote: > This reverts commit 1ffefee2ae391e934a265294164596b341b2c77a. > > This was disabled because it wasn't necessary at the time, and enabled > development on systems without GPU acceleration. COSMIC needs it > though, so we have to raise our requirement. Will this break running spectrum on systems with no GPU? I generally do my development on a remote server that doesn't have a GPU, as it is able to perform builds very quickly. > Signed-off-by: Alyssa Ross > --- > host/rootfs/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/host/rootfs/Makefile b/host/rootfs/Makefile > index 489bd6a3..873a4d15 100644 > --- a/host/rootfs/Makefile > +++ b/host/rootfs/Makefile > @@ -137,7 +137,7 @@ run: build/empty build/live.img $(ROOTFS_VERITY_ROOTHASH) > -machine virtualization=on \ > -kernel $(KERNEL) \ > -initrd $(INITRAMFS) \ > - -display gtk \ > + -display gtk,gl=on \ > -gdb unix:build/gdb.sock,server,nowait \ > -qmp unix:build/vmm.sock,server,nowait \ > -monitor vc \ -- Sincerely, Demi Marie Obenour (she/her/hers)