Screen blinking while screencasting | ArchLinux and Manjaro

Viewed 1041

When you try share screen or use screen recorder in Arch Linux or Manjaro, the screen is blinking like in here: https://imgur.com/7dzeiXr

How to solve?

1 Answers

If you use x11, then to solve this problem :

  • Uninstall package: xf86-video-intel
  • Remove file (if it exists): /etc/X11/xorg.conf.d/20-intel.conf
  • Reboot your system

Try your screencast again...

Related