Lagging video in fullscreen

Window Manager Tweaks, then turn off the composer and turn it back on.
This fixed many video lag issues I found.

If it’s not related to the composer, then check the RAM utilisation and assignment to the guest. You may be maxxed out using a resource hog like Firefox or Chrome.

If this does not work, then you may find you need to set the VideoRam for the machine. If it’s a standard guest you can do this using something like the following…
qvm-features GUESTVM gui-videoram-min $(($WIDTH * $HEIGHT * 4 / 1024))
qvm-features GUESTVM gui-videoram-overhead 0

otherwise, referr to the following.

This will set the VRAM as well.

Other than that, could use VirtualGL

1 Like