Page MenuHomePureOS Tracker

Screen Flickering
Updated 2,268 Days AgoPublic

Version 1 of 3: You are viewing an older version of this document, as it appeared on Feb 2 2018, 15:05.

Main PageTroubleshootingScreen flickering

Screen flickering on devices with Intel graphics


A possible cause can be buggy Intel graphics power management. You can try disabling it by adding i915.enable_rc6=0 boot flag.

To do this from a running system and make it permanent, run the following terminal command:

  1. EDITOR=gedit sudo /etc/default/grub

File /etc/default/grub will be opened in gedit with administrator privileges (so be careful with the next step).

  1. Find the GRUB_CMDLINE_LINUX line
  1. Change it to look like this:
GRUB_CMDLINE_LINUX="i915.enable_rc6=0"
  1. Save the file.

Restart for this to take effect.

NOTE: Instead of gedit you can use a text editor of your choice.
Last Author
mladen
Last Edited
Feb 2 2018, 15:05

Event Timeline

mladen created this document.Feb 2 2018, 15:05
mladen edited the content of this document. (Show Details)
mladen edited the content of this document. (Show Details)Feb 5 2018, 14:35
mladen edited the content of this document. (Show Details)Apr 4 2018, 01:34
mladen changed the edit policy from "All Users" to "Restricted Project (Project)".May 10 2018, 07:45