User Tools

Site Tools


bsd: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
Next revision
Previous revision
bsd:notes:xorg.conf_snippets [2024/12/18 03:48] – [evdev TODO] Sean Rhonebsd:notes:xorg.conf_snippets [2025/05/16 21:39] (current) – external edit 127.0.0.1
Line 5: Line 5:
   cat '/var/log/Xorg.0.log' | grep 'Using input driver'   cat '/var/log/Xorg.0.log' | grep 'Using input driver'
  
-  cat '/var/log/Xorg.0.log' | grep 'intel:'+  cat '/var/log/Xorg.0.log' | grep 'intel(' 
 + 
 +  cat '/var/log/Xorg.0.log' | grep 'modeset('
  
   cat '/var/log/Xorg.0.log' | grep 'DRI3'   cat '/var/log/Xorg.0.log' | grep 'DRI3'
Line 38: Line 40:
  
   * Last tested on [[bsd;freebsd_14.2_xfce|FreeBSD 14.2 (Xfce)]] with Intel UHD 630   * Last tested on [[bsd;freebsd_14.2_xfce|FreeBSD 14.2 (Xfce)]] with Intel UHD 630
 +
 +  * TODO: PCI ID match
  
   su -   su -
Line 48: Line 52:
     MatchDriver "i915"     MatchDriver "i915"
     Driver "modesetting"     Driver "modesetting"
-EndSection</code>+EndSection 
 + 
 +# End</code>
  
 ===== intel ===== ===== intel =====
Line 54: Line 60:
   * Last tested on [[bsd;freebsd_14.2_xfce|FreeBSD 14.2 (Xfce)]] with Intel UHD 630   * Last tested on [[bsd;freebsd_14.2_xfce|FreeBSD 14.2 (Xfce)]] with Intel UHD 630
  
-  * :!: Xfce compositor exhibits laggy window dragging when specifically using ''intel'' vs ''modesetting'' (input latency is lower with compositor disabled on both drivers) +  * ''glxgears'' does over ''9000'' FPS (( 8-) )) with ''intel'' vs ''7000'' modesetting 
-  * 2024/12/12: [[games:bsd:devilutionx|DevilutionX]] has odd artifacting at mouse cursor when left-mouse is held down +  * TODO: PCI ID match
-  * ''glxgears'' does over ''9000'' FPS 8-) with ''intel'' vs ''7000'' modesetting+
  
   su -   su -
Line 70: Line 75:
     Driver "intel"     Driver "intel"
     Option "DRI" "3"     Option "DRI" "3"
-EndSection</code>+    Option "TearFree" "0" 
 +    Option "VSync" "0" 
 +    Option "PageFlip" "0" 
 +    Option "SwapbuffersWait" "0" 
 +    Option "TripleBuffer" "0" 
 +    Option "LinearFramebuffer" "1" 
 +EndSection 
 + 
 +# End</code>
  
 ====== Input ====== ====== Input ======
Line 123: Line 136:
  
   * 2024/12/08: Finger/pad touch doesn't work ((I only use stylus with [[games:bsd:wine:osu|osu!]] so not a //real// issue :p)) ((finger touch can be used in Absolute mode with ''wacom'' driver, see [[bsd:notes:xorg.conf_snippets?rev=1733705200#tablet|older revision]]))   * 2024/12/08: Finger/pad touch doesn't work ((I only use stylus with [[games:bsd:wine:osu|osu!]] so not a //real// issue :p)) ((finger touch can be used in Absolute mode with ''wacom'' driver, see [[bsd:notes:xorg.conf_snippets?rev=1733705200#tablet|older revision]]))
 +  * :?: TODO: There's 3 devices; ''Finger'' and ''Pad'' can likely be disabled
  
   su -   su -
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1734511717.txt.gz · Last modified: by Sean Rhone