mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
509 B
Plaintext
26 lines
509 B
Plaintext
---
|
|
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}}`
|