notes:xorg.conf_snippets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:xorg.conf_snippets [2024/06/11 17:33] – Sean Rhone | notes:xorg.conf_snippets [2024/08/13 18:59] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Notes ====== | ||
- | |||
- | * :!: Anything here expects Xorg and not Wayland | ||
- | * '' | ||
- | |||
- | ====== Config File ====== | ||
- | |||
- | * '' | ||
- | |||
- | sudo mkdir -p '/ | ||
- | |||
- | ====== Specific Screens ====== | ||
- | |||
- | ===== Acer S271HL ===== | ||
- | |||
- | * See [[devices: | ||
- | |||
- | * Last updated: 2022/05/18 | ||
- | * :!: The '' | ||
- | * :!: It's better to [[notes: | ||
- | |||
- | sudo mkdir -p '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | Modeline " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ==== NVIDIA ==== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | Modeline " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | Option " | ||
- | Monitor " | ||
- | EndSection</ | ||
- | |||
- | ====== Monitor/ | ||
- | |||
- | ===== Deep Color ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * The lack-of quotes around '' | ||
- | * :!: This may cause apps to crash | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "Deep Color Screen" | ||
- | DefaultDepth 30 | ||
- | EndSection</ | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | * [[notes: | ||
- | |||
- | Pixel depth | ||
- | |||
- | ====== GPU ====== | ||
- | |||
- | ===== amdgpu ===== | ||
- | |||
- | * https:// | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "AMD Graphics" | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ===== intel ===== | ||
- | |||
- | * 2024/06/11: Last tested on openSUSE Tumbleweed with Intel UHD 630 | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "Intel Graphics" | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ===== NVIDIA ===== | ||
- | |||
- | * '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | MatchDriver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ====== Input ====== | ||
- | |||
- | ===== libinput ===== | ||
- | |||
- | * Last tested: 2024/06/11 on openSUSE Tumbleweed | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | MatchIsPointer " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | MatchIsKeyboard " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | MatchIsTouchpad " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ===== evdev ===== | ||
- | |||
- | * Last tested: 2024/06/11 on openSUSE Tumbleweed | ||
- | |||
- | * :!: Touchpad needed '' | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | MatchIsPointer " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | MatchIsKeyboard " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | MatchIsTouchpad " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | MatchIsTablet " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | MatchIsTouchscreen " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
C:/www/wiki/data/attic/notes/xorg.conf_snippets.1718141602.txt.gz · Last modified: by Sean Rhone