Created
February 26, 2022 15:30
-
-
Save themagicalmammal/89e7d3d33d8a0a708685a40540540aa7 to your computer and use it in GitHub Desktop.
Xorg Config for au620tx (Intel UHD 620 + Nvidia 940mx)
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 "Device" | |
Identifier "iGPU" | |
Driver "intel" | |
Option "AccelMethod" "sna" | |
Option "TearFree" "True" | |
Option "Tiling" "True" | |
Option "SwapbuffersWait" "True" | |
Option "DRI" "3" | |
EndSection | |
Section "Screen" | |
Identifier "iGPU" | |
Device "iGPU" | |
EndSection | |
Section "Device" | |
Identifier "dGPU" | |
Driver "nvidia" | |
BusID "PCI:1:0:0" | |
Option "AllowEmptyInitialConfiguration" | |
BoardName "GeForce 940MX" | |
EndSection | |
Section "Files" | |
ModulePath "/usr/lib/nvidia/xorg" | |
ModulePath "/usr/lib/xorg/modules" | |
EndSection | |
Section "Monitor" | |
Identifier "eDP-1" | |
Option "Position" "0 0" | |
EndSection | |
Section "Monitor" | |
Identifier "DP-3" | |
Option "Primary" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment