NVIDIA Drivers problem with MX 150 in Kubuntu 18.04











up vote
0
down vote

favorite












I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.



After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.










share|improve this question




























    up vote
    0
    down vote

    favorite












    I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.



    After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.



      After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.










      share|improve this question















      I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.



      After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.







      drivers nvidia graphics kubuntu suspend






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 21 at 7:15

























      asked Sep 22 at 20:41









      Dr. Lector

      12




      12






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          You could try this:




          Suspend/Hibernation
          If you use an old NVIDIA driver, hibernation and/or suspend may not
          work. Here is a potential work around:



          We need to edit xorg.conf, open a terminal and enter the following
          command:



          gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
          add Option "NvAGP" "1", you should end up with something like this:



          Section "Device"
          Identifier "my id"
          Driver "my dr"
          VendorName "my vendor"
          BoardName "my board name"
          Option "NvAGP" "1"



          EndSection Blacklist the intel_agp module from being loaded by the
          kernel. This is done by editing blacklist.conf, open a terminal and
          type:



          gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
          line:



          blacklist intel_agp Reboot your system.




          See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation






          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: 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
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1077585%2fnvidia-drivers-problem-with-mx-150-in-kubuntu-18-04%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








            up vote
            0
            down vote













            You could try this:




            Suspend/Hibernation
            If you use an old NVIDIA driver, hibernation and/or suspend may not
            work. Here is a potential work around:



            We need to edit xorg.conf, open a terminal and enter the following
            command:



            gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
            add Option "NvAGP" "1", you should end up with something like this:



            Section "Device"
            Identifier "my id"
            Driver "my dr"
            VendorName "my vendor"
            BoardName "my board name"
            Option "NvAGP" "1"



            EndSection Blacklist the intel_agp module from being loaded by the
            kernel. This is done by editing blacklist.conf, open a terminal and
            type:



            gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
            line:



            blacklist intel_agp Reboot your system.




            See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation






            share|improve this answer

























              up vote
              0
              down vote













              You could try this:




              Suspend/Hibernation
              If you use an old NVIDIA driver, hibernation and/or suspend may not
              work. Here is a potential work around:



              We need to edit xorg.conf, open a terminal and enter the following
              command:



              gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
              add Option "NvAGP" "1", you should end up with something like this:



              Section "Device"
              Identifier "my id"
              Driver "my dr"
              VendorName "my vendor"
              BoardName "my board name"
              Option "NvAGP" "1"



              EndSection Blacklist the intel_agp module from being loaded by the
              kernel. This is done by editing blacklist.conf, open a terminal and
              type:



              gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
              line:



              blacklist intel_agp Reboot your system.




              See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                You could try this:




                Suspend/Hibernation
                If you use an old NVIDIA driver, hibernation and/or suspend may not
                work. Here is a potential work around:



                We need to edit xorg.conf, open a terminal and enter the following
                command:



                gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
                add Option "NvAGP" "1", you should end up with something like this:



                Section "Device"
                Identifier "my id"
                Driver "my dr"
                VendorName "my vendor"
                BoardName "my board name"
                Option "NvAGP" "1"



                EndSection Blacklist the intel_agp module from being loaded by the
                kernel. This is done by editing blacklist.conf, open a terminal and
                type:



                gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
                line:



                blacklist intel_agp Reboot your system.




                See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation






                share|improve this answer












                You could try this:




                Suspend/Hibernation
                If you use an old NVIDIA driver, hibernation and/or suspend may not
                work. Here is a potential work around:



                We need to edit xorg.conf, open a terminal and enter the following
                command:



                gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
                add Option "NvAGP" "1", you should end up with something like this:



                Section "Device"
                Identifier "my id"
                Driver "my dr"
                VendorName "my vendor"
                BoardName "my board name"
                Option "NvAGP" "1"



                EndSection Blacklist the intel_agp module from being loaded by the
                kernel. This is done by editing blacklist.conf, open a terminal and
                type:



                gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
                line:



                blacklist intel_agp Reboot your system.




                See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 21 at 7:53









                Andreas Hartmann

                95361638




                95361638






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1077585%2fnvidia-drivers-problem-with-mx-150-in-kubuntu-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á

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