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

Both sides previous revisionPrevious revision
notes:xorg.conf_snippets [2023/05/17 06:50] Sean Rhonenotes:xorg.conf_snippets [2023/05/28 23:33] (current) Sean Rhone
Line 106: Line 106:
 ===== intel ===== ===== intel =====
  
-==== Tweaked ==== +  * 2023/05/28: Last tested on Ubuntu 23.04 with Intel UHD 630
- +
-  * https://wiki.archlinux.org/title/intel_graphics#Disabling_TearFree,_TripleBuffer,_SwapbuffersWait +
-  * 2023/05/17: Last tested on Ubuntu 23.04 with Intel UHD 630 +
- +
-  sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf' +
- +
-<code> +
-Section "OutputClass" +
-    Identifier "Intel Graphics" +
-    MatchDriver "i915" +
-    Driver "intel" +
-    Option "DRI" "iris" +
-    Option "TearFree" "0" +
-    Option "TripleBuffer" "0" +
-    Option "SwapbuffersWait" "0" +
-EndSection +
-</code> +
- +
-==== Alternate ==== +
- +
-  * 2023/03/21: Last tested on Fedora 37 with Intel UHD 630+
  
   sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'   sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf'
Line 136: Line 115:
     MatchDriver "i915"     MatchDriver "i915"
     Driver "intel"     Driver "intel"
-    Option "DRI" "iris"+    Option "DRI" "3" 
 +    Option "AccelMethod" "sna"
     Option "TearFree" "1"     Option "TearFree" "1"
 +    Option "TripleBuffer" "1"
 +    Option "SwapbuffersWait" "1"
 EndSection EndSection
 </code> </code>
/var/www/wiki/data/pages/notes/xorg.conf_snippets.txt · Last modified: 2023/05/28 23:33 by Sean Rhone