LinuxCommandLibrary

fbi

framebuffer image viewer

TLDR

Display an image

$ sudo fbi [path/to/file]
copy
Display multiple images
$ sudo fbi [path/to/file1] [path/to/file2]
copy
Start slideshow with custom delay
$ sudo fbi [-t|--timeout] [delay] [path/to/files/*]
copy
Scale image to fit screen
$ sudo fbi [-a|--autozoom] [path/to/file]
copy
Display help
$ fbi [-h|--help]
copy

SYNOPSIS

fbi [options] files

DESCRIPTION

fbi (framebuffer imageviewer) displays images directly on the Linux framebuffer console without requiring X11 or Wayland. It supports various image formats including JPEG, PNG, GIF, and TIFF.
Useful for viewing images on headless servers or minimal systems.

PARAMETERS

-t, --timeout seconds

Slideshow delay between images
-a, --autozoom
Scale to fit screen
-h, --help
Display help
-1, --once
Don't loop slideshow
-u, --random
Randomize slideshow order

CAVEATS

Requires framebuffer support. Usually needs root or console access. Part of fbida package. Not for use in X11/Wayland sessions.

SEE ALSO

fim(1), feh(1), fbset(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community