So i need to create a xorg-config file and put it into the folder that holds the video configurations. I need the config to contain the following.
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
Can i get some assistance on how I would create such a file. This is to turn on my GTX 750ti on my external video card to PCI-E dock. I have been trying all night to get it to display onto my external monitor to no avail. Any help is appreciated.