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
bsd:notes:xorg.conf_snippets [2025/08/28 22:47] Sean Rhonebsd:notes:xorg.conf_snippets [2025/08/29 01:40] (current) Sean Rhone
Line 57: Line 57:
  
 ====== Input ====== ====== Input ======
 +
 +===== libinput =====
 +
 +==== 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" "-1"
 +EndSection</code>
  
 ===== evdev ===== ===== evdev =====
/usr/local/www/wiki/data/pages/bsd/notes/xorg.conf_snippets.txt · Last modified: by Sean Rhone