bsd:notes:xorg.conf_snippets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bsd:notes:xorg.conf_snippets [2025/03/30 13:45] – [Tablet] Sean Rhone | bsd:notes:xorg.conf_snippets [2025/09/11 06:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
mousepad '/ | mousepad '/ | ||
+ | |||
+ | cp '/ | ||
cat '/ | cat '/ | ||
- | cat '/ | + | cat '/ |
+ | |||
+ | cat '/ | ||
cat '/ | cat '/ | ||
Line 11: | Line 15: | ||
cat '/ | cat '/ | ||
- | ====== | + | ====== |
- | ===== HP 27vx ===== | + | ===== intel ===== |
- | * [[devices: | + | * '' |
- | * [[https://tomverbeure.github.io/video_timings_calculator|Video Timings Calculator]] ('' | + | * TODO: https://docs.freebsd.org/en/ |
- | + | ||
- | * Last tested on [[bsd; | + | |
su - | su - | ||
- | mkdir -p '/ | + | |
+ | |||
+ | | ||
< | < | ||
- | Section "Monitor" | + | Section "OutputClass" |
- | Identifier "HDMI-1" | + | Identifier "Intel (intel custom)" |
- | | + | |
- | | + | |
- | | + | |
- | Option "PreferredMode" "1920x1080_74" | + | Option " |
+ | Option " | ||
+ | Option | ||
+ | Option "PageFlip" "0" | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
EndSection</ | EndSection</ | ||
- | |||
- | ====== Graphics ====== | ||
===== modesetting ===== | ===== modesetting ===== | ||
- | |||
- | * Last tested on [[bsd; | ||
- | |||
- | * TODO: PCI ID match | ||
su - | su - | ||
Line 50: | Line 54: | ||
MatchDriver " | MatchDriver " | ||
Driver " | Driver " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
EndSection | EndSection | ||
# End</ | # End</ | ||
- | ===== intel ===== | + | ====== Input ====== |
- | * Last tested on [[bsd; | + | ===== libinput ===== |
- | * '' | + | ==== Mouse ==== |
- | * TODO: PCI ID match | + | |
su - | su - | ||
- | | + | mkdir -p '/ |
- | + | ||
- | | + | |
< | < | ||
- | Section "OutputClass" | + | Section "InputClass" |
- | Identifier "Intel (intel custom)" | + | Identifier "ATTACK SHARK R6 Mouse (libinput |
- | | + | |
- | Driver "intel" | + | Driver "libinput" |
- | Option "DRI" "3" | + | Option "AccelProfile" "flat" |
- | Option "TearFree" | + | Option "AccelSpeed" "-1" |
- | Option " | + | EndSection</ |
- | Option " | + | |
- | Option " | + | |
- | Option " | + | |
- | Option " | + | |
- | EndSection | + | |
- | # End</ | + | ===== evdev ===== |
- | ====== Input ====== | + | ==== webcamd |
- | ===== evdev TODO ===== | + | |
- | + | ||
- | | + | |
su - | su - | ||
+ | |||
+ | pkg install ' | ||
sysrc webcamd_enable=" | sysrc webcamd_enable=" | ||
Line 100: | Line 91: | ||
pw groupmod ' | pw groupmod ' | ||
- | ===== Keyboard | + | ==== Keyboard ==== |
su - | su - | ||
Line 112: | Line 103: | ||
Identifier "BY Tech Gaming Keyboard (evdev custom)" | Identifier "BY Tech Gaming Keyboard (evdev custom)" | ||
MatchUSBID " | MatchUSBID " | ||
- | MatchDevicePath "/ | ||
Driver " | Driver " | ||
Option " | Option " | ||
Line 118: | Line 108: | ||
EndSection</ | EndSection</ | ||
- | ===== Mouse ===== | + | ==== Mouse ==== |
su - | su - | ||
Line 130: | Line 120: | ||
Identifier " | Identifier " | ||
MatchUSBID " | MatchUSBID " | ||
- | MatchDevicePath "/ | ||
Driver " | Driver " | ||
Option " | Option " | ||
Line 136: | Line 125: | ||
EndSection</ | EndSection</ | ||
- | ===== Tablet | + | ==== Tablet ==== |
* 2024/12/08: Finger/pad touch doesn' | * 2024/12/08: Finger/pad touch doesn' | ||
Line 151: | Line 140: | ||
Identifier "Wacom CTH-470 (evdev custom)" | Identifier "Wacom CTH-470 (evdev custom)" | ||
MatchUSBID " | MatchUSBID " | ||
- | MatchDevicePath "/ | ||
Driver " | Driver " | ||
Option " | Option " | ||
Line 158: | Line 146: | ||
EndSection</ | EndSection</ | ||
- | ===== Touchpad | + | ===== Synaptics |
su - | su - | ||
Line 170: | Line 158: | ||
Identifier " | Identifier " | ||
MatchProduct " | MatchProduct " | ||
- | MatchDevicePath "/ | ||
Driver " | Driver " | ||
Option " | Option " |
/srv/www/wiki/data/attic/bsd/notes/xorg.conf_snippets.1743356751.txt.gz · Last modified: by Sean Rhone