User Tools

Site Tools


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
Next revisionBoth sides next revision
distros:fedora_workstation_gnome [2019/10/29 06:43] – [System] Sean Rhonedistros:fedora_workstation_gnome [2019/11/17 14:50] Sean Rhone
Line 6: Line 6:
 ====== Issues ====== ====== Issues ======
  
-  * KeePassXC loads databases slower specifically on Fedora vs other distros +  * KeePassXC loads databases slower specifically on Fedora vs other distros ((https://bugzilla.redhat.com/show_bug.cgi?id=1653435))
-  * ''dnf autoremove'' has been broken for weeks on fresh Fedora 30 and 31 installs+
  
 ====== TODO ====== ====== TODO ======
Line 100: Line 99:
   * :!: This will vary depending on the Fedora image version used   * :!: This will vary depending on the Fedora image version used
  
-  sudo dnf remove *5.0.9* +  sudo dnf remove *5.3.7*
- +
-=== Various === +
- +
-  * Collection of various update and maintenance commands +
- +
-  sudo dnf clean 'all' +
- +
-  sudo dnf distro-sync +
- +
-  sudo dnf update +
- +
-  sudo fwupdmgr refresh && fwupdmgr update --verbose +
- +
-  sudo flatpak update +
- +
-  sudo rm -Rfv '/usr/lib64/firefox/browser/features' '/home/'*'/.mozilla/firefox/'*'/features' +
- +
-  sudo wget -O '/etc/hosts' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' +
- +
-  sudo fstrim --all --verbose && sync && read -n '1' -s -r -p 'Done' && sleep '2''"+
  
 ==== Firmware ==== ==== Firmware ====
Line 153: Line 132:
   * ''p7zip-plugins'' provides ''7z'' which can be used for extracting ISOs and other formats   * ''p7zip-plugins'' provides ''7z'' which can be used for extracting ISOs and other formats
  
-  sudo dnf install filezilla keepassxc p7zip p7zip-plugins unar aria2 gimp transmission-gtk hdparm nano htop wget irqbalance evolution flashrom+  sudo dnf install filezilla keepassxc p7zip p7zip-plugins unar aria2 gimp transmission-gtk hdparm nano htop wget irqbalance evolution flashrom exfat-utils fuse-exfat
  
 ===== RPM Fusion ===== ===== RPM Fusion =====
Line 164: Line 143:
  
 ==== nonfree ==== ==== nonfree ====
- 
-  * :!: Spinesnap needs ''broadcom-wl'', and for ''akmods --force'' to be ran after installation 
  
   steam   steam
  
-  broadcom-wl+  akmod-nvidia
  
 ===== Game Controllers ===== ===== Game Controllers =====
Line 302: Line 279:
  
   * Add commands within ''args''   * Add commands within ''args''
-  * :!: As of 2019/09/23, ''grubby'' doesn't exist on Fedora 31 beta by-default 
  
   sudo grubby --update-kernel='ALL' --args=''   sudo grubby --update-kernel='ALL' --args=''
- 
-=== Error Fix === 
- 
-  * https://bugzilla.redhat.com/show_bug.cgi?id=1688643#c16 
-  * :!: This only applies to Legacy/MBR installs 
- 
-  sudo grub2-install '/dev/sda' 
- 
-==== GRUB ==== 
- 
-**** 
- 
-  sudo -e '/etc/default/grub' 
- 
-=== UEFI === 
- 
-**** 
- 
-  sudo grub2-mkconfig -o '/boot/efi/EFI/fedora/grub.cfg' 
- 
-=== Legacy === 
- 
-**** 
- 
-  sudo grub2-mkconfig -o '/boot/grub2/grub.cfg' 
  
 ==== Other Parameters ==== ==== Other Parameters ====
  
-  * See [[notes:kernel_parameters|Kernel Parameters]] for other options+  * See [[notes:kernel_parameters|Kernel Parameters]] for other options and non-grubby configuration
  
 ==== AIO ==== ==== AIO ====
Line 339: Line 290:
 === Spinesnap === === Spinesnap ===
  
-  * Last updated: 2019/10/22+  * Last updated: 2019/11/17
  
-  i915.enable_fbc=1 i915.fastboot=1 pci=nocrs,pcie_bus_perf+  i915.enable_fbc=1 i915.fastboot=1
  
 ==== i915 ==== ==== i915 ====
Line 471: Line 422:
 wifi.powersave=2</code> wifi.powersave=2</code>
  
-==== Spinesnap ====+==== Broadcom ====
  
   * https://fedoraproject.org/wiki/Common_F30_bugs#broadcom-wl-mesh   * https://fedoraproject.org/wiki/Common_F30_bugs#broadcom-wl-mesh
Line 486: Line 437:
 [connection] [connection]
 wifi.powersave=2</code> wifi.powersave=2</code>
 +
 +=== Driver Reload ===
 +
 +  * :!: ''wl'' is particularly picky on Fedora and usually when connecting to new APs, the driver needs outright reloaded
 +
 +  sudo modprobe -r 'wl' && sudo modprobe -i 'wl' && sync
  
 ===== Laptop Power Management ===== ===== Laptop Power Management =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/04/07 15:21 by Sean Rhone