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/09 18:58] – Remove evdev; add screen conf Sean Rhone | linux:notes:xorg.conf_snippets [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | | + | |
- | | + | |
- | ====== Specific Screens ====== | + | cat '/ |
- | ===== Acer S271HL ===== | + | cat '/ |
- | | + | |
- | sudo mkdir -p '/ | + | |
+ | |||
+ | ===== GNOME ===== | ||
+ | |||
+ | cat ~/' | ||
+ | |||
+ | gnome-text-editor ~/' | ||
+ | |||
+ | ====== Distro ====== | ||
+ | |||
+ | * [[linux; | ||
+ | |||
+ | ====== Specific Screens ====== | ||
+ | |||
+ | ===== HP 27vx ===== | ||
+ | |||
+ | | ||
< | < | ||
Section " | Section " | ||
Identifier " | Identifier " | ||
- | Modeline "1920x1080_75" | + | Modeline "1920x1080_74" |
- | Modeline "1280x720_75" | + | Modeline "1280x720_74" |
- | Modeline "1024x768_75" 65.908 1024 1032 1064 1104 768 782 790 796 +HSync -VSync | + | Modeline "1024x768_74" 65.03 1024 1032 1064 1104 768 782 790 796 +HSync -VSync |
- | Option " | + | Option " |
- | EndSection</ | + | 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 ====== | ||
+ | |||
+ | ===== 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 | ||
+ | |||
+ | # End</ | ||
/srv/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1728514739.txt.gz · Last modified: by Sean Rhone