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:19] – 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 33: | Line 43: | ||
===== modesetting ===== | ===== modesetting ===== | ||
+ | |||
+ | * 2025/04/14: Preferred over '' | ||
sudo mkdir -p '/ | sudo mkdir -p '/ | ||
Line 47: | Line 59: | ||
===== intel ===== | ===== intel ===== | ||
- | sudo dnf install 'xorg-x11-drv-intel' | + | sudo apt install 'xserver-xorg-video-intel' |
+ | |||
+ | | ||
< | < | ||
Line 69: | Line 83: | ||
===== Keyboard ===== | ===== Keyboard ===== | ||
- | sudo dnf install 'xorg-x11-drv-evdev' | + | sudo apt install 'xserver-xorg-input-evdev' |
+ | |||
+ | | ||
< | < | ||
Line 85: | Line 101: | ||
===== Mouse ===== | ===== Mouse ===== | ||
- | sudo dnf install 'xorg-x11-drv-evdev' | + | sudo apt install 'xserver-xorg-input-evdev' |
+ | |||
+ | | ||
< | < | ||
Line 101: | Line 119: | ||
===== Tablet ===== | ===== Tablet ===== | ||
- | sudo dnf install 'xorg-x11-drv-evdev' | + | sudo apt install 'xserver-xorg-input-evdev' |
+ | |||
+ | | ||
< | < | ||
Line 118: | Line 138: | ||
===== Touchpad ===== | ===== Touchpad ===== | ||
- | sudo dnf install 'xorg-x11-drv-synaptics-legacy' | + | sudo apt install 'xserver-xorg-input-synaptics' |
+ | |||
+ | | ||
< | < |
/srv/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1743243581.txt.gz · Last modified: by Sean Rhone