diff options
author | B. Watson <yalhcru@gmail.com> | 2014-10-17 08:52:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-17 08:52:55 +0700 |
commit | c9082984bbb9e4fe6790846a430d677a4d8c6b19 (patch) | |
tree | 566a831bae4dc72248f6597475c80043ececac55 /system/kmscon/README | |
parent | b4adb046e5ef406d91a16c3e296c643c984acbaa (diff) | |
download | slackbuilds-c9082984bbb9e4fe6790846a430d677a4d8c6b19.tar.gz |
system/kmscon: Added (KMS/DRM based System Console).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kmscon/README')
-rw-r--r-- | system/kmscon/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/kmscon/README b/system/kmscon/README new file mode 100644 index 0000000000..d54b82578b --- /dev/null +++ b/system/kmscon/README @@ -0,0 +1,13 @@ +kmscon (KMS/DRM based System Console) + +kmscon is a system console for linux. It does not depend on any +graphics-server on your system (like X.org), but instead provides a raw +console layer that can be used independently. It can replace the linux +kernel console entirely but was designed to work well side-by-side, +too. Even though initially targeted at providing internationalization +to the system-console, it has grown into a fully modularized console +layer including features like multi-head support, internationalized +font rendering, XKB-compatible keyboard handling, hardware-accelerated +graphics access and more. + +For Slackware-specific notes on kmscon, see README.Slackware. |