Description
Provides updated packages for kmscon and libtsm, based on Aetf's fork.
Installation Instructions
Installation
sudo dnf copr enable jfalempe/kmscon
sudo dnf install kmscon
Configure kmscon
To configure kmscon, you can create the file /etc/kmscon/kmscon.conf For example, if you want to use a dvorak keyboard layout:
sudo mkdir -p /etc/kmscon
echo "xkb-layout=us" | sudo tee -a /etc/kmscon/kmscon.conf
echo "xkb-variant=dvorak-alt-intl" | sudo tee -a /etc/kmscon/kmscon.conf
Enable kmscon for all tty
sudo ln -s /usr/lib/systemd/system/kmsconvt@.service /etc/systemd/system/autovt@.service
Then to switch to your kmscon, press ctrl+alt+F3 (and press ctrl+alt+F2 to come back to the graphical session).
Uninstall
sudo rm /etc/systemd/system/autovt@.service
sudo dnf remove kmscon
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (14)*, x86_64 (21)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (18)*, x86_64 (129)* | Fedora 41 (38 downloads) |
![]() |
aarch64 (6)*, x86_64 (64)* | Fedora 42 (17 downloads) |
![]() |
aarch64 (14)*, x86_64 (70)* | Fedora rawhide (28 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jfalempe/kmscon
More info about enabling Copr repositories