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/26 01:44] Sean Rhonebsd:notes:xorg.conf_snippets [2025/11/02 10:14] (current) – [intel] Sean Rhone
Line 32: Line 32:
 Section "OutputClass" Section "OutputClass"
     Identifier "Intel (intel custom)"     Identifier "Intel (intel custom)"
-    BusID "pci0:0:2:0"+    MatchDriver "i915"
     Driver "intel"     Driver "intel"
     Option "AccelMethod" "SNA"     Option "AccelMethod" "SNA"
Line 42: Line 42:
     Option "TripleBuffer" "0"     Option "TripleBuffer" "0"
     Option "LinearFramebuffer" "1"     Option "LinearFramebuffer" "1"
 +    Option "Throttle" "0"
 EndSection EndSection
  
Line 47: Line 48:
  
 ===== modesetting ===== ===== modesetting =====
- 
-  * :?: 2025/10/23: Glitches 15.0-BETA2 ((GW2 particularly; also rarely happens with ''intel'' with Vsync enabled in-game but pronounced in certain areas like that purple shock-floor Fractal with rotating shock-walls)) 
  
   su -   su -
Line 64: Line 63:
  
 ====== Input ====== ====== Input ======
 +
 +===== 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
 +
 +# End</code>
 +
  
 ===== evdev ===== ===== evdev =====
Line 74: Line 95:
  
   * ''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'
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1761457474.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