aboutsummaryrefslogtreecommitdiff
path: root/system/evdi/README
diff options
context:
space:
mode:
authorAndre Barboza <bmg.andre@gmail.com>2017-09-14 07:35:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-14 07:35:43 +0700
commite2a36ab905c1973a0fe929411193b7e448d36774 (patch)
tree837eff7b6e5f76f5e8ffba898c3ee5538c4a7570 /system/evdi/README
parent176a70b2f2482f818ba7a2601d49b3312c28ef76 (diff)
system/evdi: Added (Extensible Virtual Display Interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/evdi/README')
-rw-r--r--system/evdi/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/evdi/README b/system/evdi/README
new file mode 100644
index 0000000000..a9c13ad6c9
--- /dev/null
+++ b/system/evdi/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.