microsoft / wslg

Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios
MIT License
9.9k stars 296 forks source link

Display errors when running qemu on arch linux with spice enabled #1218

Open mwoodpatrick opened 5 months ago

mwoodpatrick commented 5 months ago

Windows Version

Microsoft Windows [Version 10.0.22635.3061]

WSL Version

2.1.0.0

Are you using WSL 1 or WSL 2?

Kernel Version

6.1.21.2-microsoft-standard-WSL2+

Distro Version

Arch Linux

Other Software

virt-manager 4.1.0 virt-install 4.1.0 QEMU emulator version 8.2.0

Repro Steps

install virt-manager, qemu then run:

download manjaro-xfce-23.1.2-240102-linux66.iso run:

qemu-img create manjaro_disk.img -f qcow2 12G

virt-install --name manjaro_guest --memory 2048 --disk path=manjaro.img,size=10  --cdrom manjaro-xfce-23.1.2-240102-linux66.iso

Expected Behavior

Guest starts and their are no display issues

Actual Behavior

Guest starts and displays but there are display issues

image

If you move the window the image issues disappear until you move the mouse over the window again

Diagnostic Logs

No response

zcobol commented 5 months ago

This issue is being tracked by https://github.com/microsoft/wslg/issues/1148