Probe #2620fd3511 of ASUSTek P8B75-M Desktop Computer
Log: xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 470.86
### https://forums.freebsd.org/threads/new-xorg-switch-from-devd-to-udev.74144/#post-453202
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
EndSection
Section "Module"
    Load           "glxserver_nvidia"
    Load           "glx"
    Load           "extmod"
EndSection
Section "ServerFlags"
    Option         "AutoAddDevices" "true"
    Option "AllowIndirectGLX" "on"
    Option "IndirectGLX" "on"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "LG"
    ModelName      "LG Electronics MP59G"
    HorizSync       30.0 - 85.0
    VertRefresh     40.0 - 75.0
    Option         "DPMS"
EndSection
Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "LG"
    ModelName      "LG Electronics MP59G"
    HorizSync       30.0 - 85.0
    VertRefresh     40.0 - 75.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GTX 660"
    BusID          "PCI:1:0:0"
EndSection
Section "Device"
    Identifier     "Card1"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection