knazarov / homebrew-qemu-virgl

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

when I run glmark2 it still shows GL_RENDERER: llvmpipe #43

Closed asanoic closed 3 years ago

knazarov commented 3 years ago

I've met this problem after rebasing to the latest virgl patchset. The name of the accelerated vga device was changed. You now should pass -device virtio-gpu-gl-pci on M1 macs, and -device virtio-vga-gl on x86.

I've noticed that I didn't change it in the README properly (just fixed it).

asanoic commented 3 years ago

I made a screenshot, on ubuntu it shows GL_RENDERER as llvmpipe. if virgl works, it should be virgl my environment is macbook pro intel, and qemu tried -device virtio-vga-gl -vga vertio and -device virtio-vga-gl display cocoa,gl=on

Screen Shot 2021-08-18 at 5 48 09 PM

knazarov commented 3 years ago

Could you please paste the full command line you run qemu with?