This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Tools
Noralf Trønnes edited this page Aug 1, 2017
·
1 revision
fbi supports DRM, and since version 2.11 it supports flushing which tinydrm needs.
Source: https://www.kraxel.org/cgit/fbida/
$ wget http://art110.wikispaces.com/file/view/Mystery-100x100.jpg/30649064/Mystery-100x100.jpg
$ fbi --version
fbi version 2.13, compiled on Aug 1 2017
(c) 1998-2016 Gerd Hoffmann <gerd@kraxel.org>
$ fbi -d /dev/dri/card1 -i
connectors for /dev/dri/card1:
virtual-1 : 320x240
$ .fbi -d /dev/dri/card1 Mystery-100x100.jpg
using "Droid Sans Mono-16", pixelsize=21.33 file=/usr/share/fonts/truetype/droid/DroidSansMono.ttf
trying drm: /dev/dri/card1 ...
ioctl VT_GETMODE: Inappropriate ioctl for device
NOTICE: No vt switching available on terminal.
NOTICE: Not started from linux console? CONFIG_VT=n?
Binary for Raspberry Pi:
$ wget http://tronnes.org/downloads/fbi
$ chmod +x fbi
$ ./fbi --version
fbi version 2.13, compiled on Aug 1 2017
(c) 1998-2016 Gerd Hoffmann <gerd@kraxel.org>