summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1922430
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1922430')
-rw-r--r--results/scraper/launchpad-without-comments/192243034
1 files changed, 34 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1922430 b/results/scraper/launchpad-without-comments/1922430
new file mode 100644
index 00000000..622076a9
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1922430
@@ -0,0 +1,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.
\ No newline at end of file