Score:0

Screen flickering on Inspiron 16 Plus 7610 after installing 20.04 LTS

in flag

After sometime flickering it prints the message:

CPU pipe B FIFO underun

I've tried to disable C-states as suggested in https://unix.stackexchange.com/questions/588457/drmintel-cpu-fifo-underrun-irq-handler-i915-error-cpu-pipe-a-fifo-underru but it has not worked.

I've tried to disable the safe boot, but it has not worked as well.

This is the version of Inspiron 16 Plus 7610 with:

  • i7-11800H
  • GeForce RTX 3060 6GB

Windows 10 that comes with it seems to be working fine so far but I cannot get it working with Ubuntu.

I've tried to install deepin 20.2.3 as well but I ran into the same problem. Deepin does work with safe graphics

Score:1
in flag

To fix it you need to add a param to the kernel initialization, you can do that by pressing E at the grub screen or following these steps:

  1. sudo (editor command) /etc/default/grub
  2. Comment out this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1. Add this line instead:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"
  1. Save and close your editor
  2. sudo update-grub
  3. reboot

It seems that starting with either kernel 5.2.0 or 5.3.0 they decided to enable PSR (Panel Self Refresh) by default. Depending on the hardware, this periodic panel refreshing may cause the screen flickering.

I found the answer at:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.