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:23] – [modesetting] Sean Rhonebsd:notes:xorg.conf_snippets [2026/04/22 23:01] (current) Sean Rhone
Line 16: Line 16:
  
   pciconf -lv | grep -B3 display   pciconf -lv | grep -B3 display
 +
 +====== Monitor ======
 +
 +  * https://tomverbeure.github.io/video_timings_calculator
 +
 +===== HP S2031 =====
 +
 +  * [[devices:displays:hp_s2031|Notes]]
 +
 +  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 "1600x900_76" 119.125 1600 1608 1640 1680 900 919 927 933 +HSync -VSync
 +    Modeline "1280x720_76" 77.209 1280 1288 1320 1360 720 733 741 747 +HSync -VSync
 +    Modeline "1024x768_76" 66.787 1024 1032 1064 1104 768 782 790 796 +HSync -VSync
 +    Modeline "800x600_76" 41.599 800 808 840 880 600 608 616 622 +HSync -VSync
 +    Modeline "640x480_76" 27.25 640 648 680 720 480 484 492 498 +HSync -VSync
 +    Option "PreferredMode" "1600x900_76"
 +EndSection
 +
 +# End</code>
  
 ====== Graphics ====== ====== Graphics ======
  
 ===== intel ===== ===== intel =====
- 
-  * ''glxgears'' does over 9000 FPS (( 8-) )) with ''intel'' vs 7000 ''modesetting'' 
  
   su -   su -
Line 48: Line 71:
  
 ===== modesetting ===== ===== modesetting =====
- 
-  * :?: 2025/10/27: Has significantly better performance with ''sun.java2d.uiScale=2'' than ''intel'' with [[games:bsd:rt4_client_runescape_530?rev=1762185138#hidpi|2009Scape]] ((unplayable low-FPS slideshow with ''intel'' at main menu, but ''uiScale=1'' is fine; TODO: 2025/11/04: Fixed with ''-Dsun.java2d.opengl=true'')) 
  
   su -   su -
Line 75: Line 96:
  
   * ''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 104: Line 124:
 <code> <code>
 Section "InputClass" Section "InputClass"
-    Identifier "ATTACK SHARK R6 Mouse (evdev custom)" +    Identifier "CORSAIR HARPOON RGB PRO Gaming Mouse (evdev custom)" 
-    MatchUSBID "373e:0021"+    MatchUSBID "1b1c:1b75"
     Driver "evdev"     Driver "evdev"
     Option "AccelerationProfile" "-1"     Option "AccelerationProfile" "-1"
Line 112: Line 132:
  
 # End</code> # End</code>
 +
 +<code>
 +    Identifier "ATTACK SHARK R6 Mouse (evdev custom)"
 +    MatchUSBID "373e:0021"
 +</code>
  
 ==== Tablet ==== ==== Tablet ====
Line 136: Line 161:
 ==== 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.1762295020.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki