Last active
January 24, 2023 05:20
-
-
Save eclecticc/57963061c3ae5f22639c7d0a0b2f1425 to your computer and use it in GitHub Desktop.
Fedora 37 Installation on the Framework Laptop commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure to update your packages first | |
sudo dnf upgrade | |
# If you want to enable fractional scaling: | |
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" | |
# If you want to enable tap-to-click on the touchpad: | |
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true | |
# If your SSD is one that needs the standby power saving workaround | |
sudo grubby --update-kernel=ALL --args="nvme.noacpi=1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please update this to Fedora 37.
Fedora 36 Installation on the Framework Laptop
into
Fedora 37 Installation on the Framework Laptop