Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

stevendejongnl/arch-linux-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch linux setup

Just a repo for easily setup a basic arch environment.

This script works best with a clean arch installation.

Simply setup Arch

GPU screen tearing issues (AMD)

First of all you need to install the amd drivers. After that you can create a configuration file: /etc/X11/xorg.conf.d/20-amdgpu.conf And insert the AMD drivers with a option for tear free.

Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "TearFree" "true"
EndSection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages