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/05/18 02:18] – [intel] 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 ==== | ||
- | |||
- | * This may need changed to '' | ||
- | |||
- | cat ~/' | ||
- | |||
- | cat ~/' | ||
- | |||
- | ====== Specific Drivers ====== | ||
- | |||
- | ===== amdgpu ===== | ||
- | |||
- | ==== Tweaked ==== | ||
- | |||
- | * https:// | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "AMD Graphics" | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ==== Alternate ==== | ||
- | |||
- | * 2023/03/28: Last tested on Fedora 37 with a RX 6600 XT | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "AMD Graphics" | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ===== intel ===== | ||
- | |||
- | * 2024/05/18: Last tested on openSUSE Tumbleweed with Intel UHD 630 | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "Intel Graphics" | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ==== Old ==== | ||
- | |||
- | * Setting '' | ||
- | |||
- | < | ||
- | Option " | ||
- | Option " | ||
- | |||
- | ===== NVIDIA ===== | ||
- | |||
- | * '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | MatchDriver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ====== evdev ====== | ||
- | |||
- | * Last tested: 2024/05/17 on openSUSE Tumbleweed | ||
- | |||
- | sudo zypper install -y ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier "evdev pointer catchall" | ||
- | MatchIsPointer " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier "evdev keyboard catchall" | ||
- | MatchIsKeyboard " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier "evdev touchpad catchall" | ||
- | MatchIsTouchpad " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier "evdev tablet catchall" | ||
- | MatchIsTablet " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier "evdev touchscreen catchall" | ||
- | MatchIsTouchscreen " | ||
- | MatchDevicePath "/ | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection</ | ||
C:/www/wiki/data/attic/notes/xorg.conf_snippets.1716013100.txt.gz · Last modified: by Sean Rhone