Created
November 18, 2019 04:58
-
-
Save sar/ac28cbafd33ee9706d965398b99ef902 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/10-nvidia.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "OutputClass" | |
Identifier "nvidia" | |
MatchDriver "nvidia-drm" | |
Driver "nvidia" | |
Option "AllowEmptyInitialConfiguration" | |
Option "PrimaryGPU" "yes" | |
Option "SLI" "Auto" | |
Option "BaseMosaic" "on" | |
EndSection | |
Section "OutputClass" | |
Identifier "intel" | |
MatchDriver "i915" | |
Driver "modesetting" | |
Option "TearFree" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment