blob: 347d5a42f4986ffbb18b47739d44ddd064576f3a (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
KVM: 0.971
x86: 0.966
kernel: 0.924
architecture: 0.847
graphic: 0.839
device: 0.818
semantic: 0.803
mistranslation: 0.787
performance: 0.735
user-level: 0.732
PID: 0.714
i386: 0.702
hypervisor: 0.653
boot: 0.597
ppc: 0.594
risc-v: 0.584
network: 0.571
debug: 0.569
permissions: 0.564
register: 0.555
socket: 0.546
arm: 0.541
files: 0.541
VMM: 0.538
vnc: 0.516
virtual: 0.485
TCG: 0.482
peripherals: 0.436
assembly: 0.227
OpenGL support is disabled
$ qemu-system-x86_64 -enable-kvm -display sdl,gl=on -vga qxl
SDL1 display code has no opengl support.
Please recompile qemu with SDL2, using
./configure --enable-sdl --with-sdlabi=2.0
qemu-system-x86_64: OpenGL support is disabled
Can you please recompile qemu with support for opengl. The -display mode allows for opengl support.
This feature allows for the guest OS to have opengl 2 support, that is require for several 3d applications.
It also opens the way for supporting acceleration on windows and Linux guest systems.
Since you're talking about a pre-compiled binary, I assume you wanted to open this bug against Ubuntu's QEMU package, not against the QEMU project?
Looks like that this bug is duplicate of https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1540692
Isn't it?
Status changed to 'Confirmed' because the bug affects multiple users.
Opengl in general as requested was enabled and backported up to Bionic (18.04).
There are several usability enhancements to use that with either mdev passthrough and virtgl which I work on upstream and are going into Disco (19.04).
|