projects
/
platform
/
upstream
/
kmscon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc6975
)
Add console subsystem to README
author
David Herrmann
<dh.herrmann@googlemail.com>
Sun, 20 Nov 2011 16:58:32 +0000
(17:58 +0100)
committer
David Herrmann
<dh.herrmann@googlemail.com>
Sun, 20 Nov 2011 16:58:32 +0000
(17:58 +0100)
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
aee4bea
..
7457e6e
100644
(file)
--- a/
README
+++ b/
README
@@
-39,6
+39,9
@@
console.
The kmscon code is split into several independent subsystems:
- output:
This code manages the KMS/DRI output and provides OpenGL framebuffers.
+ - console:
+ This draws the text on the screen and provides an API for any terminal
+ emulator to visualize its contents.
- evdev:
All linux input events are captured here and converted to Unicode
characters for input handling.