README: add about running on the framebuffer

pull/8/head
Boris Faure 1 year ago
parent cf7806d7d8
commit dab92df313
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
  1. 10
      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``

Loading…
Cancel
Save