# Problemas de Vsync con AMD GPU

Si tienes problemas despues de instalar los drivers oficiales de AMD en Linux, y cuando reproduces videos sobre todo si es HD/4K o juegos los ves asi, se llama tearing.\\

![](/files/GFHxeesjEYbcj2lBShDZ)

\
Lo primero es, si tienes los ultimos drivers, bien, si no, actualizalos antes.\
\
Creamos un fichero en

```
sudo vim /etc/X11/xorg.conf.d/20-radeon.conf
```

con el siguiente contenido y guardamos el fichero.

```
Section "Device"
    Identifier "Radeon"
    Driver "amdgpu"
    Option "TearFree" "on"
    Option "DRI" "3"
    Option "AccelMethod" "glamor"
    Option "VariableRefresh" "true"
EndSection
```

Y listo, ademas también hemos habilitado FreeSync si tu monitor es compatible, con el parametro "VariableRefresh "true", ahora solo queda reiniciar y adios al tearing.\
\
Valido en AMD GPU v21.30\
Ubuntu 20.04.2 y Linux Mint 20.2


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.azagra.dev/linux/problemas-de-vsync-con-amd-gpu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
