No video out from second gpu card (18.04)











up vote
1
down vote

favorite












Installed another gpu (Nvidia 710) with intent to drive three screens for Ubuntu Host, and use existing gpu (Nvidia 1080) as a Windows Guest pass-through.

This machine does not have integrated graphics.



All three monitors get signal when plugged into only the 1080.

All three monitors show "No Signal" when plugged into only the 710.



For testing purposes, all three screens are plugged into both cards.



This configuration works as intended in Windows 10, and each card functions correctly by itself.



Checking what linux sees:



$ lspci | grep VGA
0b:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 710B] (rev a1)

$ xrandr
Screen 0: minimum 8 x 8, current 6000 x 2160, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 3840x2160+1080+0 (normal left inverted right x axis y axis) 1080mm x 610mm
1920x1080 60.00 + 59.94 50.00 29.97 23.98 60.05 60.00 50.04
4096x2160 59.94 50.00 24.00 23.98
3840x2160 59.94* 50.00 29.97 25.00 23.98
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1280x720 60.00 59.94 50.00 29.97 23.97
1152x864 75.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
DP-0 connected 1080x1920+4920+0 left (normal left inverted right x axis y axis) 598mm x 336mm
1920x1080 60.00*+
1600x900 60.00
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 connected 1080x1920+0+0 left (normal left inverted right x axis y axis) 598mm x 336mm
1920x1080 60.00*+
1600x900 60.00
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
DP-5 disconnected (normal left inverted right x axis y axis)


NVIDIA X Server Settings shows both cards, and each monitor is shown as a display device both cards.



GPU 0 - (GeForce GTX 1080)

Shows nominal GPU utilization fluctuating with system use.

Shows all three monitors.



GPU 1 (GeForce GT 710)

Shows no GPU utilization.

Shows all three monitors.



Both cards appear to be working, but I cannot get a display signal out of the second card. Both cards are known-good hardware, and I cannot move forward with the guest pass-through until I get this issue sorted out.

Looking for a way forward.










share|improve this question







New contributor




apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    1
    down vote

    favorite












    Installed another gpu (Nvidia 710) with intent to drive three screens for Ubuntu Host, and use existing gpu (Nvidia 1080) as a Windows Guest pass-through.

    This machine does not have integrated graphics.



    All three monitors get signal when plugged into only the 1080.

    All three monitors show "No Signal" when plugged into only the 710.



    For testing purposes, all three screens are plugged into both cards.



    This configuration works as intended in Windows 10, and each card functions correctly by itself.



    Checking what linux sees:



    $ lspci | grep VGA
    0b:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
    0c:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 710B] (rev a1)

    $ xrandr
    Screen 0: minimum 8 x 8, current 6000 x 2160, maximum 32767 x 32767
    DVI-D-0 disconnected (normal left inverted right x axis y axis)
    HDMI-0 connected primary 3840x2160+1080+0 (normal left inverted right x axis y axis) 1080mm x 610mm
    1920x1080 60.00 + 59.94 50.00 29.97 23.98 60.05 60.00 50.04
    4096x2160 59.94 50.00 24.00 23.98
    3840x2160 59.94* 50.00 29.97 25.00 23.98
    1680x1050 59.95
    1600x900 60.00
    1280x1024 60.02
    1280x720 60.00 59.94 50.00 29.97 23.97
    1152x864 75.00
    1024x768 60.00
    800x600 60.32
    720x576 50.00
    720x480 59.94
    640x480 59.94 59.93
    DP-0 connected 1080x1920+4920+0 left (normal left inverted right x axis y axis) 598mm x 336mm
    1920x1080 60.00*+
    1600x900 60.00
    1280x1024 75.02 60.02
    1152x864 75.00
    1024x768 75.03 60.00
    800x600 75.00 60.32
    640x480 75.00 59.94
    DP-1 disconnected (normal left inverted right x axis y axis)
    DP-2 disconnected (normal left inverted right x axis y axis)
    DP-3 disconnected (normal left inverted right x axis y axis)
    DP-4 connected 1080x1920+0+0 left (normal left inverted right x axis y axis) 598mm x 336mm
    1920x1080 60.00*+
    1600x900 60.00
    1280x1024 75.02 60.02
    1152x864 75.00
    1024x768 75.03 60.00
    800x600 75.00 60.32
    640x480 75.00 59.94
    DP-5 disconnected (normal left inverted right x axis y axis)


    NVIDIA X Server Settings shows both cards, and each monitor is shown as a display device both cards.



    GPU 0 - (GeForce GTX 1080)

    Shows nominal GPU utilization fluctuating with system use.

    Shows all three monitors.



    GPU 1 (GeForce GT 710)

    Shows no GPU utilization.

    Shows all three monitors.



    Both cards appear to be working, but I cannot get a display signal out of the second card. Both cards are known-good hardware, and I cannot move forward with the guest pass-through until I get this issue sorted out.

    Looking for a way forward.










    share|improve this question







    New contributor




    apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Installed another gpu (Nvidia 710) with intent to drive three screens for Ubuntu Host, and use existing gpu (Nvidia 1080) as a Windows Guest pass-through.

      This machine does not have integrated graphics.



      All three monitors get signal when plugged into only the 1080.

      All three monitors show "No Signal" when plugged into only the 710.



      For testing purposes, all three screens are plugged into both cards.



      This configuration works as intended in Windows 10, and each card functions correctly by itself.



      Checking what linux sees:



      $ lspci | grep VGA
      0b:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
      0c:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 710B] (rev a1)

      $ xrandr
      Screen 0: minimum 8 x 8, current 6000 x 2160, maximum 32767 x 32767
      DVI-D-0 disconnected (normal left inverted right x axis y axis)
      HDMI-0 connected primary 3840x2160+1080+0 (normal left inverted right x axis y axis) 1080mm x 610mm
      1920x1080 60.00 + 59.94 50.00 29.97 23.98 60.05 60.00 50.04
      4096x2160 59.94 50.00 24.00 23.98
      3840x2160 59.94* 50.00 29.97 25.00 23.98
      1680x1050 59.95
      1600x900 60.00
      1280x1024 60.02
      1280x720 60.00 59.94 50.00 29.97 23.97
      1152x864 75.00
      1024x768 60.00
      800x600 60.32
      720x576 50.00
      720x480 59.94
      640x480 59.94 59.93
      DP-0 connected 1080x1920+4920+0 left (normal left inverted right x axis y axis) 598mm x 336mm
      1920x1080 60.00*+
      1600x900 60.00
      1280x1024 75.02 60.02
      1152x864 75.00
      1024x768 75.03 60.00
      800x600 75.00 60.32
      640x480 75.00 59.94
      DP-1 disconnected (normal left inverted right x axis y axis)
      DP-2 disconnected (normal left inverted right x axis y axis)
      DP-3 disconnected (normal left inverted right x axis y axis)
      DP-4 connected 1080x1920+0+0 left (normal left inverted right x axis y axis) 598mm x 336mm
      1920x1080 60.00*+
      1600x900 60.00
      1280x1024 75.02 60.02
      1152x864 75.00
      1024x768 75.03 60.00
      800x600 75.00 60.32
      640x480 75.00 59.94
      DP-5 disconnected (normal left inverted right x axis y axis)


      NVIDIA X Server Settings shows both cards, and each monitor is shown as a display device both cards.



      GPU 0 - (GeForce GTX 1080)

      Shows nominal GPU utilization fluctuating with system use.

      Shows all three monitors.



      GPU 1 (GeForce GT 710)

      Shows no GPU utilization.

      Shows all three monitors.



      Both cards appear to be working, but I cannot get a display signal out of the second card. Both cards are known-good hardware, and I cannot move forward with the guest pass-through until I get this issue sorted out.

      Looking for a way forward.










      share|improve this question







      New contributor




      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Installed another gpu (Nvidia 710) with intent to drive three screens for Ubuntu Host, and use existing gpu (Nvidia 1080) as a Windows Guest pass-through.

      This machine does not have integrated graphics.



      All three monitors get signal when plugged into only the 1080.

      All three monitors show "No Signal" when plugged into only the 710.



      For testing purposes, all three screens are plugged into both cards.



      This configuration works as intended in Windows 10, and each card functions correctly by itself.



      Checking what linux sees:



      $ lspci | grep VGA
      0b:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
      0c:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 710B] (rev a1)

      $ xrandr
      Screen 0: minimum 8 x 8, current 6000 x 2160, maximum 32767 x 32767
      DVI-D-0 disconnected (normal left inverted right x axis y axis)
      HDMI-0 connected primary 3840x2160+1080+0 (normal left inverted right x axis y axis) 1080mm x 610mm
      1920x1080 60.00 + 59.94 50.00 29.97 23.98 60.05 60.00 50.04
      4096x2160 59.94 50.00 24.00 23.98
      3840x2160 59.94* 50.00 29.97 25.00 23.98
      1680x1050 59.95
      1600x900 60.00
      1280x1024 60.02
      1280x720 60.00 59.94 50.00 29.97 23.97
      1152x864 75.00
      1024x768 60.00
      800x600 60.32
      720x576 50.00
      720x480 59.94
      640x480 59.94 59.93
      DP-0 connected 1080x1920+4920+0 left (normal left inverted right x axis y axis) 598mm x 336mm
      1920x1080 60.00*+
      1600x900 60.00
      1280x1024 75.02 60.02
      1152x864 75.00
      1024x768 75.03 60.00
      800x600 75.00 60.32
      640x480 75.00 59.94
      DP-1 disconnected (normal left inverted right x axis y axis)
      DP-2 disconnected (normal left inverted right x axis y axis)
      DP-3 disconnected (normal left inverted right x axis y axis)
      DP-4 connected 1080x1920+0+0 left (normal left inverted right x axis y axis) 598mm x 336mm
      1920x1080 60.00*+
      1600x900 60.00
      1280x1024 75.02 60.02
      1152x864 75.00
      1024x768 75.03 60.00
      800x600 75.00 60.32
      640x480 75.00 59.94
      DP-5 disconnected (normal left inverted right x axis y axis)


      NVIDIA X Server Settings shows both cards, and each monitor is shown as a display device both cards.



      GPU 0 - (GeForce GTX 1080)

      Shows nominal GPU utilization fluctuating with system use.

      Shows all three monitors.



      GPU 1 (GeForce GT 710)

      Shows no GPU utilization.

      Shows all three monitors.



      Both cards appear to be working, but I cannot get a display signal out of the second card. Both cards are known-good hardware, and I cannot move forward with the guest pass-through until I get this issue sorted out.

      Looking for a way forward.







      nvidia 18.04 graphics multiple-monitors






      share|improve this question







      New contributor




      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 days ago









      apeBit

      62




      62




      New contributor




      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      apeBit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          apeBit is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093542%2fno-video-out-from-second-gpu-card-18-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          apeBit is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          apeBit is a new contributor. Be nice, and check out our Code of Conduct.













          apeBit is a new contributor. Be nice, and check out our Code of Conduct.












          apeBit is a new contributor. Be nice, and check out our Code of Conduct.















           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093542%2fno-video-out-from-second-gpu-card-18-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕