summaryrefslogtreecommitdiffstats
path: root/system/evdi-kernel/README
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2017-09-14 07:34:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-14 07:34:29 +0700
commit176a70b2f2482f818ba7a2601d49b3312c28ef76 (patch)
tree0fa95fac37e3124c9d8ae1bbe75562fe291104ea /system/evdi-kernel/README
parentbbed686fda899c890d9e49d6420fe4cf45973283 (diff)
downloadslackbuilds-176a70b2f2482f818ba7a2601d49b3312c28ef76.tar.gz
slackbuilds-176a70b2f2482f818ba7a2601d49b3312c28ef76.tar.xz
system/evdi-kernel: Added (Extensible Virtual Display Interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/evdi-kernel/README')
-rw-r--r--system/evdi-kernel/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/evdi-kernel/README b/system/evdi-kernel/README
new file mode 100644
index 0000000000..a9c13ad6c9
--- /dev/null
+++ b/system/evdi-kernel/README
@@ -0,0 +1,5 @@
+The Extensible Virtual Display Interface (EVDI) is a Linux kernel
+module that enables management of multiple screens, allowing user-space
+programs to take control over what happens with the image. It is
+essentially a virtual display you can add, remove and receive screen
+updates for, in an application that uses the libevdi library.