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 [2024/10/06 17:42] – Sean Rhone | linux:notes:xorg.conf_snippets [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Debugging ====== | ||
+ | |||
+ | mousepad '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | cat '/ | ||
+ | |||
+ | ===== GNOME ===== | ||
+ | |||
+ | cat ~/' | ||
+ | |||
+ | gnome-text-editor ~/' | ||
+ | |||
+ | ====== Distro ====== | ||
+ | |||
+ | * [[linux; | ||
+ | |||
+ | ====== Specific Screens ====== | ||
+ | |||
+ | ===== HP 27vx ===== | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier " | ||
+ | Modeline " | ||
+ | Modeline " | ||
+ | Modeline " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ====== Graphics ====== | ||
+ | |||
+ | ===== 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 ====== | ====== Input ====== | ||
- | ===== evdev ===== | + | ===== Keyboard |
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier "BY Tech Gaming Keyboard (evdev custom)" | ||
+ | MatchUSBID " | ||
+ | MatchDevicePath "/ | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | # End</ | ||
- | * [[linux: | + | ===== Mouse ===== |
- | sudo apt install xserver-xorg-input-evdev | + | sudo apt install |
- | sudo -e '/ | + | |
< | < | ||
Section " | Section " | ||
- | Identifier "Pointer | + | Identifier "ATTACK SHARK R6 Mouse (evdev custom)" |
- | | + | |
MatchDevicePath "/ | MatchDevicePath "/ | ||
Driver " | Driver " | ||
Line 19: | Line 115: | ||
EndSection | EndSection | ||
+ | # End</ | ||
+ | |||
+ | ===== Tablet ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
Section " | Section " | ||
- | Identifier "Keyboard | + | Identifier "Wacom CTH-470 |
- | | + | |
MatchDevicePath "/ | MatchDevicePath "/ | ||
Driver " | Driver " | ||
+ | Option " | ||
Option " | Option " | ||
Option " | Option " | ||
EndSection | EndSection | ||
+ | # End</ | ||
+ | |||
+ | ===== Touchpad ===== | ||
+ | |||
+ | sudo apt install ' | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
Section " | Section " | ||
Identifier " | Identifier " | ||
- | | + | |
MatchDevicePath "/ | MatchDevicePath "/ | ||
Driver " | Driver " | ||
Line 51: | Line 166: | ||
EndSection | EndSection | ||
- | Section " | + | # End</ |
- | Identifier " | + | |
- | MatchIsTablet " | + | |
- | MatchDevicePath "/ | + | |
- | Driver " | + | |
- | Option " | + | |
- | Option " | + | |
- | EndSection | + | |
- | + | ||
- | Section " | + | |
- | Identifier " | + | |
- | MatchIsTouchscreen " | + | |
- | MatchDevicePath "/ | + | |
- | Driver " | + | |
- | Option " | + | |
- | Option " | + | |
- | EndSection</ | + | |
/srv/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1728250954.txt.gz · Last modified: by Sean Rhone