Hi guys
I am very new to the Tiny Core Linux distribution, but I really like the concepts with a small footprint and everything in RAM.
I have an old 1080p LCD monitor lying around and decided I would like to build a simple photo frame using an RPI. My idea is very basic, as soon as the system boots instead of showing the terminal it should show a slideshow of images. No user interface, no controls, just showing images from the SD card.
I have installed the 9.0.3 image and no matter which approach I take, I end up going nowhere. I have looked at the book and haven't found anything which made any bells ring. I think though, that this project would fit very well in the book.
I would like to avoid starting a window manager - don't need the user interface.
- So far I have tried going the python+tKinter way, but I end up with the "unable to open X server" error.
- I have tried simply using ImageMagick, but I face the same "unable to open X server" error.
I have installed xorg-server, but do I really have to run startx before being able to use anything which depends on X11?
- I tried the pygame/SDL way, but I didn't manage to install pygame.
Can any of you experienced guys gently push me in a direction where I won't face a dead end all the time? My programming experience is in MS Windows, so I am still in the very beginning of my Linux experience.
Regards, Casper