linux:notes:xorg.conf_snippets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:notes:xorg.conf_snippets [2025/03/06 16:08] – [TODO] Sean Rhone | linux:notes:xorg.conf_snippets [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | | + | |
- | | + | |
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | ===== GNOME ===== | ||
+ | |||
+ | cat ~/' | ||
+ | |||
+ | gnome-text-editor ~/' | ||
+ | |||
+ | ====== Distro ====== | ||
+ | |||
+ | * [[linux; | ||
====== Specific Screens ====== | ====== Specific Screens ====== | ||
Line 18: | Line 36: | ||
Modeline " | Modeline " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
- | ====== | + | # End</ |
+ | |||
+ | ====== | ||
+ | |||
+ | ===== modesetting ===== | ||
+ | |||
+ | * 2025/04/14: Preferred over '' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier "Intel (modesetting custom)" | ||
+ | MatchDriver " | ||
+ | Driver " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== intel ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier "Intel (intel custom)" | ||
+ | MatchDriver " | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ====== Input ====== | ||
+ | |||
+ | ===== Keyboard ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier "BY Tech Gaming Keyboard (evdev custom)" | ||
+ | MatchUSBID " | ||
+ | MatchDevicePath "/ | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== Mouse ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier " | ||
+ | MatchUSBID " | ||
+ | MatchDevicePath "/ | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== Tablet ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier "Wacom CTH-470 (evdev custom)" | ||
+ | MatchUSBID " | ||
+ | MatchDevicePath "/ | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== Touchpad ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier " | ||
+ | MatchProduct " | ||
+ | MatchDevicePath "/ | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
- | * 2025/03/06: [[bsd; | + | # End</code> |
/srv/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1741295312.txt.gz · Last modified: by Sean Rhone