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/11/04 17:32] – [modesetting] Sean Rhonebsd:notes:xorg.conf_snippets [2026/03/05 20:29] (current) – [webcamd] Sean Rhone
Line 16: Line 16:
  
   pciconf -lv | grep -B3 display   pciconf -lv | grep -B3 display
 +
 +====== Display ======
 +
 +  * https://tomverbeure.github.io/video_timings_calculator
 +  * [[devices:displays:hp_s2031#xorgconf|HP S2031]] (76Hz)
 +
 +  su -
 +
 +  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-monitor-custom.conf'
  
 ====== Graphics ====== ====== Graphics ======
 +
 +===== modesetting =====
 +
 +  su -
 +
 +  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-graphics-custom.conf'
 +
 +<code>
 +Section "OutputClass"
 +    Identifier "Intel (modesetting custom)"
 +    MatchDriver "i915"
 +    Driver "modesetting"
 +EndSection
 +
 +# End</code>
  
 ===== intel ===== ===== intel =====
  
-  * ''glxgears'' does over 9000 FPS (( 8-) )) with ''intel'' vs 7000 ''modesetting''+  * :!: 2026/03/05: Installing ''xlibre-xf86-video-intel'' caused a Xorg load error
  
   su -   su -
  
-  pkg install 'xf86-video-intel'+  pkg install 'xlibre-xf86-video-intel'
  
   mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-graphics-custom.conf'   mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-graphics-custom.conf'
Line 43: Line 67:
     Option "LinearFramebuffer" "1"     Option "LinearFramebuffer" "1"
     Option "Throttle" "0"     Option "Throttle" "0"
-EndSection 
- 
-# End</code> 
- 
-===== modesetting ===== 
- 
-  su - 
- 
-  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-graphics-custom.conf' 
- 
-<code> 
-Section "OutputClass" 
-    Identifier "Intel (modesetting custom)" 
-    MatchDriver "i915" 
-    Driver "modesetting" 
 EndSection EndSection
  
Line 68: Line 77:
   su -   su -
  
-  pkg install 'xf86-input-evdev'+  pkg install 'xlibre-xf86-input-evdev'
  
 ==== webcamd ==== ==== webcamd ====
  
-  * ''xf86-input-evdev'' requires ''webcamd'' +  * ''xlibre-xf86-input-evdev'' requires ''webcamd''
-  * 2025/10/26: TODO: Re-check if still required+
  
   pkg install 'webcamd'   pkg install 'webcamd'
Line 134: Line 142:
 ==== Touchpad ==== ==== Touchpad ====
  
-  * :!: Not ''evdev'' like the above+  * :!: Not ''evdev'' like above
  
-  pkg install 'xf86-input-synaptics'+  pkg install 'xlibre-xf86-input-synaptics'
  
   mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-touchpad-custom.conf'   mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-touchpad-custom.conf'
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1762295575.txt.gz · Last modified: by Sean Rhone