Ubuntu 18.04 sleep mode causes system to hang with a pixelated screen The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Can't install nvidia drivers on a 2 card laptop for xubuntu 14.04Asus N751JK, Ubuntu 14,04, can't detect Nvidia geforce gtx 850m, can't install driversTurn screen off on sleep modeUbuntu 17.10 boot issues on Dell XPS 15 9560, dual monitor, suspend/resumeThe brightness of laptop screen cannot be adjusted with either the buttons or the slider. EditNvidia driver not loaded?wl module is loaded but not workingUbuntu 18.04 LTS issue: Logoff causes black screenUbuntu with AMD Topaz XT Radeon R7 does not wake up after suspendUbuntu 18.04: Black screen on boot connected to Samsung TV

He got a vote 80% that of Emmanuel Macron’s

Difference between "generating set" and free product?

Is there a writing software that you can sort scenes like slides in PowerPoint?

What are these Gizmos at Izaña Atmospheric Research Center in Spain?

Why can't devices on different VLANs, but on the same subnet, communicate?

How to delete random line from file using Unix command?

Wolves and sheep

I could not break this equation. Please help me

How to copy the contents of all files with a certain name into a new file?

What do you call a plan that's an alternative plan in case your initial plan fails?

How did passengers keep warm on sail ships?

Why did all the guest students take carriages to the Yule Ball?

What's the point in a preamp?

How is simplicity better than precision and clarity in prose?

system() function string length limit

Can the DM override racial traits?

Can smartphones with the same camera sensor have different image quality?

Relations between two reciprocal partial derivatives?

How do I add random spotting to the same face in cycles?

The variadic template constructor of my class cannot modify my class members, why is that so?

Simulation of a banking system with an Account class in C++

Do warforged have souls?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?



Ubuntu 18.04 sleep mode causes system to hang with a pixelated screen



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Can't install nvidia drivers on a 2 card laptop for xubuntu 14.04Asus N751JK, Ubuntu 14,04, can't detect Nvidia geforce gtx 850m, can't install driversTurn screen off on sleep modeUbuntu 17.10 boot issues on Dell XPS 15 9560, dual monitor, suspend/resumeThe brightness of laptop screen cannot be adjusted with either the buttons or the slider. EditNvidia driver not loaded?wl module is loaded but not workingUbuntu 18.04 LTS issue: Logoff causes black screenUbuntu with AMD Topaz XT Radeon R7 does not wake up after suspendUbuntu 18.04: Black screen on boot connected to Samsung TV



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have a Dell XPS 15 with the Nividia 1050 Ti GPU. I recently installed Ubuntu 18.04 on the previously Windows laptop. It works fine, except for when it enters the sleep mode.
This is what my screen looks like when I try to wake it up. White or black with various degrees of pixelation.



Ctrl + Alt + f1 or f2, f3 had no effect. I have to force a shutdown by pressing the power button each time.



Kernel version: uname -r



4.18.0-17-generic


Video driver: sudo lshw -c video | grep 'configuration'



 configuration: driver=nvidia latency=0
configuration: driver=i915 latency=0


lsmod | grep nvidia



nvidia_uvm 798720 0
nvidia_drm 40960 5
nvidia_modeset 1085440 4 nvidia_drm
nvidia 17600512 310 nvidia_uvm,nvidia_modeset
ipmi_msghandler 102400 2 ipmi_devintf,nvidia
drm_kms_helper 172032 2 nvidia_drm,i915
drm 458752 9 drm_kms_helper,nvidia_drm,i915


What exactly is happening. It seems to be a popular bug, but I couldn't find information on a proper fix. This link assumes you have a nouveau graphics driver, which I don't.










share|improve this question







New contributor




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


























    0















    I have a Dell XPS 15 with the Nividia 1050 Ti GPU. I recently installed Ubuntu 18.04 on the previously Windows laptop. It works fine, except for when it enters the sleep mode.
    This is what my screen looks like when I try to wake it up. White or black with various degrees of pixelation.



    Ctrl + Alt + f1 or f2, f3 had no effect. I have to force a shutdown by pressing the power button each time.



    Kernel version: uname -r



    4.18.0-17-generic


    Video driver: sudo lshw -c video | grep 'configuration'



     configuration: driver=nvidia latency=0
    configuration: driver=i915 latency=0


    lsmod | grep nvidia



    nvidia_uvm 798720 0
    nvidia_drm 40960 5
    nvidia_modeset 1085440 4 nvidia_drm
    nvidia 17600512 310 nvidia_uvm,nvidia_modeset
    ipmi_msghandler 102400 2 ipmi_devintf,nvidia
    drm_kms_helper 172032 2 nvidia_drm,i915
    drm 458752 9 drm_kms_helper,nvidia_drm,i915


    What exactly is happening. It seems to be a popular bug, but I couldn't find information on a proper fix. This link assumes you have a nouveau graphics driver, which I don't.










    share|improve this question







    New contributor




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






















      0












      0








      0








      I have a Dell XPS 15 with the Nividia 1050 Ti GPU. I recently installed Ubuntu 18.04 on the previously Windows laptop. It works fine, except for when it enters the sleep mode.
      This is what my screen looks like when I try to wake it up. White or black with various degrees of pixelation.



      Ctrl + Alt + f1 or f2, f3 had no effect. I have to force a shutdown by pressing the power button each time.



      Kernel version: uname -r



      4.18.0-17-generic


      Video driver: sudo lshw -c video | grep 'configuration'



       configuration: driver=nvidia latency=0
      configuration: driver=i915 latency=0


      lsmod | grep nvidia



      nvidia_uvm 798720 0
      nvidia_drm 40960 5
      nvidia_modeset 1085440 4 nvidia_drm
      nvidia 17600512 310 nvidia_uvm,nvidia_modeset
      ipmi_msghandler 102400 2 ipmi_devintf,nvidia
      drm_kms_helper 172032 2 nvidia_drm,i915
      drm 458752 9 drm_kms_helper,nvidia_drm,i915


      What exactly is happening. It seems to be a popular bug, but I couldn't find information on a proper fix. This link assumes you have a nouveau graphics driver, which I don't.










      share|improve this question







      New contributor




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












      I have a Dell XPS 15 with the Nividia 1050 Ti GPU. I recently installed Ubuntu 18.04 on the previously Windows laptop. It works fine, except for when it enters the sleep mode.
      This is what my screen looks like when I try to wake it up. White or black with various degrees of pixelation.



      Ctrl + Alt + f1 or f2, f3 had no effect. I have to force a shutdown by pressing the power button each time.



      Kernel version: uname -r



      4.18.0-17-generic


      Video driver: sudo lshw -c video | grep 'configuration'



       configuration: driver=nvidia latency=0
      configuration: driver=i915 latency=0


      lsmod | grep nvidia



      nvidia_uvm 798720 0
      nvidia_drm 40960 5
      nvidia_modeset 1085440 4 nvidia_drm
      nvidia 17600512 310 nvidia_uvm,nvidia_modeset
      ipmi_msghandler 102400 2 ipmi_devintf,nvidia
      drm_kms_helper 172032 2 nvidia_drm,i915
      drm 458752 9 drm_kms_helper,nvidia_drm,i915


      What exactly is happening. It seems to be a popular bug, but I couldn't find information on a proper fix. This link assumes you have a nouveau graphics driver, which I don't.







      18.04 nvidia graphics suspend bug-reporting






      share|improve this question







      New contributor




      araman92 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




      araman92 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




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









      asked Apr 10 at 18:53









      araman92araman92

      1




      1




      New contributor




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





      New contributor





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






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




















          0






          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',
          autoActivateHeartbeat: false,
          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
          );



          );






          araman92 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%2f1132807%2fubuntu-18-04-sleep-mode-causes-system-to-hang-with-a-pixelated-screen%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








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









          draft saved

          draft discarded


















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












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











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














          Thanks for contributing an answer to Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1132807%2fubuntu-18-04-sleep-mode-causes-system-to-hang-with-a-pixelated-screen%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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?