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/05/12 07:57] – [UTC] Sean Rhonedistros:fedora_workstation_gnome [2020/08/04 15:58] – pkill -f for Firefox now Sean Rhone
Line 340: Line 340:
 === Spinesnap === === Spinesnap ===
  
-  * Last updated: 2020/04/15+  * Last updated: 2020/06/02
  
-  i915.enable_fbc=1 i915.fastboot=1 usbcore.quirks=1b1c:1b3c:gn+  i915.enable_fbc=1 i915.fastboot=1 i915.enable_guc=3 intel_iommu=on
  
 ===== GNOME ===== ===== GNOME =====
Line 467: Line 467:
 ===== Secure Shell ===== ===== Secure Shell =====
  
-  * See [[Clients:Secure Shell|Secure Shell]]+  * See [[clients:secure_shell|Client]] notes to generate/restore public key
  
 ===== TRIM ===== ===== TRIM =====
Line 507: Line 507:
 ====== Xorg ====== ====== Xorg ======
  
-  * See [[notes:xorg.conf_snippets|xorg.conf Snippets]] for more configurations +  * See [[notes:xorg.conf_snippets|xorg.conf Snippets]] 
- +  * :!: Ideally ''modesetting'' should be used
-===== Spinesnap ===== +
- +
-==== NVIDIA ==== +
- +
-=== Environment Variables === +
- +
-  * Sets pre-rendered frames from the default to 1 +
-  * Apparently reduces CPU usage for desktop environments rendered with the NVIDIA GPU +
- +
-  echo 'export __GL_MaxFramesAllowed=1' | sudo tee '/etc/profile.d/nvidia-custom.sh' > '/dev/null' && cat '/etc/profile.d/nvidia-custom.sh' +
- +
-  sudo -e '/etc/profile.d/nvidia-custom.sh' +
- +
-=== Disable PRIME Render Offload === +
- +
-  * [[http://download.nvidia.com/XFree86/Linux-x86_64/440.64/README/randr14.html|Offloading Graphics Display with RandR 1.4]] +
-  * :!: Required if planning to use external displays +
-  * :!: ''Coolbits'' is not required here, but may be useful +
- +
-  sudo cp -p '/usr/share/X11/xorg.conf.d/nvidia.conf' '/etc/X11/xorg.conf.d/nvidia.conf' && sudo -e '/etc/X11/xorg.conf.d/nvidia.conf' +
- +
-<code> +
-        Option "PrimaryGPU" "yes" +
-        Option "Coolbits" "28"</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>+
  
 ====== Mozilla Firefox ====== ====== Mozilla Firefox ======
Line 587: Line 540:
  
   * Last updated: 2020/04/15   * Last updated: 2020/04/15
 +
 +  * :!: IPv6 is disabled in order to prevent WebRTC from grabbing an IPv6 address even though NetworkManager has it disabled...
 +  * :!: ''media.peerconnection.enabled'' disables WebRTC
  
   rm -fv '/tmp/user.js' && nano '/tmp/user.js'   rm -fv '/tmp/user.js' && nano '/tmp/user.js'
Line 658: Line 614:
 user_pref("browser.cache.memory.enable", true); user_pref("browser.cache.memory.enable", true);
  
-/******* 
- * END * 
- *******/</code> 
- 
-=== VPN === 
- 
-  * :!: Add if using a VPN in order to prevent local IP address leaking 
-  * :!: IPv6 is disabled in order to prevent WebRTC from grabbing an IPv6 address even though NetworkManager has it disabled... 
-  * :!: ''media.peerconnection.enabled'' disables WebRTC 
- 
-<code> 
 /******* /*******
  * VPN *  * VPN *
Line 674: Line 619:
  
 user_pref("network.dns.disableIPv6", true); user_pref("network.dns.disableIPv6", true);
-user_pref("media.peerconnection.enabled", false);</code>+user_pref("media.peerconnection.enabled", false); 
 + 
 +/******* 
 + * END * 
 + *******/</code>
  
 ==== Apply Settings ==== ==== Apply Settings ====
Line 681: Line 630:
   * :!: If Firefox doesn't open automatically, ''firefox -p default'' must be ran the first time Firefox is started after this command   * :!: If Firefox doesn't open automatically, ''firefox -p default'' must be ran the first time Firefox is started after this command
  
-  ls '/tmp/profiles.ini' '/tmp/user.js' && pkill 'firefox' && rm -Rfv ~/'.mozilla' && sync && mkdir -p ~/'.mozilla/firefox/'$USER && mv '/tmp/profiles.ini' ~/'.mozilla/firefox/profiles.ini' && mv '/tmp/user.js' ~/'.mozilla/firefox/'$USER'/user.js' && sync && cat ~/'.mozilla/firefox/profiles.ini' | grep $USER && cat ~/'.mozilla/firefox/'$USER'/user.js' | grep 'Custom Stuff' && sleep '1' && sync || firefox -p 'default'+  ls '/tmp/profiles.ini' '/tmp/user.js' && pkill -f 'firefox' && rm -Rfv ~/'.mozilla' && sync && mkdir -p ~/'.mozilla/firefox/'$USER && mv '/tmp/profiles.ini' ~/'.mozilla/firefox/profiles.ini' && mv '/tmp/user.js' ~/'.mozilla/firefox/'$USER'/user.js' && sync && cat ~/'.mozilla/firefox/profiles.ini' | grep $USER && cat ~/'.mozilla/firefox/'$USER'/user.js' | grep 'Custom Stuff' && sleep '1' && sync || firefox -p 'default'
  
 ===== Extensions ===== ===== Extensions =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone