Artifacts on the screen i7-11800H


525916
530631
531581
Any ideas?

Try kernel-latest.
If it still won’t work then also try to add xorg config:
cat /etc/X11/xorg.conf.d/99-intel.conf

Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection

How?)

You can install kernel-latest package from Qubes OS installer ISO.
Mount this iso in dom0 and install the package:
sudo rpm -i /path-to-mounted-iso/Packages/kernel-latest-6*.rpm
Or you can just reinstall Qubes OS and choose Install Qubes OS using kernel-latest menu entry.
Also here are some more tips on how to fix screen tearing:
Contents/intel-igfx-troubleshooting.md at master · Qubes-Community/Contents · GitHub

1 Like