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/06/27 23:01] – [xorg.conf] Sean Rhonebsd:notes:xorg.conf_snippets [2026/07/07 08:03] (current) – [Mouse] Sean Rhone
Line 1: Line 1:
 ====== Debugging ====== ====== Debugging ======
 +
 +  * https://xorg.freedesktop.org/archive/current/doc/man/man5/xorg.conf.5.xhtml
  
   mousepad '/var/log/Xorg.0.log'   mousepad '/var/log/Xorg.0.log'
Line 122: Line 124:
 <code> <code>
 Section "InputClass" Section "InputClass"
-    Identifier "WolfLawS KM-5 Mouse (evdev custom)" +    Identifier "ATTACK SHARK X3 Mouse (evdev custom)" 
-    MatchUSBID "1d57:130f"+    MatchUSBID "1d57:fa61"
     Driver "evdev"     Driver "evdev"
     Option "AccelerationProfile" "-1"     Option "AccelerationProfile" "-1"
Line 132: Line 134:
  
 <code> <code>
-    Identifier "ATTACK SHARK R6 Mouse (evdev custom)" +    Identifier "CORSAIR HARPOON RGB PRO Gaming Mouse (evdev custom)" 
-    MatchUSBID "373e:0021"+    MatchUSBID "1b1c:1b75"
 </code> </code>
  
 <code> <code>
-    Identifier "CORSAIR HARPOON RGB PRO Gaming Mouse (evdev custom)" +    Identifier "WolfLawS KM-5 Mouse (evdev custom)" 
-    MatchUSBID "1b1c:1b75"+    MatchUSBID "1d57:130f"
 </code> </code>
 +
 +==== Trackball ====
 +
 +  mkdir -p '/usr/local/etc/X11/xorg.conf.d' && ee '/usr/local/etc/X11/xorg.conf.d/10-trackball-custom.conf'
 +
 +<code>
 +Section "InputClass"
 +    Identifier "Nulea M511 Trackball Mouse (evdev custom)"
 +    MatchUSBID "195d:1021"
 +    Driver "evdev"
 +    Option "AccelerationProfile" "5"
 +    Option "AccelerationScheme" "lightweight"
 +EndSection
 +
 +# End</code>
  
 ==== Tablet ==== ==== Tablet ====
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1782615695.txt.gz · Last modified: by Sean Rhone