diff options
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 |
commit | 176a70b2f2482f818ba7a2601d49b3312c28ef76 (patch) | |
tree | 0fa95fac37e3124c9d8ae1bbe75562fe291104ea /system/evdi-kernel/README | |
parent | bbed686fda899c890d9e49d6420fe4cf45973283 (diff) | |
download | slackbuilds-176a70b2f2482f818ba7a2601d49b3312c28ef76.tar.gz |
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/README | 5 |
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. |