blob: 50ce9e46f63ed3b835b075c028c547bf8f11ab02 (
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
|
graphic: 0.362
semantic: 0.333
mistranslation: 0.303
device: 0.275
socket: 0.201
instruction: 0.198
vnc: 0.172
other: 0.160
boot: 0.120
network: 0.115
assembly: 0.070
KVM: 0.062
GTK display refresh rate is throttled
Guest OS running with GL enabled GTK display shows a reduced refresh rate, e.g. moving cursor around with iGVT-g DMA Buf.
It seems that a default refresh interval GUI_REFRESH_INTERVAL_DEFAULT (30ms) is defined in include/ui/console.h, throttling the display refresh rate at 33Hz.
To correct this throttle issue, a shorter interval should be applied to display change listener or the default value should be used.
Slow motion clips for host/guest were uploaded as attachments.
Instead of changing the value, I think there should be a function that determines the ideal "GUI_REFRESH_INTERVAL_DEFAULT" value, with the option to override it. That way, monitor greater than 60 Hz can also benefit.
The QEMU project is currently considering to move its bug tracking to
another system. For this we need to know which bugs are still valid
and which could be closed already. Thus we are setting older bugs to
"Incomplete" now.
If you still think this bug report here is valid, then please switch
the state back to "New" within the next 60 days, otherwise this report
will be marked as "Expired". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.
Thank you and sorry for the inconvenience.
[Expired for QEMU because there has been no activity for 60 days.]
The bug is still here.
People are simply modifying the code and recompiling.. It only needs to change the code cap from 30ms (10 years old cap) to 16ms, and we got a smooth gui capable of gaming.
Please, don't ignore us. Recompiling qemu only for one number is very annoying.
The ticket has been re-opened here:
https://gitlab.com/qemu-project/qemu/-/issues/700
... so let's keep this one here closed, please.
|