summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-08-12 13:33:10 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-08-12 13:35:18 +0200
commite1c591a3ef1946d9e2020acd6194cf0697e98340 (patch)
tree53c739ea53fc66df729d7577266d0a32e55f4cf1 /.gitignore
parent9bce87d56448017d5121e93a26246402b9d59cef (diff)
fakevt: add fakevt helper for VT-less systems
The fakevt helper binary can be used on VT-less systems or seats to make kmscon activate the fake VT and deactivate it. This way, you can control when kmscon acquires video devices and when it releases them. This is a global setting that affects all seats where kmscon is running except seat0 if it uses real VTs. This should only be used for debugging. This is really no intended for use in production. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fbb1c06..3d29dda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.lo
*.la
kmscon
+fakevt
/test_*
Makefile
Makefile.in