diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 16:35:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 16:35:29 -0500 |
commit | 830cd2ac6ecce6b027d947fcdc724dd27a33813a (patch) | |
tree | 08d4f60e9176292f98e47d1f50b77f1f49ec0122 /Documentation/kernel-parameters.txt | |
parent | 64227cd83d5f9d7b7ce5514a693252c2952366f6 (diff) | |
parent | b434a680a29424856e0f40199daa9f65963c7cb4 (diff) |
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
vgacon: Add support for setting the default cursor state
vc: Add support for hiding the cursor when creating VTs
x86, setup: Store the boot cursor state
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-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 495a39a77341..777dc8a32df8 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2747,6 +2747,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2747 | Default is 1, i.e. UTF-8 mode is enabled for all | 2747 | Default is 1, i.e. UTF-8 mode is enabled for all |
2748 | newly opened terminals. | 2748 | newly opened terminals. |
2749 | 2749 | ||
2750 | vt.global_cursor_default= | ||
2751 | [VT] | ||
2752 | Format=<-1|0|1> | ||
2753 | Set system-wide default for whether a cursor | ||
2754 | is shown on new VTs. Default is -1, | ||
2755 | i.e. cursors will be created by default unless | ||
2756 | overridden by individual drivers. 0 will hide | ||
2757 | cursors, 1 will display them. | ||
2758 | |||
2750 | waveartist= [HW,OSS] | 2759 | waveartist= [HW,OSS] |
2751 | Format: <io>,<irq>,<dma>,<dma2> | 2760 | Format: <io>,<irq>,<dma>,<dma2> |
2752 | 2761 | ||