summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1922430
blob: 622076a97195bb82d2794b761d4382639422af19 (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
3d accel does not take care of 1280x960 setting

openSuse 15.2
kde plasma 5.21.3, frameworks 5.80.0
libvirt 7.0.0
qemu 5.2.0
virgl renderer 0.8.2

here is my invocation

qemu-kvm -enable-kvm \
-m 2048 -smp 2 -cpu host \
-device virtio-vga,virgl=on -display gtk,gl=on \
-device usb-ehci \
-device usb-kbd \
-device usb-mouse \
-device usb-tablet \
-device ich9-intel-hda \
-device hda-duplex,audiodev=snd0 \
-audiodev pa,id=snd0 \
-device usb-host,vendorid=0x046d,productid=0x08e5 \
-boot menu=on \
-nic bridge \
~/QEMU_VM/android_x86_7.1-r5.img \

in the kernel command there is "vga=1280x960"

with "-device qxl" no problem. I get immediately a  window of size 1280x960.

with "-device virtio-vga,virgl=on -display gtk,gl=on"

i get a tiny window.

i must uncheck "zoom to fit" to get a window of size 1280x960.