You are not logged in.

#1 2019-06-09 10:28:38

SteamPunk_Devil
Member
Registered: 2016-10-20
Posts: 4

Dual NVIDIA GPUS with NVIDIA driver not working

I have 2 different gpus in my system but am only getting video output from one I am using the nvidia drivers

SPECS
ThreadRipper 1950x
32GB HyperX RGB
Zotac 1050ti
Zotac 1080ti
Gigabyte x399 Designare

lspci | grep VGA:
09:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)
42:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)

xrandr --listproviders:
Providers: number : 1
Provider 0: id: 0x1b9 cap: 0x1, Source Output crtcs: 4 outputs: 4 associated providers: 0 name:NVIDIA-0

xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen24R"
    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 "Device"
    Identifier     "1050ti"
    Option         "Monitor-HDMI-0" "Monitor24R"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusId          "PCI:9:0:0"
EndSection

Section "Screen"
    Identifier     "Screen24R"
    Device         "1050ti"
    Monitor        "Monitor24R"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Monitor"
    Identifier     "Monitor24R"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "1080ti"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusId          "PCI:42:0:0"
EndSection

Last edited by SteamPunk_Devil (2019-06-09 10:28:56)

Offline

#2 2019-06-09 10:30:01

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Dual NVIDIA GPUS with NVIDIA driver not working

Where does your xorg.conf come from?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2019-06-09 10:44:33

SteamPunk_Devil
Member
Registered: 2016-10-20
Posts: 4

Re: Dual NVIDIA GPUS with NVIDIA driver not working

I generated it using nvidia-xconfig and edited it

it originally looked like

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 430.14

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    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"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

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

Offline

#4 2019-06-09 11:24:49

SteamPunk_Devil
Member
Registered: 2016-10-20
Posts: 4

Re: Dual NVIDIA GPUS with NVIDIA driver not working

nvidia-smi also shows both gpus

Offline

#5 2019-06-09 16:19:23

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: Dual NVIDIA GPUS with NVIDIA driver not working

Does the "nvidia-settings" tool help?

Offline

#6 2019-06-10 11:52:30

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: Dual NVIDIA GPUS with NVIDIA driver not working

Post xorg logfile please.

Temporarily remove/rename that xorg.conf file, post xorg log from booting that also.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2019-06-10 14:02:50

seth
Member
Registered: 2012-09-03
Posts: 51,144

Re: Dual NVIDIA GPUS with NVIDIA driver not working

Unless you're willing to run 2 X11 servers, you'll have to use https://wiki.archlinux.org/index.php/NVIDIA#Base_Mosaic (assuming SLI isn't available)
This is guaranteed to work w/ equal GPU types, idk. whether it'll work with the slightly different chips.

Online

Board footer

Powered by FluxBB