platform/upstream/kmscon.git
12 years agoAdd output subsystem
David Herrmann [Sat, 19 Nov 2011 23:09:39 +0000 (00:09 +0100)]
Add output subsystem

The output subsystem manages the connected monitors, provides framebuffers and
OpenGL contexts and handles all DRM/DRI/KMS related functionality.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
12 years agoNew kmscon project
David Herrmann [Sat, 19 Nov 2011 22:05:38 +0000 (23:05 +0100)]
New kmscon project

The kmscon application is a terminal emulator which runs on a native linux DRI
device. It uses linux KMS and DRI to get a working OpenGL context without the
need of an X-Server, Wayland or similar.

It is an attempt to replace the in-kernel VT emulator with a full userspace
console.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>