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/04 17:15] Sean Rhonebsd:notes:xorg.conf_snippets [2026/03/05 20:29] (current) – [webcamd] Sean Rhone
Line 27: Line 27:
  
 ====== 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 =====
 +
 +  * :!: 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 50: 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 75: Line 77:
   su -   su -
  
-  pkg install 'xf86-input-evdev'+  pkg install 'xlibre-xf86-input-evdev'
  
 ==== webcamd ==== ==== webcamd ====
  
-  * ''xf86-input-evdev'' requires ''webcamd'' ((should be installed as dependency with ''evdev''))+  * ''xlibre-xf86-input-evdev'' requires ''webcamd'' 
 + 
 +  pkg install 'webcamd'
  
   sysrc webcamd_enable="YES"   sysrc webcamd_enable="YES"
Line 140: Line 144:
   * :!: Not ''evdev'' like 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.1772662537.txt.gz · Last modified: by Sean Rhone