This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fedora_silverblue [2025/10/03 12:06] – herwarth | fedora_silverblue [2025/11/30 06:34] (current) – herwarth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Fedora Silverblue====== | ======Fedora Silverblue====== | ||
| + | =====NVIDIA===== | ||
| + | < | ||
| + | sudo rpm-ostree install akmod-nvidia xorg-x11-drv-nvidia | ||
| + | sudo rpm-ostree kargs --append=rd.driver.blacklist=nouveau, | ||
| + | sudo rpm-ostree kargs --delete-if-present=rd.driver.blacklist=nouveau --delete-if-present=modprobe.blacklist=nouveau --delete-if-present=nvidia-drm.modeset=1 | ||
| + | </ | ||
| =====Grub===== | =====Grub===== | ||
| Grub with theming and manual add Windows boot | Grub with theming and manual add Windows boot | ||
| Line 31: | Line 37: | ||
| </ | </ | ||
| - | =====Minimize button in GNOME===== | + | =====GNOME |
| + | Minimize button | ||
| gsettings set org.gnome.desktop.wm.preferences button-layout ": | gsettings set org.gnome.desktop.wm.preferences button-layout ": | ||
| + | No logout prompt | ||
| + | gsettings set org.gnome.SessionManager logout-prompt false | ||
| =====Firefox codecs===== | =====Firefox codecs===== | ||
| rpm-ostree override remove noopenh264 --install openh264 | rpm-ostree override remove noopenh264 --install openh264 | ||
| + | This is better | ||
| + | rpm-ostree override reset noopenh264 --uninstall openh264 | ||
| + | rpm-ostree install libavcodec-freeworld | ||
| =====Zerotier===== | =====Zerotier===== | ||
| curl -s https:// | curl -s https:// | ||
| Line 111: | Line 123: | ||
| SystemAccount=true | SystemAccount=true | ||
| </ | </ | ||
| + | =====Disable donation notification===== | ||
| + | gsettings set org.gnome.settings-daemon.plugins.housekeeping donation-reminder-enabled false | ||
| ======Steam====== | ======Steam====== | ||
| =====Install====== | =====Install====== | ||
| Line 120: | Line 133: | ||
| Gnome and fractional scaling results in strange full-screen resolutions. If it cannot be fixed in game settings add a launch option in Steam game. For example: this starts full screen with the resolution of 2560x1440 and a refreshrate of 240Hz and HDR enabled. | Gnome and fractional scaling results in strange full-screen resolutions. If it cannot be fixed in game settings add a launch option in Steam game. For example: this starts full screen with the resolution of 2560x1440 and a refreshrate of 240Hz and HDR enabled. | ||
| gamescope -f --hdr-enabled -W 2560 -H 1440 -r 240 --force-grab-cursor -- %command% | gamescope -f --hdr-enabled -W 2560 -H 1440 -r 240 --force-grab-cursor -- %command% | ||
| + | ======Upgrade major version====== | ||
| + | < | ||
| + | sudo rpm-ostree update --uninstall rpmfusion-free-release --uninstall rpmfusion-nonfree-release --install rpmfusion-free-release --install rpmfusion-nonfree-release | ||
| + | </ | ||
| + | After reboot upgrade in GUI | ||
| {{tag> | {{tag> | ||