Skip to content

dm4uz3/xorg-fix-your-shit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

xorg-fix-your-shit

tearfree xorg configs

here so I don't lose it


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

Section "Device"
    Identifier    "Intel Graphics"
    Driver        "intel"
    Option        "AccelMethod"        "sna"
    Option        "TearFree"        "true"
EndSection

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

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

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

Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    Option "TearFree" "on"
EndSection

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

because of course nvidia has to be special

Section "Screen"
    Identifier     "Screen0"
    Option         "metamodes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
    Option         "AllowIndirectGLXProtocol" "off"
    Option         "TripleBuffer" "on"
EndSection

About

tearfree xorg configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •