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 [2022/07/09 07:16] – [amdgpu] 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 | ||
- | * :!: This expects '' | ||
- | |||
- | sudo mkdir -p '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | Modeline " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ==== NVIDIA ==== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | Modeline " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier " | ||
- | Option " | ||
- | Monitor " | ||
- | EndSection</ | ||
- | |||
- | ===== TCL 55S405 ===== | ||
- | |||
- | * Reduces HDMI bandwidth for 4K@60Hz | ||
- | * Fixes Polaris HDMI instability and incorrect brightness with certain DisplayPort-to-HDMI cables | ||
- | * :!: Only for '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier " | ||
- | Modeline " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ====== Monitor/ | ||
- | |||
- | ===== Deep Color ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * The lack-of quotes around '' | ||
- | * :!: This may cause apps to crash | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | DefaultDepth | ||
- | EndSection</ | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | * This may need changed to '' | ||
- | |||
- | cat ~/' | ||
- | |||
- | cat ~/' | ||
- | |||
- | ====== Specific Drivers ====== | ||
- | |||
- | ===== modesetting ===== | ||
- | |||
- | * :!: TODO, this was figured out in order to use modesetting without uninstalling specific DDX drivers | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== amdgpu ===== | ||
- | |||
- | * 2022/05/27: Diablo II: Resurrected has screen-tearing even with Vsync enabled in-game and '' | ||
- | * No known benefits over '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== intel ===== | ||
- | |||
- | * :!: 2022/03/02: This caused random diagonal tearing on Fedora 35 with GNOME | ||
- | * No known benefits over '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== intel + nouveau ===== | ||
- | |||
- | * For Optimus laptops | ||
- | |||
- | sudo zypper install -y xf86-video-intel xf86-video-nouveau | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | Option " | ||
- | EndSection | ||
- | |||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver " | ||
- | Option " | ||
- | EndSection</ | ||
- | |||
- | ===== radeon ===== | ||
- | |||
- | * Expects pre-SI GPUs ((HD6000 series and lower, and non-SI HD7000 series)) | ||
- | * For SI, CIK, and newer GPUs, use '' | ||
- | * :!: Using the '' | ||
- | * :!: This caused a blinking black screen and GDM unable to start on Ubuntu 20.04.1 | ||
- | * :!: Overall, probably shouldn' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== NVIDIA Proprietary ===== | ||
- | |||
- | ==== General ==== | ||
- | |||
- | * '' | ||
- | |||
- | sudo cp -p '/ | ||
- | |||
- | < | ||
- | Option " | ||
C:/www/wiki/data/attic/notes/xorg.conf_snippets.1657365400.txt.gz · Last modified: by Sean Rhone