Thomas
Naw, not into bare metal stuff.
So, is there a way to power the pi from the hub? Neither of the hubs I have work, and yet my laptop does ??? I'm thinking they must be non-spec. :(
sudo apt-get install xterm feh unclutter
xinit -fg white -bg black -e /home/pi/play.sh -- -s 0
#!/bin/bash# this launches a program that hides the mouse cursor after 1 second of idle timeunclutter -idle 1 &# this is a full screen image viewer, used to black out the letter/pillar-box areafeh -Z -F /home/pi/black.png &# we store the process ID of feh.FEH_PID=$!# we keep looping as long as the feh process is still runningwhile ps $FEH_PID >/dev/null 2>&1 ; do# each loop, run omxplayeromxplayer -r "/home/pi/video.avi"done
I don't like LXTerminal, but I'm not sure why. It seems the same as other terminal programs.
Don't feel old, Steve. The first terminal I used at work had a printer for output. :)
Ken.
Cave story runs pretty well in full screen.
Pro tip, don't use the high setting. Just trashed my install. :(
Oops, overclock setting.
Pro tip: No.
Gertboard tries to be too many things, I think an Arduino and motorshield would be a better bet for that price.
--
You received this message because you are subscribed to the Google Groups "HackerSpace - Adelaide, South Australia" group.
To post to this group, send email to hackerspace-adelaide@googlegroups.com.
To unsubscribe from this group, send email to hackerspace-adelaide+unsub...@googlegroups.com.
To post to this group, send email to hackerspac...@googlegroups.com.
To unsubscribe from this group, send email to hackerspace-adel...@googlegroups.com.
I would imagine links2 to have even lower overhead than iceape but I might be mistaken.