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 14:52] – [Touchpad] Sean Rhonebsd:notes:xorg.conf_snippets [2026/03/04 17:16] (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 ======
  
 ===== intel ===== ===== intel =====
- 
-  * ''glxgears'' does over 9000 FPS (( 8-) )) with ''intel'' vs 7000 ''modesetting'' 
  
   su -   su -
Line 73: Line 80:
  
   * ''xf86-input-evdev'' requires ''webcamd''   * ''xf86-input-evdev'' requires ''webcamd''
-  * 2025/10/26: TODO: Re-check if still required 
  
   pkg install 'webcamd'   pkg install 'webcamd'
Line 134: Line 140:
 ==== Touchpad ==== ==== Touchpad ====
  
-  * :!: Not ''evdev'' like the above+  * :!: Not ''evdev'' like above
  
   pkg install 'xf86-input-synaptics'   pkg install 'xf86-input-synaptics'
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1762285934.txt.gz · Last modified: by Sean Rhone