| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:distros:fedora_workstation_gnome [2026/01/10 23:16] – Sean Rhone | linux:distros:fedora_workstation_gnome [2026/02/25 15:13] (current) – Sean Rhone |
|---|
| |
| * https://docs.kernel.org/admin-guide/sysctl/kernel.html#unprivileged-bpf-disabled | * https://docs.kernel.org/admin-guide/sysctl/kernel.html#unprivileged-bpf-disabled |
| | * :?: This or Legacy MMap might cause Steam to crash on-start |
| |
| * ''kernel.unprivileged_bpf_disabled = 0'' | * ''kernel.unprivileged_bpf_disabled = 0'' |
| |
| * https://extensions.gnome.org/extension/545/hide-top-bar/ | * https://extensions.gnome.org/extension/545/hide-top-bar/ |
| | * https://extensions.gnome.org/extension/8008/disable-unredirect/ |
| === Disable Unredirect === | |
| | |
| * https://github.com/Exeos/disable-unredirect | |
| * Log out/in -> Manually enable from GNOME Extensions app | |
| | |
| sudo dnf install 'git-core' | |
| | |
| git clone --branch 'master' --depth '1' --recurse-submodules 'https://github.com/Exeos/disable-unredirect.git' '/tmp/disable-unredirect-exeos' | |
| | |
| mv -f '/tmp/disable-unredirect-exeos/src' ~/'.local/share/gnome-shell/extensions/disable-unredirect@exeos' | |
| | |
| rm -Rf '/tmp/disable-unredirect-exeos' | |
| |
| ==== gsettings ==== | ==== gsettings ==== |
| ===== Spinesnap ===== | ===== Spinesnap ===== |
| |
| * [[devices;dell_latitude_5591_spinesnap#bios_settings|fwupdmgr BIOS Settings]] | * [[devices:dell_latitude_5591_spinesnap#fwupdmgr|fwupdmgr BIOS Settings]] |
| |
| * Last updated: 2025/12/05 | * Last updated: 2025/12/05 |
| |
| GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi='!!' acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' mitigations='off' preempt='full' iommu='pt' pci='nocrs,pcie_bus_perf,realloc,pcie_scan_all,big_root_window' module_blacklist='iTCO_wdt,intel_oc_wdt' nowatchdog tsc='nowatchdog' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0'" | GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi='!!' acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' mitigations='off' preempt='full' iommu='pt' pci='nocrs,pcie_bus_perf,realloc,pcie_scan_all,big_root_window' module_blacklist='iTCO_wdt,intel_oc_wdt' nowatchdog tsc='nowatchdog' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0'" |
| | |
| | ===== Piety ===== |
| | |
| | * Last updated: 2026/02/25 |
| | |
| | sudo -e '/etc/default/grub' && sudo restorecon -F -I '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/grub2/grub.cfg' && sudo restorecon -F -I '/boot/grub2/grub.cfg' |
| | |
| | GRUB_TIMEOUT=3 |
| | |
| | #GRUB_CMDLINE_LINUX="rhgb quiet" |
| | |
| | GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' mitigations='off' preempt='full' iommu='pt' pci='nocrs,pcie_bus_perf,realloc,pcie_scan_all,big_root_window' module_blacklist='iTCO_wdt,intel_oc_wdt' nowatchdog tsc='nowatchdog' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0'" |
| |
| ==== modprobe.d ==== | ==== modprobe.d ==== |
| <code> | <code> |
| # General | # General |
| export LD_BIND_NOW='1' | #export LD_BIND_NOW='1' |
| export LD_PREFER_MAP_32BIT_EXEC='1' | #export LD_PREFER_MAP_32BIT_EXEC='1' |
| |
| # GTK | # GTK |
| ===== journald ===== | ===== journald ===== |
| |
| sudo -e '/etc/systemd/journald.conf.d/99-tweaks.conf' && sudo restorecon -F -I '/etc/systemd/journald.conf.d/99-tweaks.conf' && sudo journalctl --vacuum-time='1s' --rotate | sudo mkdir -p '/etc/systemd/journald.conf.d' && sudo -e '/etc/systemd/journald.conf.d/99-tweaks.conf' && sudo restorecon -F -I '/etc/systemd/journald.conf.d/99-tweaks.conf' && sudo journalctl --vacuum-time='1s' --rotate |
| |
| <code> | <code> |