Hi Richard Cranium
This was your original goal:
I found this old beat up Compaq laptop at a local thrift store for a grand total of $5 and had the idea to make a picture frame out of it using TC ...
That means you don't need a GUI.
You only need to install graphics-KERNEL and fbv.
You'll want a persistent /home where you'll keep the pictures to be displayed, for example:
/home/tc/MyPictures/At the end of /home/tc/.profile place this:
while true; do fbv -f -a -e -i -s 50 MyPictures/*; doneThis will display each picture for 5 seconds.
Each picture will be sized to fit the screen as best as possible.
When it reaches the last picture, it restarts the sequence.
I know fbv supports .jpg and .png formats.
Options for fbv can be displayed with:
fbv --help