Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active March 5, 2026 11:54
Show Gist options
  • Select an option

  • Save dewomser/fcf621c7ee524912408a12409c172384 to your computer and use it in GitHub Desktop.

Select an option

Save dewomser/fcf621c7ee524912408a12409c172384 to your computer and use it in GitHub Desktop.
Bash Bildbertachter in TTY3

#Linux #Bash

Schneller Bildbetrachter mit framebuffer/ fbi

sudo fbi -noverbose -T 3 -a -d /dev/fb0 /home/karl/Bilder/Bild.jpg

Der Fokus springt bei mir automagisch auf tty3 (wegen Parameter -T3) und zeigt dort das Bild. Zurück gehts mit + + Ohne Gewähr.
Info und Installation: https://github.com/kraxel/fbida

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment