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/10/27 20:22] – [modesetting] Looks fine now (2009Scape HiDPI runs better modesetting too) 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 42: Line 49:
     Option "TripleBuffer" "0"     Option "TripleBuffer" "0"
     Option "LinearFramebuffer" "1"     Option "LinearFramebuffer" "1"
 +    Option "Throttle" "0"
 EndSection EndSection
  
Line 72: 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 129: Line 136:
 # End</code> # End</code>
  
-===== Synaptics =====+===== synaptics =====
  
-  * :!: The only one not ''evdev''+==== Touchpad ==== 
 + 
 +  * :!: Not ''evdev'' like above
  
   pkg install 'xf86-input-synaptics'   pkg install 'xf86-input-synaptics'
Line 158: Line 167:
     Option "HorizEdgeScroll" "0"     Option "HorizEdgeScroll" "0"
     Option "VertEdgeScroll" "0"     Option "VertEdgeScroll" "0"
 +EndSection
 +
 +# End</code>
 +
 +===== libinput =====
 +
 +  * https://man.archlinux.org/man/libinput.4
 +
 +==== Mouse ====
 +
 +  su -
 +
 +  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-mouse-custom.conf'
 +
 +<code>
 +Section "InputClass"
 +    Identifier "ATTACK SHARK R6 Mouse (libinput custom)"
 +    MatchUSBID "373e:0021"
 +    Driver "libinput"
 +    Option "AccelProfile" "flat"
 +    Option "AccelSpeed" "0"
 EndSection EndSection
  
 # End</code> # End</code>
  
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1761610974.txt.gz · Last modified: by Sean Rhone