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/27 20:22] – [modesetting] Looks fine now (2009Scape HiDPI runs better modesetting too) Sean Rhonebsd:notes:xorg.conf_snippets [2025/11/04 17:32] (current) – [modesetting] Sean Rhone
Line 42: Line 42:
     Option "TripleBuffer" "0"     Option "TripleBuffer" "0"
     Option "LinearFramebuffer" "1"     Option "LinearFramebuffer" "1"
 +    Option "Throttle" "0"
 EndSection EndSection
  
Line 129: 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 158: 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.1761610974.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