Thx for your reply. I tried the regular driver instead of nvidia and batocera run ok at 1080p60 (with terrible performance in ps2…normal).
I also tried the command batocera-resolution setMode 1080p 60 in xterm and it also work with nvidia driver.
So now i tried to definitively set this resolution and refresh rate. I manually set my output resolution by utilizing a custom boot script :
#!/bin/bash
if test -z “${DISPLAY}”
then export DISPLAY=:0.0
fi
## Manually set resolution
xrandr –output HDMI-0 –mode 1920×1080 –rate 60
and placed in /userdata/system but There are no effects. Always stuck at 1080p25 after a reboot. I don’t understand…