11 – recording with simplescreenrecorder and without screentearing on Cinnamon – all effects enabled

Thanks to a tip on Youtube we can now record video’s without screentearing or glitches on ArcoLinuxD -B Cinnamon.

Every desktop has its own way of handling windows and all its effects.

Simplescreenrecorder’s settings can be changed to get less screen tearing but often you need to find other solution like this solution for Plasma.

Now we have a solution for Cinnamon too for people with a graphical card from INTEL.

Option 1 – fast and lazy

Use the scripts from ArcoLinux-Nemesis.

More about Nemesis can be found here.

In the folder Personal I created a script to install the correct settings for an intel graphical card.
Run script 800.

 

Option 2 – manual

Create a file on your system

sudo touch /etc/X11/xorg.conf.d/20-intel.conf

Navigate to it and open it with sublime text.

Copy/paste this code into it and save

Section "Device"
   Identifier  "Intel Graphics"
   Driver      	"intel"
   Option 	"AccelMethod" "uxa"
EndSection

Now reboot.