Flickering behavior on Ubuntu 16.04 with AMD Ryzen 5 1600 + GTX1050 graphics card

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








up vote
0
down vote

favorite
1












I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).



I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!



I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?



It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!







share|improve this question
























    up vote
    0
    down vote

    favorite
    1












    I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).



    I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!



    I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?



    It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!







    share|improve this question






















      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).



      I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!



      I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?



      It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!







      share|improve this question












      I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).



      I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!



      I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?



      It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 27 at 4:03









      jealcalat

      11




      11




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          After this and this I made:



          sudo apt-get purge nvidia* 
          sudo apt-get install nvidia-390 nvidia-modprobe


          Blacklist nouveau



          sudo gedit /etc/modprobe.d/blacklist-nouveau.conf


          Wrote:



          blacklist nouveau
          options nouveau modeset=0


          Then



          sudo update-initramfs -u
          sudo reboot


          And all is working perfectly.






          share|improve this answer




















            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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f1028606%2fflickering-behavior-on-ubuntu-16-04-with-amd-ryzen-5-1600-gtx1050-graphics-car%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
            0
            down vote



            accepted










            After this and this I made:



            sudo apt-get purge nvidia* 
            sudo apt-get install nvidia-390 nvidia-modprobe


            Blacklist nouveau



            sudo gedit /etc/modprobe.d/blacklist-nouveau.conf


            Wrote:



            blacklist nouveau
            options nouveau modeset=0


            Then



            sudo update-initramfs -u
            sudo reboot


            And all is working perfectly.






            share|improve this answer
























              up vote
              0
              down vote



              accepted










              After this and this I made:



              sudo apt-get purge nvidia* 
              sudo apt-get install nvidia-390 nvidia-modprobe


              Blacklist nouveau



              sudo gedit /etc/modprobe.d/blacklist-nouveau.conf


              Wrote:



              blacklist nouveau
              options nouveau modeset=0


              Then



              sudo update-initramfs -u
              sudo reboot


              And all is working perfectly.






              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                After this and this I made:



                sudo apt-get purge nvidia* 
                sudo apt-get install nvidia-390 nvidia-modprobe


                Blacklist nouveau



                sudo gedit /etc/modprobe.d/blacklist-nouveau.conf


                Wrote:



                blacklist nouveau
                options nouveau modeset=0


                Then



                sudo update-initramfs -u
                sudo reboot


                And all is working perfectly.






                share|improve this answer












                After this and this I made:



                sudo apt-get purge nvidia* 
                sudo apt-get install nvidia-390 nvidia-modprobe


                Blacklist nouveau



                sudo gedit /etc/modprobe.d/blacklist-nouveau.conf


                Wrote:



                blacklist nouveau
                options nouveau modeset=0


                Then



                sudo update-initramfs -u
                sudo reboot


                And all is working perfectly.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 4 at 0:32









                jealcalat

                11




                11



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028606%2fflickering-behavior-on-ubuntu-16-04-with-amd-ryzen-5-1600-gtx1050-graphics-car%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    How do I move numbers in filenames, in a batch renaming operation?