User Tools

Site Tools


linux:distros:fedora_workstation_gnome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:fedora_workstation_gnome [2025/12/04 16:39] – [lsinitrd] Sean Rhonelinux:distros:fedora_workstation_gnome [2026/02/25 15:13] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Fedora Workstation+  * Fedora Linux ((https://www.fedoraproject.org/)) 
 +  * Workstation ((https://www.fedoraproject.org/workstation/))
   * 43   * 43
-  * https://www.fedoraproject.org/workstation/ 
  
   Fedora Linux 43 (Workstation Edition)   Fedora Linux 43 (Workstation Edition)
Line 70: Line 70:
   sudo dnf remove gnome-weather gnome-software gnome-clocks mediawrite* plymouth   sudo dnf remove gnome-weather gnome-software gnome-clocks mediawrite* plymouth
  
-==== Firmware ====+==== Test ====
  
 **** ****
 +
 +  sudo dnf remove libvirt-client anaconda-*
 +
 +=== Firmware ===
 +
 +  * :?: Might make initramfs smaller, but could be dracut omitted?
  
   sudo dnf remove 'amd-gpu-firmware' 'nvidia-gpu-firmware' 'atheros-firmware' 'mt7xxx-firmware'   sudo dnf remove 'amd-gpu-firmware' 'nvidia-gpu-firmware' 'atheros-firmware' 'mt7xxx-firmware'
Line 128: Line 134:
  
   * 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''
Line 200: Line 207:
  
   * 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 ====
Line 288: Line 283:
  
   * [[linux:notes:kernel_parameters|More Kernel Parameters]]   * [[linux:notes:kernel_parameters|More Kernel Parameters]]
- 
-===== modprobe.d ===== 
- 
-  * See [[linux;notes;modprobe.d_tweaks|Tweaks]] 
  
 ===== 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/04+  * Last updated: 2025/12/05
  
   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'   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'
Line 305: Line 296:
   #GRUB_CMDLINE_LINUX="rhgb quiet"   #GRUB_CMDLINE_LINUX="rhgb quiet"
  
-  GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi='!' acpi_osi='Windows 2012' reboot='pci' hibernate='no' idle='halt' nohz='off' mitigations='off' preempt='full' iommu='pt' pci='pcie_bus_perf,realloc,pcie_scan_all,big_root_window' pcie_aspm='off' 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 ==== 
 + 
 +  * [[linux;notes;modprobe.d_tweaks#spinesnap|Notes]] 
 + 
 +==== Dracut ==== 
 + 
 +  sudo -e '/etc/dracut.conf.d/99-spinesnap.conf' && sudo restorecon -F -I '/etc/dracut.conf.d/99-spinesnap.conf' && sudo dracut --force --regenerate-all 
 + 
 +<code> 
 +early_microcode="no" 
 +nofscks="yes" 
 + 
 +kernel_cmdline="rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0" 
 + 
 +force_drivers+=" i915 " 
 + 
 +omit_drivers+=" intel_oc_wdt iTCO_wdt iTCO_vendor_support fuse thunderbolt " 
 +omit_dracutmodules+=" fips-crypto-policies systemd-pcrphase tpm2-tss memstrack i18n systemd-battery-check nss-softokn " 
 + 
 +# End</code>
  
 ==== Dell Fan Speed ==== ==== Dell Fan Speed ====
Line 315: Line 339:
 ==== systemd-analyze ==== ==== systemd-analyze ====
  
-  * 2025/12/04+  * 2025/12/05
  
 <code> <code>
-Startup finished in 4.567s (firmware) + 661ms (loader) + 493ms (kernel) + 1.889s (initrd) + 7.094s (userspace) = 14.706s  +Startup finished in 4.211s (firmware) + 695ms (loader) + 480ms (kernel) + 1.737s (initrd) + 7.100s (userspace) = 14.224s  
-graphical.target reached after 7.094s in userspace.</code>+graphical.target reached after 7.100s in userspace.</code>
  
   systemd-analyze   systemd-analyze
Line 327: Line 351:
   * 2025/12/04   * 2025/12/04
  
-  Image: /boot/initramfs-6.17.9-300.fc43.x86_64.img: 44M+  Image: /boot/initramfs-6.17.9-300.fc43.x86_64.img: 38M
  
   lsinitrd   lsinitrd
Line 339: Line 363:
   sudo efibootmgr --delete-bootnum --bootnum '0000'   sudo efibootmgr --delete-bootnum --bootnum '0000'
  
-  sudo efibootmgr --create --disk '/dev/nvme0n1p1' --full-dev-path --gpt --loader '\EFI\fedora\grubx64.efi' --label 'Fedora-GRUB' --timeout '0'+  sudo efibootmgr --create --disk '/dev/nvme0n1p1' --file-dev-path --gpt --loader '\EFI\fedora\grubx64.efi' --label 'Fedora-GRUB' --timeout '0'
  
 ===== Boot Options ===== ===== Boot Options =====
Line 388: Line 412:
 <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
-export GSK_RENDERER='vulkan'+export GSK_RENDERER='cairo'
 export GTK_A11Y='none' export GTK_A11Y='none'
  
Line 422: Line 446:
 ===== 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>
Line 451: Line 475:
 ===== Dracut ===== ===== Dracut =====
  
-  sudo -e '/etc/dracut.conf.d/99-custom.conf' && sudo restorecon -F -I '/etc/dracut.conf.d/99-custom.conf' && sudo dracut --force --regenerate-all+  sudo -e '/etc/dracut.conf.d/99-tweaks.conf' && sudo restorecon -F -I '/etc/dracut.conf.d/99-tweaks.conf' && sudo dracut --force --regenerate-all
  
 <code> <code>
Line 465: Line 489:
 enhanced_cpio="no" enhanced_cpio="no"
 i18n_install_all="no" i18n_install_all="no"
- 
-# Machine-specific 
-early_microcode="no" 
-nofscks="yes" 
-kernel_cmdline="rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0" 
-force_drivers+=" i915 " 
-omit_drivers+=" intel_oc_wdt iTCO_wdt iTCO_vendor_support fuse thunderbolt " 
-omit_dracutmodules+=" fips-crypto-policies systemd-pcrphase tpm2-tss memstrack i18n systemd-battery-check nss-softokn " 
  
 # End</code> # End</code>
/usr/local/www/wiki/data/attic/linux/distros/fedora_workstation_gnome.1764884379.txt.gz · Last modified: by Sean Rhone