Problem with Screen Resolution

Sorry for my English

I have a problem with Lakka on the Raspberry Pi3, what happens is that I connect it to a VGA monitor with an HDMI2VGA converter and it only gives me 640x480 resolution, which I want to change to 1280x720; Already try to modify the “retroarch.conf” (or as it is called) by SSH, the reboot, everything is reset and nothing changes. Note: this same monitor used to play XBOX 360 at 720p without problems

Disculpen mi ingles

Tengo un problema con Lakka en la Raspberry Pi3, lo que sucedees que la conecto a un monitor VGA con un convertidor HDMI2VGA y solo me da resolucion de 640x480, la cual quiero cambia a 1280x720; ya intente modificar el “retroarch.conf” (o como se llame) por SSH, lo reinicio, se resetea todo y no cambia nada. Nota: ese mismo monitor lo usaba para jugar XBOX 360 a 720p sin problemas

Check your config.txt and make sure it’s not forcing an hdmi mode other than the one you want.

And as I do that??? hehehe is that I am new with lakka

It’s an RPi thing rather than a lakka thing.

Take your microSD card out and open it on another computer. In the top-level of the smaller partition, you should see a file named config.txt.

The configuration is like this: ################################################################################ # This file is part of LibreELEC - http://www.libreelec.tv # Copyright © 2016 Team LibreELEC # # LibreELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # LibreELEC is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with LibreELEC. If not, see http://www.gnu.org/licenses/. ################################################################################ # Bootloader configuration - config.txt ################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# Default GPU memory split (do not change if you do not know what you are doing)
  gpu_mem=128

# Configure GPU memory based on SDRAM size - overrides above setting
  gpu_mem_256=112
  gpu_mem_512=160
  gpu_mem_1024=256

################################################################################
# For overclocking and various other settings, see:
# https://www.raspberrypi.org/documentation/configuration/config-txt.md
################################################################################
# Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
force_turbo=0

# Make display smaller to stop text spilling off the screen
#
# Note that the overscan settings only affect the splash screen and not Kodi.
#
# If you experience overscan/underscan issues the best solution is to adjust
# your TV settings ("full pixel", "1-1 pixel" etc.). Alternatively, there is a
# calibration menu in the Kodi GUI.
# disable_overscan=1

# Force HDMI even if unplugged or powered off
# hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000

################################################################################
# End of default configuration
################################################################################

################################################################################
# Include distribution specific config file if it exists.
################################################################################
[all]
include distroconfig.txt

What would I change? helpme please ;-;

Try adding this line at the end of the file:

hdmi_mode = 85

its working!!! ITS WORKING!!! THANKS MASTER :smiley:

1 Like