Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › minecraft-pi anyone got this working in retropie? › Reply To: minecraft-pi anyone got this working in retropie?
03/31/2015 at 08:52
#93223
Inactive
Hi,
I’m using the “Matchbox” window manager to start Minecraft-Pi fullscreen.
You can install Matchbox with the following command: sudo apt-get install matchbox
I’m using this file (startMinecraft.sh) to start Minecraft:
#!/bin/sh
xset -dpms # disable DPMS (Energy Star) features.
xset s off # disable screen saver
xset s noblank # don't blank the video device
matchbox-window-manager &
/opt/retropie/emulators/minecraft/mcpi/minecraft-pi
And then run it with this command:
xinit ./startMinecraft.sh