Hi Richard Cranium
but it all can still work even with a gui (desktop)??
Sure, if you want to make your life more difficult.
You'll need to install Xvesa or Xfbdev or Xorg.
You'll need to use feh instead of fbv.
feh depends on ca-certificates, curl, and openssl. That might cause
problems since that laptop has no network access, I don't know.
(I just checked, it runs without network access.)
You'll need a persistent /home where you'll keep the pictures to be displayed, for example:
/home/tc/MyPictures/You'll need to create a file in /home/tc/.X.d/ containing:
feh -r -D 5 -F -Z /home/tc/MyPictures/* &You can use any name you want for that file, for example StartFeh.
That command will automatically get executed once the GUI is
up and running. If you hit q on the keyboard, it will stop.
If you do it like this, it will restart if someone tries to stop the slideshow:
while true; do feh -r -D 5 -F -Z /home/tc/MyPictures/*; done &