knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
415 stars 68 forks source link

Support Xquartz? #49

Closed DUOLabs333 closed 3 years ago

DUOLabs333 commented 3 years ago

When using the commandline as it is, it works perfectly -- smooth scrolloing ,video playback, etc. However, I usually use my VMs with -nographic and forward X over ssh connection. However, when I tried that it, and it said -device virtio-gpu-gl-pci: opengl is not available, probably because there is no screen. However, even with the screen, it works, but it is still slow. It may be because of the ssh compression that isn't there with native display, though i haven't found another way to display it. Also, even with display, glxgears is really slow, but works fine in the screen.

DUOLabs333 commented 3 years ago

Never mind, got it working with a VNC server.