Skip to content

Instantly share code, notes, and snippets.

@etheling
etheling / 01_amdgpu_vrr.sh
Last active October 21, 2022 19:16
Configure Ubuntu 20.04LTS and RetroPie to work with AMD FreeSync when amdgpu and compatible display are present
#!/bin/bash
##
## Source: https://gist.github.com/etheling/a0978b54c8989002fbd913d179cc1543#file-01_amdgpu_vrr-sh
##
## Install script to configure Ubuntu 20.04LTS and RetroPie to work with AMD
## FreeSync when amdgpu and compatible display are present. Script overwrites
## and modifies current Wayland/Sway and X.org configurations and generally expects
## to be ran as part of post install portion of RetroPie Ubuntu setup script
## from https://github.com/MizterB/RetroPie-Setup-Ubuntu.