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 revisionBoth sides next revision
distros:fedora_workstation_gnome [2019/09/11 07:43] Sean Rhonedistros:fedora_workstation_gnome [2019/09/23 13:13] Sean Rhone
Line 2: Line 2:
  
   * Fedora Workstation ((https://getfedora.org/en/workstation))   * Fedora Workstation ((https://getfedora.org/en/workstation))
-  * 30+  * 31 Beta
  
 ====== TODO ====== ====== TODO ======
Line 77: Line 77:
  
   sudo dnf config-manager --add-repo='http://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.repo'   sudo dnf config-manager --add-repo='http://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.repo'
- 
-===== pp3345/gnome-with-patches ===== 
- 
-  * https://copr.fedorainfracloud.org/coprs/pp3345/gnome-with-patches/ 
- 
-  sudo dnf copr enable 'pp3345/gnome-with-patches' 
- 
-===== gloriouseggroll/mesa-aco ===== 
- 
-  * https://copr.fedorainfracloud.org/coprs/gloriouseggroll/mesa-aco/ 
- 
-  sudo -e '/etc/yum.repos.d/mesa-aco.repo' 
  
 ====== Software ====== ====== Software ======
Line 269: Line 257:
  
   * 10-notch Transparency   * 10-notch Transparency
 +
 +===== Transmission =====
 +
 +  * Blocklist
 +
 +  http://john.bitsurge.net/public/biglist.p2p.gz
  
 ===== GRUB ===== ===== GRUB =====
Line 275: Line 269:
  
   * 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=''
Line 285: Line 280:
   sudo grub2-install '/dev/sda'   sudo grub2-install '/dev/sda'
  
-==== Other Parameters ====+==== GRUB ====
  
-  See [[notes:kernel_parameters|Kernel Parameters]] for other options+****
  
-==== AIO ====+  sudo -e '/etc/default/grub'
  
-=== Spinesnap ===+=== UEFI ===
  
-  Last updated: 2019/09/07+****
  
-  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y i915.enable_fbc=1 i915.fastboot=1 i915.enable_psr=1 usbcore.quirks=1b1c:1b38:gn,1b1c:1b3c:gn modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog intel_iommu=on pci=nocrs,pcie_bus_perf+  sudo grub2-mkconfig -o '/boot/efi/EFI/fedora/grub.cfg'
  
-==== blk_mq ====+=== Legacy ===
  
 **** ****
  
-  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y+  sudo grub2-mkconfig -o '/boot/grub2/grub.cfg'
  
-==== Reboot ====+==== Other Parameters ====
  
-  * ''efi'' is for UEFI systems +  * See [[notes:kernel_parameters|Kernel Parameters]] for other options
-  * ''pci'' is for Legacy systems and Coreboot with SeaBIOS payload +
-  * There are other values possible should either of those not work+
  
-  reboot=pci+==== AIO ====
  
-  reboot=efi+=== Spinesnap === 
 + 
 +  * Last updated: 2019/09/23 
 + 
 +  i915.enable_fbc=1 i915.fastboot=1 intel_iommu=on pci=nocrs,pcie_bus_perf
  
 ==== i915 ==== ==== i915 ====
  
-****+  i915.enable_fbc=1 i915.fastboot=1
  
-  i915.enable_fbc=1 i915.fastboot=1 i915.enable_psr=1+  i915.enable_psr=1
  
 ==== amdgpu ==== ==== amdgpu ====
Line 330: Line 327:
  
   cat '/sys/module/amdgpu/parameters/ppfeaturemask' | grep '4294967295'   cat '/sys/module/amdgpu/parameters/ppfeaturemask' | grep '4294967295'
- 
-==== Corsair USB Quirks ==== 
- 
-  * https://github.com/ckb-next/ckb-next/wiki/Troubleshooting#usbhid-quirks 
- 
-  usbcore.quirks=1b1c:1b38:gn,1b1c:1b3c:gn 
  
 ==== PCI ==== ==== PCI ====
Line 348: Line 339:
  
   intel_iommu=on   intel_iommu=on
- 
-==== Blacklist Watchdogs ==== 
- 
-  * ''iTCO_wdt'' controls watchdog on some Intel platforms 
-  * ''sp5100_tco'' controls watchdog on some AMD platforms 
-  * ''nowatchdog'' disables both soft and hard generic watchdogs 
-  * Apparently this reduces power usage slightly 
- 
-  modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog 
  
 ===== GNOME ===== ===== GNOME =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone