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/29 06:17] – Sean Rhone | linux:notes:xorg.conf_snippets [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
cat '/ | cat '/ | ||
+ | |||
+ | cat '/ | ||
cat '/ | cat '/ | ||
Line 10: | Line 12: | ||
cat '/ | cat '/ | ||
+ | |||
+ | ===== GNOME ===== | ||
+ | |||
+ | cat ~/' | ||
gnome-text-editor ~/' | gnome-text-editor ~/' | ||
+ | |||
+ | ====== Distro ====== | ||
+ | |||
+ | * [[linux; | ||
====== Specific Screens ====== | ====== Specific Screens ====== | ||
Line 26: | Line 36: | ||
Modeline " | Modeline " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
====== Graphics ====== | ====== Graphics ====== | ||
===== modesetting ===== | ===== modesetting ===== | ||
+ | |||
+ | * 2025/04/14: Preferred over '' | ||
sudo mkdir -p '/ | sudo mkdir -p '/ | ||
Line 39: | Line 53: | ||
MatchDriver " | MatchDriver " | ||
Driver " | Driver " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
===== intel ===== | ===== intel ===== | ||
- | sudo dnf install 'xorg-x11-drv-intel' | + | sudo apt install 'xserver-xorg-video-intel' |
+ | |||
+ | | ||
< | < | ||
Line 57: | Line 75: | ||
Option " | Option " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
====== Input ====== | ====== Input ====== | ||
Line 63: | Line 83: | ||
===== Keyboard ===== | ===== Keyboard ===== | ||
- | sudo dnf install 'xorg-x11-drv-evdev' | + | sudo apt install 'xserver-xorg-input-evdev' |
+ | |||
+ | | ||
< | < | ||
Line 73: | Line 95: | ||
Option " | Option " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
===== Mouse ===== | ===== Mouse ===== | ||
- | sudo dnf install 'xorg-x11-drv-evdev' | + | sudo apt install 'xserver-xorg-input-evdev' |
+ | |||
+ | | ||
< | < | ||
Line 87: | Line 113: | ||
Option " | Option " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
===== Tablet ===== | ===== Tablet ===== | ||
- | sudo dnf install 'xorg-x11-drv-evdev' | + | sudo apt install 'xserver-xorg-input-evdev' |
+ | |||
+ | | ||
< | < | ||
Line 102: | Line 132: | ||
Option " | Option " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
===== Touchpad ===== | ===== Touchpad ===== | ||
- | sudo dnf install 'xorg-x11-drv-synaptics-legacy' | + | sudo apt install 'xserver-xorg-input-synaptics' |
+ | |||
+ | | ||
< | < | ||
Line 130: | Line 164: | ||
Option " | Option " | ||
Option " | Option " | ||
- | EndSection</ | + | EndSection |
+ | |||
+ | # End</ | ||
/srv/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1743243476.txt.gz · Last modified: by Sean Rhone