diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-09 14:19:17 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-09 14:19:17 +0100 |
commit | 89b6ff63fc7e8d4b1d2c23f57312d31dddfb5259 (patch) | |
tree | 3ca0b775680ddb1b7a00f5d814b43f9f3f644702 /docs | |
parent | 5e8ce520c2a77e5899d301722751a528e012f967 (diff) |
seat: always activate fake-VTs during startup
Instead of relying on --switchvt, we should always activate fake-VTs
during startup. Otherwise, we might end up with dead seats as there is no
way to wake up kmscon later.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/kmscon.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/man/kmscon.xml b/docs/man/kmscon.xml index e49cd2c..3db1ab9 100644 --- a/docs/man/kmscon.xml +++ b/docs/man/kmscon.xml @@ -154,12 +154,6 @@ option makes kmscon activate this VT during startup. The same way, during shutdown kmscon will reactivate the VT that was previously active. (default: on)</para> - - <para>Note that this option is required on seats without virtual - terminals, as there is no way to notify kmscon to activate - later. - So disable this option only during debugging or on seats with - virtual terminals.</para> </listitem> </varlistentry> |