Create linux-enable-vsync-amdgpu.md
This commit is contained in:
parent
97b63ed01e
commit
7c55088996
|
@ -0,0 +1,13 @@
|
||||||
|
Create or modify file:
|
||||||
|
|
||||||
|
>/etc/X11/xorg.conf.d/20-amdgpu.conf
|
||||||
|
|
||||||
|
Add this config section.
|
||||||
|
|
||||||
|
```
|
||||||
|
Section "Device"
|
||||||
|
Identifier "AMD"
|
||||||
|
Driver "amdgpu"
|
||||||
|
Option "TearFree" "true"
|
||||||
|
EndSection
|
||||||
|
```
|
Loading…
Reference in New Issue