Here are my VM settings for the display
<graphics type="spice" port="5900" autoport="yes" listen="127.0.0.1">
<listen type="address" address="127.0.0.1"/>
<image compression="off"/>
</graphics>
<video>
<model type="virtio" heads="1" primary="yes"/>
<alias name="video0"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</video>
----------------------------------
When using Cinnamon I usually enable "OpenGL" too, so I tried this too.
<video>
<model type="virtio" heads="1" primary="yes">
<acceleration accel3d="yes"/>
</model>
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</video>
<graphics type="spice">
<listen type="none"/>
<image compression="off"/>
<gl enable="yes" rendernode="/dev/dri/by-path/pci-0000:03:00.0-render"/>
</graphics>
===========================================================================
# apt update && apt update && apt full-upgrade --autoremove -y && apt autoremove -y && apt clean
Hit:1
http://security.debian.org/debian-security testing-security InRelease
Hit:2
http://deb.debian.org/debian testing InRelease
Hit:3
http://deb.debian.org/debian testing-updates InRelease
Hit:4
http://deb.debian.org/debian testing-backports InRelease
All packages are up to date.
Hit:1
http://security.debian.org/debian-security testing-security InRelease
Hit:2
http://deb.debian.org/debian testing InRelease
Hit:3
http://deb.debian.org/debian testing-updates InRelease
Hit:4
http://deb.debian.org/debian testing-backports InRelease
All packages are up to date.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux trixie/sid
Release: n/a
Codename: trixie
# uname -r
6.11.10-amd64
# env | grep -E -i 'x11|xorg|wayland|plasma'
DESKTOP_SESSION=plasmawayland
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1004.slice/user@1004.service/session.slice/plasma-plasmashell.service/memory.pressure
WAYLAND_DISPLAY=wayland-0
PLASMA_USE_QT_SCALING=1
QT_WAYLAND_FORCE_DPI=96
# lspci -k | grep -A 2 -E '(3D|VGA)'
00:01.0 VGA compatible controller: Red Hat, Inc. Virtio 1.0 GPU (rev 01)
Subsystem: Red Hat, Inc. Device 1100
Kernel driver in use: virtio-pci
===========================================================================