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 21:49] 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 76: Line 76:
   sudo dnf remove libvirt-client anaconda-*   sudo dnf remove libvirt-client anaconda-*
  
-==== Firmware ====+=== 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 134: 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 206: 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 297: Line 286:
 ===== 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 307: Line 296:
   #GRUB_CMDLINE_LINUX="rhgb quiet"   #GRUB_CMDLINE_LINUX="rhgb quiet"
  
-  GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi='!' acpi_osi='Windows 2013' 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 ====
Line 322: Line 323:
  
 kernel_cmdline="rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0" 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_drivers+=" intel_oc_wdt iTCO_wdt iTCO_vendor_support fuse thunderbolt "
Line 336: Line 339:
 ==== systemd-analyze ==== ==== systemd-analyze ====
  
-  * 2025/12/04+  * 2025/12/05
  
 <code> <code>
-Startup finished in 4.564s (firmware) + 661ms (loader) + 462ms (kernel) + 1.870s (initrd) + 6.883s (userspace) = 14.441s  +Startup finished in 4.211s (firmware) + 695ms (loader) + 480ms (kernel) + 1.737s (initrd) + 7.100s (userspace) = 14.224s  
-graphical.target reached after 6.883s in userspace.</code>+graphical.target reached after 7.100s in userspace.</code>
  
   systemd-analyze   systemd-analyze
Line 409: 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 443: 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>
/usr/local/www/wiki/data/attic/linux/distros/fedora_workstation_gnome.1764902955.txt.gz · Last modified: by Sean Rhone