# Do not edit this file! # It will be rewrite after the upgrade Section "ServerLayout" Identifier "Layout0" Option "AllowNVIDIAGPUScreens" Screen 0 "iGPU" 0 0 EndSection # You may uncomment the following lines, if Xorg.log contains: # (EE) NVIDIA: Use the -ignoreABI option to override this check # Section "ServerFlags" # Option "IgnoreABI" "1" # EndSection Section "Device" Identifier "iGPU" Driver "modesetting" BusID "PCI:0:2:0" EndSection Section "Device" Identifier "dGPU" Driver "nvidia" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "iGPU" Device "iGPU" DefaultDepth 24 SubSection "Display" Viewport 0 0 EndSubSection EndSection Section "Screen" Identifier "dGPU" Device "dGPU" DefaultDepth 24 SubSection "Display" Viewport 0 0 EndSubSection EndSection Section "OutputClass" Identifier "iGPU" MatchDriver "i915" Driver "modesetting" Option "PrimaryGPU" "yes" EndSection Section "OutputClass" Identifier "dGPU" MatchDriver "nvidia-drm" Driver "nvidia" Option "AllowEmptyInitialConfiguration" ModulePath "/usr/lib/nvidia/xorg" ModulePath "/usr/lib/xorg/modules" EndSection