User Tools

Site Tools


products:ict:linux:x11:flickering_after_returning_from_sleep_or_hibernation

Try this, it's worked for me (Lenovo G50-80 i3 Intel graphics):

  Edit the file /etc/default/grub:
  $ sudo nano /etc/default/grub
  Add nouveau.modeset=0 to the line:
  GRUB_CMDLINE_LINUX=""
  i.e. change to:
  GRUB_CMDLINE_LINUX="nouveau.modeset=0"
  Save and close the file.
  Update GRUB:
  $ sudo update-grub
  Reboot.
products/ict/linux/x11/flickering_after_returning_from_sleep_or_hibernation.txt · Last modified: 2022/04/26 14:18 by 127.0.0.1