Thinkpad
A T480s with Fedora Silverblue.
Layered Packages¶
# Gnome tweaks for keyboard config
# tmux for console multiplexing
$ sudo rpm-ostree install gnome-tweaks tmux
# Distrobox better than toolbox
$ sudo rpm-ostree install distrobox
# Ghostty is just nice
$ curl -fsSL "https://copr.fedorainfracloud.org/coprs/scottames/ghostty/repo/fedora-${VERSION_ID}/scottames-ghostty-fedora-${VERSION_ID}.repo" | sudo tee /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:scottames:ghostty.repo
$ sudo rpm-ostree install ghostty
Fingerprint Reader¶
TBD
https://www.reddit.com/r/Fedora/comments/s2l6i4/how_to_enabling_the_fingerprint_reader_on_the/ https://www.reddit.com/r/Fedora/comments/oik8sq/comment/h4xvrqv/
Card Reader¶
Disabled since it is hardly ever used.
Comment out the below and reboot if is becomes necessary.
$ cat /etc/udev/rules.d/ignore-cardreader.rules
# Disable SD cardreader
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0bda", ATTR{idProduct}=="0316", ATTR{authorized}="0"
$ cat /etc/udev/rules.d/ignore-smartcardreader.rules
# Disable SmartCard reader
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="058f", ATTR{idProduct}=="9540", ATTR{authorized}="0"
From https://forums.linuxmint.com/viewtopic.php?t=309559