Files
cheatsheet-tldr/tldr/linux/kmscon
2026-01-06 00:22:28 +00:00

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}}`