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:37] 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 525: Line 504:
  
   * 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 592: Line 560:
     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 708:
   * [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 723:
   * [ ] 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