User Tools

Site Tools


notes:xorg.conf_snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
notes:xorg.conf_snippets [2019/11/30 22:18] – created Sean Rhonenotes:xorg.conf_snippets [2020/04/15 12:51] Sean Rhone
Line 73: Line 73:
     Driver      "nouveau"     Driver      "nouveau"
     Option      "DRI"       "3"     Option      "DRI"       "3"
 +EndSection</code>
 +
 +===== intel + nouveau =====
 +
 +  * For Optimus laptops
 +
 +  sudo dnf install xorg-x11-drv-intel xorg-x11-drv-nouveau -y && sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'
 +
 +<code>
 +Section "OutputClass"
 +    Identifier  "Intel Graphics"
 +    MatchDriver "i915"
 +    Driver "intel"
 +    Option "DRI"       "3"
 +    Option "TearFree"  "0"
 +EndSection
 +
 +Section "OutputClass"
 +    Identifier  "NVIDIA Graphics"
 +    MatchDriver "nouveau"
 +    Driver "nouveau"
 +    Option "DRI"       "3"
 EndSection</code> EndSection</code>
  
/var/www/wiki/data/pages/notes/xorg.conf_snippets.txt · Last modified: 2023/05/28 23:33 by Sean Rhone