summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1856399
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1856399')
-rw-r--r--results/scraper/launchpad-without-comments/185639919
1 files changed, 19 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1856399 b/results/scraper/launchpad-without-comments/1856399
new file mode 100644
index 000000000..a39c519ea
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1856399
@@ -0,0 +1,19 @@
+Intel GVT-g works in X11, segfaults in wayland
+
+Hello,
+
+I am using an uptodate Arch Linux 64bit with qemu version 4.2.0, but the problem was also present in older versions. The problem occurs with Linux 5.4 and 4.19.
+The problem also occurs with Debian as guest. I am running sway.
+If I provide -vga std, then qemu works fine until I use the qemu window to switch to the vfio-pci device. There are no problems under X11/xwayland at all.
+
+
+Commandline:
+qemu-system-x86_64
+    -enable-kvm
+    -cpu host
+    -smp 2
+    -m 8192
+    -display gtk,gl=on
+    -device vfio-pci,sysfsdev=/sys/devices/pci0000:00/0000:00:02.0/[ID]/,x-igd-opregion=on,display=on
+    -cdrom archlinux-2019.11.01-x86_64.iso
+    -vga none
\ No newline at end of file