summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/118/graphic/1781515
blob: 7501fb5d97c4d4fae385df6487fb0b4f3c0101d8 (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
58
59
60
61
62
63
64
65
66
67
68
69
graphic: 0.969
x86: 0.965
user-level: 0.926
architecture: 0.924
virtual: 0.906
KVM: 0.902
mistranslation: 0.897
device: 0.895
performance: 0.875
PID: 0.853
semantic: 0.853
ppc: 0.852
kernel: 0.840
permissions: 0.824
boot: 0.815
risc-v: 0.806
hypervisor: 0.798
files: 0.773
network: 0.758
register: 0.757
socket: 0.754
arm: 0.753
vnc: 0.740
peripherals: 0.738
i386: 0.723
debug: 0.717
VMM: 0.677
assembly: 0.582
TCG: 0.505

Resolution switch leads to the screen/image being corrupted

I am currently using QEMU on a Arch Linux host, the guest OS is also Arch Linux.

The QEMU version is currently 2.12.0-2 packaged by Arch Linux, the command line I'm using to fire an Arch VM is:

$ qemu-system-x86_64 -enable-kvm -hda archlinux.qcow2 -m 4G -smp 4

The problem I'm currently having is, after firing the VM and running startx I want to change the resolution to the native resolution, which is 1366x768 on my ThinkPad T450, however, after changing the resolution the image on the guest gets corrupted and it's impossible to see anything.

At this point I can only turn off the VM. The only workaround I found is to start the VM with -vga virtio.

The problem in this case occurs with -vga std which is the default video driver.

Switching the resolution with -vga std was working fine before, I'm not sure on which version it started having this issue, but it should be on a recent version.

I use the intel i915 drivers on the host OS.

Hi Diego,

It seems this is a known limitation[1] because horizontal width is not a multiple of 8, try 1360x768 as the nearest resolution, which works for me on guests not supporting QXL drivers.

Regards.

[1] Proposed patch from 2013: https://lists.gnu.org/archive/html/qemu-devel/2013-03/msg02732.html

Hi Francisco, thanks for your quick reply.

I've tried `xrandr --output Virtual-1 --mode 1360x768' with -vga std and I also get a corrupted image.

I'm attaching a screenshot of what the screen corruption looks like after changing the resolution.

Thanks.

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 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.]