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/05 23:57] – [Dracut] 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/05   * Last updated: 2025/12/05
Line 308: Line 297:
  
   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 ====
Line 411: 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 445: 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.1764997029.txt.gz · Last modified: by Sean Rhone