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/14 20:51] – ... and update the date Sean Rhonedistros:fedora_workstation_gnome [2020/03/25 09:54] Sean Rhone
Line 3: Line 3:
   * Fedora Workstation ((https://getfedora.org/en/workstation))   * Fedora Workstation ((https://getfedora.org/en/workstation))
   * 31   * 31
 +  * 32 Beta
  
 ====== Issues ====== ====== Issues ======
Line 291: Line 292:
  
   * 10-notch Transparency   * 10-notch Transparency
- 
-===== Transmission ===== 
- 
-  * Blocklist 
- 
-  http://john.bitsurge.net/public/biglist.p2p.gz 
  
 ===== Environment Variables ===== ===== Environment Variables =====
Line 318: 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 524: 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 591: 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 716: 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 ====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/04/07 15:21 by Sean Rhone