README: add about running on the framebuffer

This commit is contained in:
Boris Faure 2022-08-25 17:10:49 +02:00
parent cf7806d7d8
commit dab92df313
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 10 additions and 0 deletions

View File

@ -432,3 +432,13 @@ How to build with verbose output (full commands run):
```sh ```sh
ninja -C build -v 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``