diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-12 13:33:10 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-08-12 13:35:18 +0200 |
commit | e1c591a3ef1946d9e2020acd6194cf0697e98340 (patch) | |
tree | 53c739ea53fc66df729d7577266d0a32e55f4cf1 /.gitignore | |
parent | 9bce87d56448017d5121e93a26246402b9d59cef (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ *.lo *.la kmscon +fakevt /test_* Makefile Makefile.in |