blob: 2a7f7f4d5ce0365c496687f2696af44a4161a6e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
device: 0.987
instruction: 0.865
network: 0.667
mistranslation: 0.630
graphic: 0.581
vnc: 0.558
socket: 0.507
semantic: 0.469
other: 0.378
boot: 0.345
assembly: 0.232
KVM: 0.125
virtio-gpu-gl: "opengl is not available" message is too vague and doesn't suggest how to fix the problem
Description of problem:
I finally compiled qemu for Apple Silicon M2 Pro with opengl enabled and virtglrenderer enabled thanks to instruction from homebrew formula,
but I did it without homebrew nor macports just manually compiling necessary libraries.
Qemu was compiled succesfully with flags:
````
./configure --target-list=aarch64-softmmu,x86_64-softmmu --enable-cocoa --enable-sdl --enable-virglrenderer --enable-vhost-net --enable-spice-protocol --enable-tools --enable-opengl --enable-pixman --enable-vmnet
````
the device is clearly listed:
````
name "virtio-gpu-device", bus virtio-bus
name "virtio-gpu-gl-device", bus virtio-bus
name "virtio-gpu-gl-pci", bus PCI, alias "virtio-gpu-gl"
name "virtio-gpu-pci", bus PCI, alias "virtio-gpu"
````
So why it not working and gives that info while opengl is clearly there and is enabled.
|