This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit dab92df313f85c6585b7b2e0a17f910e25808c43
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Thu Aug 25 17:10:49 2022 +0200
README: add about running on the framebuffer
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index f13980b..d8d10a3 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``
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.