Out of morbid curiosity, has anyone here managed to get Solus (or any distro) working with NVIDIA drivers, more than one monitor, and SLI enabled? One always hears about how a father’s brother’s nephew’s cousin’s former roommate has it working… but no X config file is ever revealed. The below config file is the closest I've come to crafting something that works, but it still falls short by a great deal. Anyone have something that actually works?

# nvidia-settings: X configuration version 390.132 | file generated by N1X3L on 10:05 CST Dec 28 2019

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "BenQ"
    ModelName      "BenQ GL2X60"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 560 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfo" "False"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "GPU-UUID-REDACTED-FROM-FORUM-POST.GPU-0.DVI-I-2: nvidia-auto-select +0+0, GPU-UUID-REDACTED-FROM-FORUM-POST.GPU-0.DVI-I-3: nvidia-auto-select +1920+0"
    Option         "MultiGPU" "Off"
    Option         "SLI" "Mosaic"
    Option         "BaseMosaic" "On"
    Option         "CoolBits" "4"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection