spacepaste

  1.  
  2. $ cat /etc/X11/xorg.conf.d/10-tearing.conf
  3. Section "Device"
  4. Identifier "Radeon Graphics"
  5. Driver "amdgpu"
  6. Option "AccelMethod" "glamor"
  7. Option "TearFree" "true"
  8. Option "DRI" "3"
  9. EndSection
  10.