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/10 07:05] 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 31: Line 33:
     Modeline "1024x768_74" 65.03 1024 1032 1064 1104 768 782 790 796 +HSync -VSync     Modeline "1024x768_74" 65.03 1024 1032 1064 1104 768 782 790 796 +HSync -VSync
     Option "PreferredMode" "1920x1080_74"     Option "PreferredMode" "1920x1080_74"
-EndSection</code> 
- 
-===== TCL 55S405 ===== 
- 
-  * [[devices:displays:hp_27vx|Notes]] 
-  * [[https://tomverbeure.github.io/video_timings_calculator|Video Timings Calculator]] (''CVT-RBv2 Modeline'') 
- 
-  * Last tested on [[bsd;freebsd_14.2_xfce|FreeBSD 14.2 (Xfce)]] with Intel UHD 630 (onboard HDMI) 
- 
-  su - 
- 
-  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-monitor-custom.conf' 
- 
-<code> 
-Section "Monitor" 
-    Identifier "HDMI-1" 
-    Modeline "1920x1080_59.96" 173 1920 2048 2248 2576 1080 1083 1088 1120 -HSync +VSync 
-    Modeline "1280x720_59.86" 74.5 1280 1344 1472 1664 720 723 728 748 -HSync +VSync 
-    Modeline "1024x768_59.92" 63.5 1024 1072 1176 1328 768 771 775 798 -HSync +VSync 
-    Option "PreferredMode" "1920x1080_59.96" 
 EndSection</code> EndSection</code>
  
Line 59: 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 71: Line 52:
     MatchDriver "i915"     MatchDriver "i915"
     Driver "modesetting"     Driver "modesetting"
-EndSection</code>+EndSection 
 + 
 +# End</code>
  
 ===== intel ===== ===== intel =====
Line 77: 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
  
-  * ''glxgears'' does over ''9000'' FPS 8-) with ''intel'' vs ''7000'' modesetting+  * ''glxgears'' does over ''9000'' FPS (( 8-) )) with ''intel'' vs ''7000'' modesetting
   * TODO: PCI ID match   * TODO: PCI ID match
  
Line 92: 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 145: 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.1741604721.txt.gz · Last modified: by Sean Rhone