Serious Discussion What Issues You Faced When You Used Linux, and What Did You Do to Fix It?

lokamoka820

Level 29
Thread author
Verified
Well-known
Mar 1, 2024
1,897
When I start to use Linux the first issue I faced was screen tearing, my laptop has an integrated intel GPU, I tried to change the distro several times with no success, until I found the solution, all I needed was to enable "TearFree" rendering by creating or editing the file /etc/X11/xorg.conf.d/20-intel.conf and adding the following lines:
Code:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
After saving the file, and reboot the system for the changes to take effect, everything works flawlessly.

Of course this problem was when using Xorg display server, I discovered later that Wayland doesn't have this problem at all.

Now, what problems you faced in your turn? And did you find a solution for it or still searching?
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top