Homepage › Forums › RetroPie Project › Video Output on RetroPie › Emulation station does not recognize resolution from config.txt › Reply To: Emulation station does not recognize resolution from config.txt
Thanks for the reply but I don’t understand how to do either of those.
I went to /usr/bin/emulationstation and added a parameter after the line “fi”
–resolution 640 480
with no luck
then I added the following code as mentioned in the forum linked below where the user seemed to have success.
https://github.com/Aloshi/EmulationStation/issues/55
pushd “$rootdir/supplementary/EmulationStation” > /dev/null
./emulationstation -w 640 -h 480
popd > /dev/null
still no luck
Also, emulationstation does rotate and overscan per the config.txt file and seems to be running at normal speed, so at least I have that going for me.