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/11/02 10:14] – [intel] Sean Rhonebsd:notes:xorg.conf_snippets [2025/11/04 17:32] (current) – [modesetting] Sean Rhone
Line 63: 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 152: Line 130:
 # End</code> # End</code>
  
-===== Synaptics =====+===== synaptics =====
  
-  * :!: The only one not ''evdev''+==== Touchpad ==== 
 + 
 +  * :!: Not ''evdev'' like the above
  
   pkg install 'xf86-input-synaptics'   pkg install 'xf86-input-synaptics'
Line 181: Line 161:
     Option "HorizEdgeScroll" "0"     Option "HorizEdgeScroll" "0"
     Option "VertEdgeScroll" "0"     Option "VertEdgeScroll" "0"
 +EndSection
 +
 +# End</code>
 +
 +===== 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 EndSection
  
 # End</code> # End</code>
  
/srv/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1762096486.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