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
Next revision
Previous revision
linux:graphics [2021/02/14 23:15] Wufflinux: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.1613344539.txt.gz · Last modified: (external edit)