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/08/16 06:28] Sean Rhonedistros:fedora_workstation_gnome [2019/08/17 22:54] Sean Rhone
Line 130: Line 130:
  
   steam   steam
- 
-===== numactl ===== 
- 
-**** 
- 
-  numactl 
  
 ===== Game Controllers ===== ===== Game Controllers =====
Line 272: Line 266:
  
   * https://bugzilla.redhat.com/show_bug.cgi?id=1688643#c16   * https://bugzilla.redhat.com/show_bug.cgi?id=1688643#c16
 +  * :!: This only applies to Legacy/MBR installs
  
   sudo grub2-install '/dev/sda'   sudo grub2-install '/dev/sda'
Line 280: Line 275:
  
 ==== AIO ==== ==== AIO ====
- 
-=== Nightwane === 
- 
-  * Last updated: 2019/05/26 
- 
-  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y reboot=pci pcie_aspm=force nohz=on modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog 
  
 === Spinesnap === === Spinesnap ===
  
-  * Last updated: 2019/05/22+  * Last updated: 2019/08/17
  
-  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y reboot=pci pcie_aspm=force i915.enable_fbc=1 i915.fastboot=1 modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog+  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y reboot=efi pcie_aspm=force i915.enable_fbc=1 i915.fastboot=1 modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog
  
 ==== blk_mq ==== ==== blk_mq ====
Line 341: Line 330:
  
   cat '/sys/module/amdgpu/parameters/ppfeaturemask' | grep '4294967295'   cat '/sys/module/amdgpu/parameters/ppfeaturemask' | grep '4294967295'
- 
-=== DC Disable === 
- 
-  * TODO: Test this with eGPU on Spinesnap 
- 
-  amdgpu.dc=0 amdgpu.audio=0 amdgpu.pcie_gen2=1 
  
 ==== Blacklist Watchdogs ==== ==== Blacklist Watchdogs ====
Line 442: Line 425:
 ethernet.cloned-mac-address=random ethernet.cloned-mac-address=random
 wifi.cloned-mac-address=random wifi.cloned-mac-address=random
 +
 +[connection]
 +wifi.powersave=2</code>
 +
 +==== Spinesnap ====
 +
 +  * :!: Random MAC scanning causes the Broadcom driver to become unstable
 +  * :!: TODO: Link bug report
 +
 +  sudo -e '/etc/NetworkManager/conf.d/99-custom.conf'
 +
 +<code>
 +[device]
 +match-device=driver:wl
 +wifi.scan-rand-mac-address=no
  
 [connection] [connection]
Line 582: Line 580:
  
 ===== Spinesnap ===== ===== Spinesnap =====
 +
 +  * :!: TODO: This doesn't work; the Intel GPU gets disabled on non-macOS platforms if an eGPU or built-in dGPU is present
  
   sudo dnf install xorg-x11-drv-intel xorg-x11-drv-amdgpu -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'   sudo dnf install xorg-x11-drv-intel xorg-x11-drv-amdgpu -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'
Line 592: Line 592:
     Option          "DRI"               "3"     Option          "DRI"               "3"
     Option          "TearFree"          "disabled"     Option          "TearFree"          "disabled"
-    Option          "VSync"             "disabled" 
-    Option          "SwapbuffersWait"   "disabled" 
-    Option          "TripleBuffer"      "disabled" 
-    Option          "Throttle"          "disabled" 
 EndSection EndSection
  
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone