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 [2020/03/17 08:05] Sean Rhonedistros:fedora_workstation_gnome [2020/04/05 15:41] Sean Rhone
Line 292: Line 292:
  
   * 10-notch Transparency   * 10-notch Transparency
- 
-===== Transmission ===== 
- 
-  * Blocklist 
- 
-  http://john.bitsurge.net/public/biglist.p2p.gz 
  
 ===== Environment Variables ===== ===== Environment Variables =====
Line 319: Line 313:
  
   LIBVA_DRIVER_NAME='iHD' vainfo | grep 'Driver'   LIBVA_DRIVER_NAME='iHD' vainfo | grep 'Driver'
- 
-==== Iris Gallium Driver ==== 
- 
-  echo 'export MESA_LOADER_DRIVER_OVERRIDE=iris' | sudo tee '/etc/profile.d/iris-gallium.sh' > '/dev/null' && cat '/etc/profile.d/iris-gallium.sh' 
- 
-  sudo -e '/etc/profile.d/iris-gallium.sh' 
- 
-=== Verify === 
- 
-  * Default: ''Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)'' 
-  * Iris: ''Mesa Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)'' 
- 
-  glxinfo | grep 'renderer' 
- 
-  MESA_LOADER_DRIVER_OVERRIDE='iris' glxinfo | grep 'renderer' 
  
 ===== Kernel Options ===== ===== Kernel Options =====
Line 387: Line 366:
 === Spinesnap === === Spinesnap ===
  
-  * Last updated: 2020/01/19+  * Last updated: 2020/04/05
   * :!: With ''i915.enable_guc=3'', HuC submission requires PAVP to be enabled in firmware settings or else the firmware can't be loaded or authenticated   * :!: With ''i915.enable_guc=3'', HuC submission requires PAVP to be enabled in firmware settings or else the firmware can't be loaded or authenticated
  
-  i915.enable_fbc=1 i915.fastboot=1 modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog +  i915.enable_fbc=1 i915.fastboot=1 i915.enable_guc=3
- +
-  i915.enable_guc=3 +
- +
-== NVIDIA == +
- +
-  * Last updated: 2020/02/16 +
-  * ''rd.driver.blacklist=nouveau'' and ''modprobe.blacklist=nouveau'' are automatically added to ''GRUB_CMDLINE_LINUX='', and the Watchdog modules need appended to that +
- +
-  ,iTCO_wdt,sp5100_tco +
- +
-  i915.enable_fbc=1 i915.fastboot=1 nowatchdog+
  
 ===== GNOME ===== ===== GNOME =====
Line 525: Line 493:
  
   * See [[Clients:Secure Shell|Secure Shell]]   * See [[Clients:Secure Shell|Secure Shell]]
- 
-===== systemd ===== 
- 
-  * Disable suspend on laptop lid-close if "docked" or more than one external screen exists 
-  * :!: This is necessary on Spinesnap when using NVIDIA's proprietary graphics driver and an external HDMI screen primarily 
- 
-  sudo mkdir -p '/etc/systemd/logind.conf.d' && sudo -e '/etc/systemd/logind.conf.d/custom.conf' 
- 
-<code> 
-[Login] 
-HandleLidSwitchDocked=ignore</code> 
  
 ===== TRIM ===== ===== TRIM =====
Line 575: Line 532:
  
 ==== intel + nouveau ==== ==== intel + nouveau ====
 +
 +  * :!: Apparently ''xorg-x11-drv-intel'' is significantly outdated, and this shouldn't be used
  
   sudo dnf install xorg-x11-drv-intel xorg-x11-drv-nouveau -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'   sudo dnf install xorg-x11-drv-intel xorg-x11-drv-nouveau -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'
Line 592: Line 551:
     Driver "nouveau"     Driver "nouveau"
     Option "DRI"       "3"     Option "DRI"       "3"
 +EndSection</code>
 +
 +===== Nightwane =====
 +
 +  * :!: The ''Modeline'' expects an Acer S271HL monitor to be used over DVI
 +
 +  sudo dnf install 'xorg-x11-drv-ati' -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'
 +
 +<code>
 +Section "Monitor"
 +    Identifier  "DVI-1"
 +    Modeline "1920x1080_75"  164.61  1920 1944 1976 2008  1080 1083 1088 1093 +hsync +vsync
 +    Option      "PreferredMode" "1920x1080_75"
 +EndSection
 +
 +Section "OutputClass"
 +    Identifier  "AMD Graphics"
 +    MatchDriver "radeon"
 +    Driver      "radeon"
 +    Option      "DRI"               "3"
 +    Option      "SwapbuffersWait"   "0"
 +    Option      "TearFree"          "0"
 +    Option      "AccelMethod"       "EXA"
 EndSection</code> EndSection</code>
  
Line 717: Line 699:
   * [x] Clean Cookies from Open Tabs on Startup   * [x] Clean Cookies from Open Tabs on Startup
   * [x] Localstorage Cleanup (Firefox 58+)   * [x] Localstorage Cleanup (Firefox 58+)
 +
 +==== HTTPS Everywhere ====
 +
 +  * Encrypt All Sites Eligible -> On
  
 ==== uBlock Origin ==== ==== uBlock Origin ====
Line 728: Line 714:
   * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List''))   * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List''))
   * [ ] Privacy -> EasyPrivacy ((uncheck; included in ''Fanboy Ultimate List''))   * [ ] Privacy -> EasyPrivacy ((uncheck; included in ''Fanboy Ultimate List''))
 +  * :!: hpHost's Ad and tracking servers is discontinued
  
   * Multipurpose -> [x] Dan Pollock's hosts file   * Multipurpose -> [x] Dan Pollock's hosts file
-  * Multipurpose -> [x] hpHost's Ad and tracking servers 
   * Multipurpose -> [x] MVPS HOSTS   * Multipurpose -> [x] MVPS HOSTS
  
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone