From febd9e66dc8bbd583d5aca2a0aa6965f0eba5bcd Mon Sep 17 00:00:00 2001 From: user Date: Tue, 6 Jun 2023 09:05:42 +0200 Subject: [PATCH] add 20-amdgpu.con --- steam-deck/xorg.conf.d/20-amdgpu.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 steam-deck/xorg.conf.d/20-amdgpu.conf diff --git a/steam-deck/xorg.conf.d/20-amdgpu.conf b/steam-deck/xorg.conf.d/20-amdgpu.conf new file mode 100644 index 0000000..bffbb78 --- /dev/null +++ b/steam-deck/xorg.conf.d/20-amdgpu.conf @@ -0,0 +1,7 @@ +Section "Device" + Identifier "AMD Graphics" + Driver "amdgpu" + Option "TearFree" "true" +EndSection + +