Skip to content

Instantly share code, notes, and snippets.

@eclecticc
Last active January 24, 2023 05:20
Show Gist options
  • Save eclecticc/57963061c3ae5f22639c7d0a0b2f1425 to your computer and use it in GitHub Desktop.
Save eclecticc/57963061c3ae5f22639c7d0a0b2f1425 to your computer and use it in GitHub Desktop.
Fedora 37 Installation on the Framework Laptop commands
# 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"
@eclecticc
Copy link
Author

Great idea. Added.

@ctsdownloads
Copy link

Please update this to Fedora 37.

Fedora 36 Installation on the Framework Laptop

into

Fedora 37 Installation on the Framework Laptop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment