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/07/24 01:20] Sean Rhonedistros:fedora_workstation_gnome [2019/08/19 01:00] – [Spinesnap] 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 281: Line 276:
 ==== AIO ==== ==== AIO ====
  
-=== Nightwane ===+=== Spinesnap ===
  
-  * Last updated: 2019/05/26+  * Last updated: 2019/08/17
  
-  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 +  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
- +
-=== Spinesnap ===+
  
-  * Last updated: 2019/05/22+==== Tests ====
  
-  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+  * https://askubuntu.com/questions/765254/add-grub-menu-for-os-x
  
 +  pci=noCRS
 ==== blk_mq ==== ==== blk_mq ====
  
Line 341: Line 335:
  
   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 430:
 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 ====
 +
 +  * https://fedoraproject.org/wiki/Common_F30_bugs#broadcom-wl-mesh
 +  * https://bugzilla.redhat.com/show_bug.cgi?id=1703745#c56
 +
 +  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 585:
  
 ===== 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 597:
     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
  
Line 1006: Line 1007:
  
   rm -Rf '/tmp/GpuTest_Linux_'* && cd ~ && sync   rm -Rf '/tmp/GpuTest_Linux_'* && cd ~ && sync
 +
 +===== Show Sensors =====
 +
 +****
 +
 +  sudo apt install 'lm-sensors' -y && sudo sensors-detect --auto && sudo watch -n0.1 sensors
  
 ===== Show CPU Frequency ===== ===== Show CPU Frequency =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/04/07 15:21 by Sean Rhone