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 [2026/03/07 03:05] Sean Rhonebsd:notes:xorg.conf_snippets [2026/04/24 04:27] (current) – [intel] Sean Rhone
Line 17: Line 17:
   pciconf -lv | grep -B3 display   pciconf -lv | grep -B3 display
  
-====== Display ======+====== Monitor ======
  
   * https://tomverbeure.github.io/video_timings_calculator   * https://tomverbeure.github.io/video_timings_calculator
-  * [[devices:displays:hp_s2031#xorgconf|HP S2031]] (76Hz) 
  
-  su -+===== HP S2031 =====
  
-  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-monitor-custom.conf' +  * [[devices:displays:hp_s2031|Notes]]
- +
-====== Graphics ====== +
- +
-===== modesetting =====+
  
   su -   su -
  
-  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-monitor-custom.conf'
  
 <code> <code>
-Section "OutputClass+Section "Monitor
-    Identifier "Intel (modesetting custom)+    Identifier "HDMI-1
-    MatchDriver "i915+    Modeline "1600x900_76119.125 1600 1608 1640 1680 900 919 927 933 +HSync -VSync 
-    Driver "modesetting+    Modeline "1280x720_7677.209 1280 1288 1320 1360 720 733 741 747 +HSync -VSync 
-    Option "AsyncFlipSecondaries" "0+    Modeline "1024x768_7666.787 1024 1032 1064 1104 768 782 790 796 +HSync -VSync 
-    Option "DoubleShadow" "0+    Modeline "800x600_7641.599 800 808 840 880 600 608 616 622 +HSync -VSync 
-    Option "PageFlip" "0" +    Modeline "640x480_7627.25 640 648 680 720 480 484 492 498 +HSync -VSync 
-    Option "TearFree" "0" +    Option "PreferredMode" "1600x900_76"
-    Option "Atomic" "1+
-    Option "ShadowFB" "0"+
 EndSection EndSection
  
 # End</code> # End</code>
 +
 +====== Graphics ======
  
 ===== intel ===== ===== intel =====
  
-  * :!: 2026/03/05Installing ''xlibre-xf86-video-intel'' caused a Xorg load error+  * :?: 2026/04/24: ''glxgears'' was faster with HT disabled ((9.6k vs 9.7k))
  
   su -   su -
  
-  pkg install 'xlibre-xf86-video-intel'+  pkg install '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 73: Line 68:
     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 83: Line 93:
   su -   su -
  
-  pkg install 'xlibre-xf86-input-evdev'+  pkg install 'xf86-input-evdev'
  
 ==== webcamd ==== ==== webcamd ====
  
-  * ''xlibre-xf86-input-evdev'' requires ''webcamd''+  * ''xf86-input-evdev'' requires ''webcamd''
  
   pkg install 'webcamd'   pkg install 'webcamd'
Line 116: Line 126:
 <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 124: Line 134:
  
 # End</code> # End</code>
 +
 +<code>
 +    Identifier "ATTACK SHARK R6 Mouse (evdev custom)"
 +    MatchUSBID "373e:0021"
 +</code>
  
 ==== Tablet ==== ==== Tablet ====
Line 150: Line 165:
   * :!: Not ''evdev'' like above   * :!: Not ''evdev'' like above
  
-  pkg install 'xlibre-xf86-input-synaptics'+  pkg install '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.1772870738.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