QXL With Wayland And 4K Resolution

The default memory limit for the QXL video card is very conservative. If you’re running FullHD or higher resolution it is adviced to increase the memory by editing the xml.

Behaviour

QXL Configuration Guide

Windows Guest

Modern Linux Guest (KMS driver)

Key Notes

Example Configs

4K (3840x2160) - Wayland Guest

<video>
  <model type="qxl" ram="524288" vram="262144" vgamem="131072" heads="1" primary="yes"/>
  <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</video>

4k (3840x2160) - X11 Guest

<video>
  <model type="qxl" ram="131072" vram="65536" vgamem="32768" heads="1" primary="yes"/>
  <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</video>

Additional Advice