Homepage › Forums › RetroPie Project › Video Output on RetroPie › Load RetroPie on LCD display › Reply To: Load RetroPie on LCD display
Short update..
I messed with the config.txt some more. I managed to rotate the LCD screen to the direction i actually needed (EmulationStation still boots on HDMI).
Few notes that might help:
When i set my Raspian Jessie to load on LCD it changes the /boot/config.txt by adding
dtoverlay=waveshare32b
dtoverlay=ads7846
I check the file /usr/share/X11/xorg.conf.d/99-fbturbo.conf
and i see output is set to /dev/fb1
From what i have seen online so far all should be fine.. but the fact is EmulationStation loads on the hdmi :(
I think i need to modify /opt/retropie/supplementary/runcommand/runcommand.sh by adding something like this:
mode_new = “DMT-87”
return
on function get_mode()
Unfortunately i don’t see such function in that file..