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/12/01 22:01] – Various "best" settings removed from mpv since they caused massive frame drops; hwdec all codec removed because album art corruption Sean Rhonedistros:fedora_workstation_gnome [2019/12/10 12:40] – Add Intel Iris notes Sean Rhone
Line 98: Line 98:
   * Removes the initially-installed kernel in order to fix ``dnf autoremove``   * Removes the initially-installed kernel in order to fix ``dnf autoremove``
   * :!: This will vary depending on the Fedora image version used   * :!: This will vary depending on the Fedora image version used
 +
 +  sudo dnf list --installed 'kernel'*
  
   sudo dnf remove *5.3.7* && sync   sudo dnf remove *5.3.7* && sync
Line 269: Line 271:
  
   http://john.bitsurge.net/public/biglist.p2p.gz   http://john.bitsurge.net/public/biglist.p2p.gz
 +
 +===== Environment Variables =====
 +
 +==== Intel Iris ====
 +
 +  * This allows use of the new ''iris'' Gallium driver on Intel GPUs instead of the classic ''i965'' driver
 +  * :!: This may become default in a future Mesa release
 +  * :: This only works on Gen8 and above ((no Haswell))
 +
 +  echo 'export MESA_LOADER_DRIVER_OVERRIDE=iris' | sudo tee '/etc/profile.d/intel-iris.sh' > '/dev/null' && cat '/etc/profile.d/intel-iris.sh'
 +
 +  sudo -e '/etc/profile.d/intel-iris.sh'
  
 ===== GRUB ===== ===== GRUB =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/04/29 17:05 by Sean Rhone