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 (12)*, x86_64 (19)* | Fedora 40 (26 downloads) |
![]() |
aarch64 (16)*, x86_64 (111)* | Fedora 41 (37 downloads) |
![]() |
aarch64 (4)*, x86_64 (52)* | Fedora 42 (16 downloads) |
![]() |
aarch64 (12)*, x86_64 (62)* | Fedora rawhide (26 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jfalempe/kmscon
More info about enabling Copr repositories