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 [2025/03/11 02:30] – [intel] 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 39: Line 41:
   * 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
  
-  * :?: 2025/03/10: This may have more eye-strain than [[#intel|intel]] 
   * TODO: PCI ID match   * TODO: PCI ID match
  
Line 51: Line 52:
     MatchDriver "i915"     MatchDriver "i915"
     Driver "modesetting"     Driver "modesetting"
-EndSection</code>+EndSection 
 + 
 +# End</code>
  
 ===== intel ===== ===== intel =====
Line 78: Line 81:
     Option "TripleBuffer" "0"     Option "TripleBuffer" "0"
     Option "LinearFramebuffer" "1"     Option "LinearFramebuffer" "1"
-EndSection</code>+EndSection 
 + 
 +# End</code>
  
 ====== Input ====== ====== Input ======
Line 131: 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.1741674604.txt.gz · Last modified: by Sean Rhone