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 [2020/09/05 05:56] – Sean Rhone | notes:xorg.conf_snippets [2024/08/13 18:59] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Xorg Drivers ====== | ||
- | |||
- | ===== openSUSE ===== | ||
- | |||
- | sudo zypper search ' | ||
- | |||
- | xf86-video-amdgpu | ||
- | |||
- | xf86-video-ati | ||
- | |||
- | xf86-video-intel | ||
- | |||
- | ===== Fedora ===== | ||
- | |||
- | sudo dnf search ' | ||
- | |||
- | xorg-x11-drv-amdgpu | ||
- | |||
- | ====== Monitor/ | ||
- | |||
- | ===== 4K@60Hz RB ===== | ||
- | |||
- | * 4k@60Hz CVT-RB | ||
- | * Fixes unstable HDMI at 4K@60Hz, and overly-bright colors on DisplayPort | ||
- | * :!: The '' | ||
- | * :!: This cannot be used on Wayland currently | ||
- | * :!: This expects '' | ||
- | |||
- | cvt --verbose --reduced ' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | Modeline " | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== Deep Color ===== | ||
- | |||
- | * The lack-of quotes around '' | ||
- | * :!: This may cause minor issues with programs not expecting 30-bit color ((GpuTest' | ||
- | * :!: This can cause games in Wine to not start under some circumstances ((FFXIV crashes on start-up due to a DirectX error)) | ||
- | * There is no known benefit to enabling this as of 2019/10/22 | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | DefaultDepth | ||
- | EndSection</ | ||
- | |||
- | ====== DDX ====== | ||
- | |||
- | ===== amdgpu ===== | ||
- | |||
- | sudo dnf install ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== intel ===== | ||
- | |||
- | sudo dnf install ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== nouveau ===== | ||
- | |||
- | sudo dnf install ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== intel + nouveau ===== | ||
- | |||
- | * For Optimus laptops | ||
- | |||
- | sudo dnf install xorg-x11-drv-intel xorg-x11-drv-nouveau -y && 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 '' | ||
- | |||
- | sudo dnf install ' | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | MatchDriver " | ||
- | Driver | ||
- | Option | ||
- | Option | ||
- | Option | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ==== Nightwane ==== | ||
- | |||
- | * :!: The '' | ||
- | * This works with '' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | < | ||
- | Section " | ||
- | Identifier | ||
- | Modeline " | ||
- | Option | ||
- | EndSection</ | ||
- | |||
- | ===== NVIDIA Proprietary ===== | ||
- | |||
- | ==== Environment Variables ==== | ||
- | |||
- | * Sets pre-rendered frames from the default to 1 | ||
- | * Apparently reduces CPU usage for desktop environments rendered with the NVIDIA GPU | ||
- | |||
- | echo ' | ||
- | |||
- | sudo -e '/ | ||
- | |||
- | ==== Disable PRIME Render Offload ==== | ||
- | |||
- | * [[http:// | ||
- | * :!: Required if planning to use external displays | ||
- | * :!: '' | ||
- | |||
- | sudo cp -p '/ | ||
- | |||
- | < | ||
- | Option " | ||
- | Option " | ||
C:/www/wiki/data/attic/notes/xorg.conf_snippets.1599299801.txt.gz · Last modified: (external edit)