diff options
author | Matthew Garrett <mjg@redhat.com> | 2009-11-13 15:14:11 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-11-13 18:54:27 -0500 |
commit | f6c06b6807ff9281295989ebad72523865325a4f (patch) | |
tree | 152182be618e67caa89f46ef05b14ad8c075540e /Documentation | |
parent | d9b263528e01bfbaf716b51f38606b3dfe5ac1e9 (diff) |
vc: Add support for hiding the cursor when creating VTs
Add support for setting a global default for whether or not a visible
cursor should be enabled when creating VCs. The default will be to do so,
unless overridden by the user at boot time or by a driver.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
LKML-Reference: <1258143251-5818-1-git-send-email-mjg@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9107b387e91f..dd42eb65fd27 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2729,6 +2729,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2729 | Default is 1, i.e. UTF-8 mode is enabled for all | 2729 | Default is 1, i.e. UTF-8 mode is enabled for all |
2730 | newly opened terminals. | 2730 | newly opened terminals. |
2731 | 2731 | ||
2732 | vt.global_cursor_default= | ||
2733 | [VT] | ||
2734 | Format=<-1|0|1> | ||
2735 | Set system-wide default for whether a cursor | ||
2736 | is shown on new VTs. Default is -1, | ||
2737 | i.e. cursors will be created by default unless | ||
2738 | overridden by individual drivers. 0 will hide | ||
2739 | cursors, 1 will display them. | ||
2740 | |||
2732 | waveartist= [HW,OSS] | 2741 | waveartist= [HW,OSS] |
2733 | Format: <io>,<irq>,<dma>,<dma2> | 2742 | Format: <io>,<irq>,<dma>,<dma2> |
2734 | 2743 | ||