mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 18:54:48 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/kmscon
Normal file
25
tldr/linux/kmscon
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kmscon
|
||||
|
||||
> Use the framebuffer instead of text mode to draw a terminal in a TTY.
|
||||
> More information: <https://manned.org/man/fedora-43/kmscon>.
|
||||
|
||||
- Start `kmscon` on the first available TTY:
|
||||
|
||||
`sudo kmscon`
|
||||
|
||||
- Start `kmscon` in a specific TTY:
|
||||
|
||||
`sudo kmscon --vt {{/dev/ttyX|ttyX|X}}`
|
||||
|
||||
- Enable mouse support:
|
||||
|
||||
`sudo kmscon --mouse`
|
||||
|
||||
- Specify the command to use for login:
|
||||
|
||||
`sudo kmscon {{[-l|--login]}} {{command}}`
|
||||
Reference in New Issue
Block a user