Display issues Intel UHD Graphics 620

Hi, i started using Garuda linux quite recently and i can see some display issue where the display would not be really sharp, especially on bigger external screen, or kinda sluggish from time to time. I tried booting Ubuntu for example and could not see all those issues so i guess the driver "Video Linux" is not the perfect fit for this graphic card but i could not find a more fitting one on internet.

I will gladly accept any advice. And thanks for your help.

Hi there, welcome to community!

Archwiki Says

You have to open
/etc/X11/xorg.conf.d/20-intel.conf

and

For Intel UHD 620 you will need to add `Option "TripleBuffer" "true"` in order for `TearFree` to work.

Here is how it should look like:

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TripleBuffer" "true"
EndSection

And remember to check Archwiki to get answer.

3 Likes

You can also remove xf86-video-intel, which is only needed on older Intel/Intel rigs. :smiley:

regards

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.