4

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

How to solve?

btd1337
  • 2,616
  • 2
  • 16
  • 25

1 Answers1

4

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...

btd1337
  • 2,616
  • 2
  • 16
  • 25
  • 1
    This is not just helpful for screencasting but solved also my issue I had with screensharing on zoom. I had a massive flickering when I was sharing any application. But just as remark, this is only valid for X11. This issue doesn't occur with Wayland. Unfortunately, zoom doesn't provide application sharing on Wayland. At least for now, at least for me... – Niko Jan 21 '21 at 20:53
  • 1
    INterestingly, this solved my problem for screen sharing using applications and web applications. What might be the cause of the issue here? – Aadarsha May 23 '22 at 04:47