User Tools

Site Tools


linux:graphics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:graphics [2023/05/29 11:55] – external edit 127.0.0.1linux:graphics [2026/05/13 13:03] (current) Wuff
Line 26: Line 26:
 sudo reboot sudo reboot
 </code> </code>
 +
 +===== Static after resume from sleep =====
 +
 +If displays show static pixel flickering after resuming from sleep, they did not reinitialise properly. This can be addressed immediately using the command:
 +<code>
 +xset dpms force suspend && xset dpms force on
 +</code>
 +and optionally disabling Panel Self Refresh (PSR) is said to cause this. This can be disabled by adding 
 +<code>i915.enable_psr=0</code> to your kernel boot parameters in /etc/default/grub.
 +
linux/graphics.txt · Last modified: by Wuff