snippetbashTip
kmscon — Use the framebuffer instead of text mode to draw a terminal in a TTY. More information: <https://man
Viewed 0 times
thecommandtextkmsconframebufferusecliinstead
linux
Problem
How to use the
kmscon command: Use the framebuffer instead of text mode to draw a terminal in a TTY. More information: <https://manned.org/man/fedora-43/kmscon>.Solution
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 kmsconStart
kmscon in a specific TTY:sudo kmscon --vt {{/dev/ttyX|ttyX|X}}Enable mouse support:
sudo kmscon --mouseSpecify the command to use for login:
sudo kmscon {{[-l|--login]}} {{command}}Code Snippets
Start `kmscon` on the first available TTY
sudo kmsconStart `kmscon` in a specific TTY
sudo kmscon --vt {{/dev/ttyX|ttyX|X}}Enable mouse support
sudo kmscon --mouseSpecify the command to use for login
sudo kmscon {{[-l|--login]}} {{command}}Context
tldr-pages: linux/kmscon
Revisions (0)
No revisions yet.