#!/bin/sh #sudo /bin/tvon export PATH=/opt/bin:$PATH xsetroot -solid "#000000" xset dpms 0 xset -dpms xset s off xhost + # We assume that the fvwm2 is installed and start it as window manager. # Any other window manager could be used here. fvwm2 & # Start the Multimedia Box in a while loop while true; do # Set NMM_DEV_DIR to the directory where you unpacked it, e.g. /home/bob/nmm-0.4.0. export NMM_DEV_DIR= export LD_LIBRARY_PATH=$NMM_DEV_DIR/lib $NMM_DEV_DIR/apps/mmbox/mmbox done