Created
May 18, 2022 20:55
-
-
Save mmtrt/79b42b52abe7b095a542f83641e67e6e to your computer and use it in GitHub Desktop.
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
# | |
# Uses Intel GPU as Primary and NVIDIA as Secondary | |
# | |
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen "Screen0" | |
Screen "Screen1" | |
Option "AllowNVIDIAGPUScreens" | |
EndSection | |
Section "Device" | |
Identifier "intel" | |
Driver "modesetting" | |
BusID "PCI:0:2:0" | |
Option "DRI" "3" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "intel" | |
EndSection | |
Section "Device" | |
Identifier "nvidia" | |
Driver "nvidia" | |
BusID "PCI:1:0:0" | |
Option "Coolbits" "8" | |
EndSection | |
Section "Screen" | |
Identifier "Screen1" | |
Device "nvidia" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment