We are creating a series of YouTube videos under the “edu-“ label to guide users through the migration from ArcoLinux to Arch Linux. These tutorials aim to make the transition process smoother by explaining each step clearly and providing practical examples. Whether you’re switching to gain more control or to learn vanilla Arch, our edu- videos are here to support your journey.

ArcoLinux has stopped

Teaching never stops—because learning is a lifelong journey for all of us.

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.