-
AuthorPosts
-
Hi, I finally have things working on my raspberry pi with a 3.5″ lcd. Debian installs fine and I can see the GUI, I then install retropie using the install script and set it to auto launch emulationstation on boot.
However, now the emulationstation only outputs on HDMI and the console is showing on the LCD.
How can I make emulationstation show on the LCD instead as default?
Many thanks :)
Hello, devs? Surely you must know the answer to this?
a few minutes on google:
https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=95366
https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=88431
I don’t have the hardware so theres no way I could test but it seems to be explained well enough in the aformentioned posts.
Anonymous
Inactive10/17/2015 at 20:03Post count: 2I got this working on my Tontec 3.5 Inch Touch Screen. What you will need to do is setup Framebuffer Mirroring using the rpi-fbcp program on github.
After you have setup your screen, and it is displaying, you will need to execute these linux commands to compile and install the Framebuffer Mirroring program:
sudo apt-get install cmake git clone https://github.com/tasanakorn/rpi-fbcp cd rpi-fbcp/ mkdir build cd build/ cmake .. make sudo install fbcp /usr/local/bin/fbcp #now make sure you are cd'ed into the build folder, now run the program: fbcp & #now you can run emulation station: emulationstation
This program basically copies screen frames over from fb0 (hdmi) to fb1 (lcd screen).
Resource:
https://github.com/tasanakorn/rpi-fbcp
https://github.com/notro/fbtft/wiki/Framebuffer-useThanks to you jdj333, for the first time retropie is showing up on my 3,5 lcd screen.
Sadly the problem is back after reboot.
Any ideas?Anonymous
Inactive10/19/2015 at 15:49Post count: 2Hi Leoman36,
After a reboot I make sure I am in the build directory which contains the compiled fbcp program and should probably be located in rpi-fbcp/build/ on your Pi. After I CD to that directory, I execute the fbcp program again and then EmulationStation. Try the following commands after a reboot:
cd rpi-fbcp/build/ fbcp & emulationstation
-
AuthorPosts
- The forum ‘Video Output on RetroPie’ is closed to new topics and replies.