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/28 14:42] – [Trackball] 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>
  
/usr/local/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1782672145.txt.gz · Last modified: by Sean Rhone