instale un imagen de 128gb en mi rpi3 y la conecte a una pantalla con hdmi de 1024x600 que compre en aliexpress.
el problema surge en que al conectarla el recalbox sale descuadrado y fuera de pantalla. Pero consegui arreglarlo con una configuracion que tenia aqui de retropie.
El problema ahora es el siguiente.
he redimensionado la interfaz bien pero cuando entras en el emulador a jugar la pantalla esta desproporcionada, descuadrada e incluso repetida, ademas los overlys no se ven enteros. alguien me puede ayudar?
no se si es configuraracion del archivo "config.txt" o de retroarch.
alguna sujerencia o ayuda?
dejo por aqui mi configuracion de config.txt
Código: Seleccionar todo
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=2
#hdmi_mode=16
#uncomment the following to adjust overscan. Use positive numbers if console
#goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1024
#framebuffer_height=600
#hdmi_ignore_edid=0xa5000080
hdmi_cvt=1024 600 60 3 0 0 0
# Sound output. Set to 0 or comment for autodetect, 1 for DVI, 2 to force HDMI.
#hdmi_drive=2
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# Using /etc/modules is deprecated and no longer supported on 4.4 kernel
# So manually enable audio
dtparam=audio=on
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# force hdmi while the tv can take time before sending the signal on the hdmi output
hdmi_force_hotplug=1
# uncomment for composite PAL
#sdtv_mode=2
# 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
# default CEC name
cec_osd_name=recalbox
# Overclock
gpu_mem=400
arm_freq=1400
over_voltage=6
sdram_freq=500
core_freq=500
gpu_freq=400
avoid_safe_mode=1
kernel=zImage
# Raise the first security limit up to 70° instead of 60°
temp_soft_limit=70
overscan_scale=0