Hi
I would like to activate gsync in batocera for smooth mame libretro core experience (games like Mortal Kombat series for example). Unfortunetaly despite turning on gsync video support in retroarch it doesn’t syncronize perfectly as it does in windows.
I found a solution that fixes it, but only for amd cards:
You have to put commands in putty:
cp /etc/X11/xorg.conf.d/10-amdgpu-variable-refresh.conf:
nano /etc/X11/xorg.conf.d/10-amdgpu-variable-refresh.conf with text:
Section “Device”
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "VariableRefresh" "true"
EndSection
batocera-save-overlay
reboot
It all works perfectly for amd cards, but do anyone know what are the ssh commands to activate gsync for nvidia GPU?
Thanks