From dab92df313f85c6585b7b2e0a17f910e25808c43 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 25 Aug 2022 17:10:49 +0200 Subject: [PATCH] README: add about running on the framebuffer --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f13980be..d8d10a36 100644 --- a/README.md +++ b/README.md @@ -432,3 +432,13 @@ How to build with verbose output (full commands run): ```sh ninja -C build -v ``` + +## Running on framebuffer + +Terminology can run on the framebuffer, if EFL is compiled with ``fb`` or +``drm`` support. +Then the following environment need to be set: + +* ``ELM_DISPLAY=fb`` +* ``ELM_ACCEL=none`` +* ``EVAS_FB_DEV=/dev/fb0``