Arch PC freezes when third screen connects












1















I have a very strange issue with my Arch Linux install.



When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.



If I plug in the HDMI cable while Arch runs, the PC freezes.



I have the same issue if I use the DVI-D port.



At this time I'm using Display Port and DVI-A do not have this problem.



How may I approach this? Which logs would be useful?



EDIT :
I later found this happens when i plug a third screen using any connector.
Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.



EDIT 2:
Thank you for your answer ! This is not a laptop but a tower i build myself with:




  • Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )

  • Intel i5 4590K (xf86-video-intel not installed)

  • Motherboard H81M-PLUS










share|improve this question





























    1















    I have a very strange issue with my Arch Linux install.



    When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.



    If I plug in the HDMI cable while Arch runs, the PC freezes.



    I have the same issue if I use the DVI-D port.



    At this time I'm using Display Port and DVI-A do not have this problem.



    How may I approach this? Which logs would be useful?



    EDIT :
    I later found this happens when i plug a third screen using any connector.
    Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.



    EDIT 2:
    Thank you for your answer ! This is not a laptop but a tower i build myself with:




    • Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )

    • Intel i5 4590K (xf86-video-intel not installed)

    • Motherboard H81M-PLUS










    share|improve this question



























      1












      1








      1








      I have a very strange issue with my Arch Linux install.



      When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.



      If I plug in the HDMI cable while Arch runs, the PC freezes.



      I have the same issue if I use the DVI-D port.



      At this time I'm using Display Port and DVI-A do not have this problem.



      How may I approach this? Which logs would be useful?



      EDIT :
      I later found this happens when i plug a third screen using any connector.
      Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.



      EDIT 2:
      Thank you for your answer ! This is not a laptop but a tower i build myself with:




      • Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )

      • Intel i5 4590K (xf86-video-intel not installed)

      • Motherboard H81M-PLUS










      share|improve this question
















      I have a very strange issue with my Arch Linux install.



      When a HDMI cable is connected to my graphic card (a GTX 970), my PC won't boot, it only shows a black screen, but it will start if the HDMI cable is disconnected.



      If I plug in the HDMI cable while Arch runs, the PC freezes.



      I have the same issue if I use the DVI-D port.



      At this time I'm using Display Port and DVI-A do not have this problem.



      How may I approach this? Which logs would be useful?



      EDIT :
      I later found this happens when i plug a third screen using any connector.
      Another strange detail, 3 screens are working only if i plug the third one (DVI-A) during the boot; if I plug it before, it won't start, and if I plug it in after boot, the PC freezes.



      EDIT 2:
      Thank you for your answer ! This is not a laptop but a tower i build myself with:




      • Nvidia GTX970 ASUS STRIX (driver : nvidia 415.27-5 )

      • Intel i5 4590K (xf86-video-intel not installed)

      • Motherboard H81M-PLUS







      arch-linux nvidia hdmi asus






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 16 at 4:42









      K7AAY

      660624




      660624










      asked Feb 14 at 12:33









      KermitoKermito

      63




      63






















          1 Answer
          1






          active

          oldest

          votes


















          0














          The problem came from GDM, so I move the custom config and re-install it with :



          sudo systemctl disable gdm
          sudo pacman -R gdm
          sudo pacman -S gdm
          sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
          sudo systemctl enable gdm





          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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500608%2farch-pc-freezes-when-third-screen-connects%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The problem came from GDM, so I move the custom config and re-install it with :



            sudo systemctl disable gdm
            sudo pacman -R gdm
            sudo pacman -S gdm
            sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
            sudo systemctl enable gdm





            share|improve this answer




























              0














              The problem came from GDM, so I move the custom config and re-install it with :



              sudo systemctl disable gdm
              sudo pacman -R gdm
              sudo pacman -S gdm
              sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
              sudo systemctl enable gdm





              share|improve this answer


























                0












                0








                0







                The problem came from GDM, so I move the custom config and re-install it with :



                sudo systemctl disable gdm
                sudo pacman -R gdm
                sudo pacman -S gdm
                sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
                sudo systemctl enable gdm





                share|improve this answer













                The problem came from GDM, so I move the custom config and re-install it with :



                sudo systemctl disable gdm
                sudo pacman -R gdm
                sudo pacman -S gdm
                sudo mv /etc/gdm/custom.conf /etc/gdm/custom.conf.old
                sudo systemctl enable gdm






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 27 at 1:15









                KermitoKermito

                63




                63






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500608%2farch-pc-freezes-when-third-screen-connects%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

                    How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                    is 'sed' thread safe

                    How to make a Squid Proxy server?