The MDT9100 boots up and plays a cropped version of the Fallout 4 second screen app. The video was downloaded with youtube-dl and cropped/resized with:
fmpeg -ss 00:00:03 -an -vf "scale=900:-2,crop=640:480" -i pipboy.mp4 pipboy-640.mp4
On bootup the ~debian/.xsessionrc
contains:
mplayer -fs -zoom -loop 0 pipboy-640.mp4
The user can hit Q
to exit mplayer and the normal X startup continues.
Last update:
November 8, 2020