Hello guys. I want to configure a batocera for av out. How should i do? I have managed to do this but I cannot get the games to work at 60fps. My screen works at 60fps without problem, its resolution is 320x280 since it is a 3.5 tft. What should I do?
My configuration is this
uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
disable_overscan=1
uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
comment to get jack audio
hdmi_drive=2
Using /etc/modules is deprecated and no longer supported on 4.4 kernel
So manually enable audio
dtparam=audio=on
config_hdmi_boost=0
force hdmi while the tv can take time before sending the signal on the hdmi output
#hdmi_force_hotplug=1
uncomment if you have slow sound issues on composite output
#audio_pwm_mode=0
uncomment for lirc-rpi
#dtoverlay=lirc-rpi
if you plug your tv at the same time as your rpi and that the rpi switches from the hdmi or give a low resolution because tv had no enough time to initialize it
boot_delay=3
uncomment if you don't want the rainbow at startup
disable_splash=1
Overclock
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=384
avoid_safe_mode=1
kernel=boot/linux
initramfs boot/initrd.gz
enable UART (required for for retroflag)
affect rpi performances
enable_uart=1
Composite mode
sdtv_mode=0 #Normal NTSC
#sdtv_mode=1 #Japanese version of NTSC no pedestal
#sdtv_mode=2 #Normal PAL
#sdtv_mode=3 #Brazilian version of PAL 525/60 rather than 625/50
Overscan
disable_overscan=0
No rotation
display_rotate=0
overscan_left=4
overscan_right=-14
overscan_top=10
overscan_bottom=-14
180° rotation
#display_rotate=2
#overscan_left=-11
#overscan_right=6
#overscan_top=-14
#overscan_bottom=-8
Aspect ratio
sdtv_aspect=1 # 4:3
#sdtv_aspect=2 # 14:9
#sdtv_aspect=3 # 16:9
Resolution
framebuffer_width=320
framebuffer_height=240
Activate overscan scaling (important: has to be last entry!)
overscan_scale=1
but doesn't work games with 60fps
grettins