Zotac ZBOX CI323-Nano-U goes blank when second display is attached (Fedora 27 Cinnamon X)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












The Zotac CI323 has DisplayPort, HDMI, and VGA outputs.

It is running Fedora 27 Cinnamon with X.
lspci -v shows an x5-E8000/J3xxx/N3xxx with kernel module i915 in use



Any single digital display connection works on either the DisplayPort or the HDMI port. Either may be shown as a single HDMI of the same number (i.e. xrandr shows HDMI3 for me when the display cable is in one port or the other).



Connecting two displays simultaneously causes both of the displays to go into power save.
When either display cable is removed, the remaining display goes active again.



It should automatically reconfigure for both displays.



(I solved this and am going to post my answer below)







share|improve this question
























    up vote
    0
    down vote

    favorite












    The Zotac CI323 has DisplayPort, HDMI, and VGA outputs.

    It is running Fedora 27 Cinnamon with X.
    lspci -v shows an x5-E8000/J3xxx/N3xxx with kernel module i915 in use



    Any single digital display connection works on either the DisplayPort or the HDMI port. Either may be shown as a single HDMI of the same number (i.e. xrandr shows HDMI3 for me when the display cable is in one port or the other).



    Connecting two displays simultaneously causes both of the displays to go into power save.
    When either display cable is removed, the remaining display goes active again.



    It should automatically reconfigure for both displays.



    (I solved this and am going to post my answer below)







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      The Zotac CI323 has DisplayPort, HDMI, and VGA outputs.

      It is running Fedora 27 Cinnamon with X.
      lspci -v shows an x5-E8000/J3xxx/N3xxx with kernel module i915 in use



      Any single digital display connection works on either the DisplayPort or the HDMI port. Either may be shown as a single HDMI of the same number (i.e. xrandr shows HDMI3 for me when the display cable is in one port or the other).



      Connecting two displays simultaneously causes both of the displays to go into power save.
      When either display cable is removed, the remaining display goes active again.



      It should automatically reconfigure for both displays.



      (I solved this and am going to post my answer below)







      share|improve this question












      The Zotac CI323 has DisplayPort, HDMI, and VGA outputs.

      It is running Fedora 27 Cinnamon with X.
      lspci -v shows an x5-E8000/J3xxx/N3xxx with kernel module i915 in use



      Any single digital display connection works on either the DisplayPort or the HDMI port. Either may be shown as a single HDMI of the same number (i.e. xrandr shows HDMI3 for me when the display cable is in one port or the other).



      Connecting two displays simultaneously causes both of the displays to go into power save.
      When either display cable is removed, the remaining display goes active again.



      It should automatically reconfigure for both displays.



      (I solved this and am going to post my answer below)









      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 9 at 1:42









      Bruce Benson

      111




      111




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          This worked for me:



          1. create an /etc/X11/xorg.conf.d/20-intel.conf, containing:

          Section "Device"
          Identifier "Intel Graphics"
          Driver "Intel"
          Option "ReprobeOutputs" "true"
          EndSection



          1. ...then restart X.
            That's it.


          2. You may need to open the display settings to fix the geometry. Also, it may detect 3 displays (when 2 are connected), one of which is a duplicative entry that can be disabled.


          (sidebar: I did not need to add module options to i915. I was considering playing with lvds_channel_mode, use modinfo -p i915 to see.)






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f422947%2fzotac-zbox-ci323-nano-u-goes-blank-when-second-display-is-attached-fedora-27-ci%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            This worked for me:



            1. create an /etc/X11/xorg.conf.d/20-intel.conf, containing:

            Section "Device"
            Identifier "Intel Graphics"
            Driver "Intel"
            Option "ReprobeOutputs" "true"
            EndSection



            1. ...then restart X.
              That's it.


            2. You may need to open the display settings to fix the geometry. Also, it may detect 3 displays (when 2 are connected), one of which is a duplicative entry that can be disabled.


            (sidebar: I did not need to add module options to i915. I was considering playing with lvds_channel_mode, use modinfo -p i915 to see.)






            share|improve this answer
























              up vote
              1
              down vote













              This worked for me:



              1. create an /etc/X11/xorg.conf.d/20-intel.conf, containing:

              Section "Device"
              Identifier "Intel Graphics"
              Driver "Intel"
              Option "ReprobeOutputs" "true"
              EndSection



              1. ...then restart X.
                That's it.


              2. You may need to open the display settings to fix the geometry. Also, it may detect 3 displays (when 2 are connected), one of which is a duplicative entry that can be disabled.


              (sidebar: I did not need to add module options to i915. I was considering playing with lvds_channel_mode, use modinfo -p i915 to see.)






              share|improve this answer






















                up vote
                1
                down vote










                up vote
                1
                down vote









                This worked for me:



                1. create an /etc/X11/xorg.conf.d/20-intel.conf, containing:

                Section "Device"
                Identifier "Intel Graphics"
                Driver "Intel"
                Option "ReprobeOutputs" "true"
                EndSection



                1. ...then restart X.
                  That's it.


                2. You may need to open the display settings to fix the geometry. Also, it may detect 3 displays (when 2 are connected), one of which is a duplicative entry that can be disabled.


                (sidebar: I did not need to add module options to i915. I was considering playing with lvds_channel_mode, use modinfo -p i915 to see.)






                share|improve this answer












                This worked for me:



                1. create an /etc/X11/xorg.conf.d/20-intel.conf, containing:

                Section "Device"
                Identifier "Intel Graphics"
                Driver "Intel"
                Option "ReprobeOutputs" "true"
                EndSection



                1. ...then restart X.
                  That's it.


                2. You may need to open the display settings to fix the geometry. Also, it may detect 3 displays (when 2 are connected), one of which is a duplicative entry that can be disabled.


                (sidebar: I did not need to add module options to i915. I was considering playing with lvds_channel_mode, use modinfo -p i915 to see.)







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 9 at 1:48









                Bruce Benson

                111




                111






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f422947%2fzotac-zbox-ci323-nano-u-goes-blank-when-second-display-is-attached-fedora-27-ci%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay