How to install AMD HD 4350 driver?

Other option is to try creating the following file in

/etc/X11/xorg.conf.d/20-amdgpu.conf

add

 Section "Device"
         Identifier "AMD" 
         Driver "radeon"
         Option "Tear Free" "true"
EndSection

Hopefully i got this right. I am not an expert at following the Arch wiki. :sunglasses:

1 Like