Hi! I’ve successfully (almost) installed Windows 11 using virt-manager on my Fedora 41 AMD laptop. I did install storage and network virtio drivers as well as virtio guest tools. Clipboard sharing between host and VM works, but unfortunately changing display resolution does not. Resolution within Windows is fixed to 2242x1476 and does not change as I resize the window (I did set “Auto resize VM with window” but that does not change the effect). In my VM settings I have “Video QXL” entry with
<video>
<model type="qxl" ram="65536" vram="65536" vgamem="16384" heads="1" primary="yes"/>
<alias name="video0"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</video>
In guest Windows 11 device manager I have an entry “Generic Monitor (QXL0001)”, so it seems that the QXL drivers are installed but something is not working. Could anyone help me troubleshoot this? Thank you!