LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kmscon

terminal emulator that runs on the Linux console using the kernel mode setting

TLDR

Start kmscon on the first available TTY
$ sudo kmscon
copy
Start on a specific TTY
$ sudo kmscon --vt [/dev/ttyX]
copy
Enable mouse support
$ sudo kmscon --mouse
copy
Specify login command
$ sudo kmscon -l [command]
copy

SYNOPSIS

kmscon [options]

DESCRIPTION

kmscon is a terminal emulator that runs on the Linux console using the kernel mode setting (KMS) and framebuffer. It provides a modern terminal experience on TTYs without requiring X11.Unlike the traditional text-mode VT, kmscon uses the GPU framebuffer, enabling features like Unicode support, TrueType fonts, and hardware-accelerated rendering on virtual terminals.

PARAMETERS

--vt TTY

Specify the virtual terminal to use
--mouse
Enable mouse support
-l, --login COMMAND
Specify the login command to execute
--font-name NAME
Set the font to use
--font-size SIZE
Set font size in points

INSTALL

sudo dnf install kmscon
copy
sudo pacman -S kmscon
copy
sudo zypper install kmscon
copy
nix profile install nixpkgs#kmscon
copy

CAVEATS

Requires KMS support from the graphics driver. May conflict with other framebuffer applications. Some systems may need kernel parameters adjusted for proper operation.

HISTORY

kmscon was developed as part of the systemd project to provide a modern replacement for the Linux VT subsystem. It uses libtsm for terminal emulation and works with Wayland-like infrastructure.

SEE ALSO

getty(8), agetty(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid