You are not logged in.

#1 2015-07-15 17:58:17

SteveDeFacto
Member
Registered: 2013-08-16
Posts: 158

How to get NVIDIA GTX 660 SLI working?

I've asked this question on multiple forums and IRC channels. When I use Option "SLI" "Yes" my computer freezes with a black screen when I startx. There is nothing in the xorg logs. SLI works fine on Windows. I've tried installing nvidia-beta drivers but it still freezes with a black screen. I've had this issue over a year now and have always been told to just wait for nvidia to update their drivers but I don't think waiting is getting me anywhere.

The output of "lspci | grep VGA" is:

01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)

My complete xorg.conf file:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 352.21  (buildmeister@swio-display-x64-rhel04-13)  Tue Jun  9 22:44:03 PDT 2015


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

Section "Files"
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"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "SLI" "yes"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by SteveDeFacto (2015-07-15 18:00:25)

Offline

#2 2015-07-17 07:13:04

Awebb
Member
Registered: 2010-05-06
Posts: 6,297

Re: How to get NVIDIA GTX 660 SLI working?

Have you tried the alternative arguments for SLI, as described in the wiki?
https://wiki.archlinux.org/index.php/NV … abling_SLI

Offline

Board footer

Powered by FluxBB