Some times when i close the lid of my laptop I get black screen











up vote
0
down vote

favorite












I bought a LENOVO G50-70 59-440027 laptop.
some times I close the lid and when I open it up again I get black screen and the only way to see my screen is to power cycle the laptop.










share|improve this question
























  • Related: askubuntu.com/questions/248967/…
    – Elder Geek
    Apr 25 '15 at 17:31










  • What's your question?
    – David Foerster
    Mar 14 '16 at 10:35















up vote
0
down vote

favorite












I bought a LENOVO G50-70 59-440027 laptop.
some times I close the lid and when I open it up again I get black screen and the only way to see my screen is to power cycle the laptop.










share|improve this question
























  • Related: askubuntu.com/questions/248967/…
    – Elder Geek
    Apr 25 '15 at 17:31










  • What's your question?
    – David Foerster
    Mar 14 '16 at 10:35













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I bought a LENOVO G50-70 59-440027 laptop.
some times I close the lid and when I open it up again I get black screen and the only way to see my screen is to power cycle the laptop.










share|improve this question















I bought a LENOVO G50-70 59-440027 laptop.
some times I close the lid and when I open it up again I get black screen and the only way to see my screen is to power cycle the laptop.







14.04 screen lenovo






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 25 '15 at 17:28









Elder Geek

26.3k952124




26.3k952124










asked Apr 25 '15 at 17:24









Jim

41




41












  • Related: askubuntu.com/questions/248967/…
    – Elder Geek
    Apr 25 '15 at 17:31










  • What's your question?
    – David Foerster
    Mar 14 '16 at 10:35


















  • Related: askubuntu.com/questions/248967/…
    – Elder Geek
    Apr 25 '15 at 17:31










  • What's your question?
    – David Foerster
    Mar 14 '16 at 10:35
















Related: askubuntu.com/questions/248967/…
– Elder Geek
Apr 25 '15 at 17:31




Related: askubuntu.com/questions/248967/…
– Elder Geek
Apr 25 '15 at 17:31












What's your question?
– David Foerster
Mar 14 '16 at 10:35




What's your question?
– David Foerster
Mar 14 '16 at 10:35










3 Answers
3






active

oldest

votes

















up vote
1
down vote













I personally had this issue solved with a driver update (on a laptop with mixed Intel / nVidia graphics; I updated both the Intel and the nVidia drivers).



If this doesn't solve the problem for you or you can't update the drivers for any reason, the best I can give is a better workaround, i.e. once opened the lid to switch to a TTY with Ctrl+Alt+F1 and then to switch back to the X environment with Ctrl+Alt+F7.






share|improve this answer






























    up vote
    0
    down vote













    I had the same problem, fixed it by following solution provided by ubuntu faqs.



    'INFO: This will not work for 12.04, resume from hibernate work differently in 12.04.'



    Pull up a Terminal again and run cat /proc/swaps and hopefully you see the path to your swap partition listed there. If not chances are something went wrong in the steps above. Here's my output: 


    Filename Type Size Used Priority
    /dev/sda2 partition 2676732 73380 -1



    gksu gedit /etc/default/grub & to pull up the boot loader configuration
    Look for the line GRUB_CMDLINE_LINUX="" and make sure it looks like this (using your UUID of course) GRUB_CMDLINE_LINUX="resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7" and save the file
    sudo update-grub and wait for it to finish
    gksu gedit /etc/initramfs-tools/conf.d/resume & and make sure its contents are resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7 (with your UUID of course in place of mine). Save the file!
    sudo update-initramfs -u
    Reboot!





    share|improve this answer




























      up vote
      -2
      down vote













      Update to the latest 16.3 graphics Radeon Crimson. It will work.



      http://www.amd.com/en-us/innovations/software-technologies/enhanced-media/radeon-software






      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%2f613959%2fsome-times-when-i-close-the-lid-of-my-laptop-i-get-black-screen%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        1
        down vote













        I personally had this issue solved with a driver update (on a laptop with mixed Intel / nVidia graphics; I updated both the Intel and the nVidia drivers).



        If this doesn't solve the problem for you or you can't update the drivers for any reason, the best I can give is a better workaround, i.e. once opened the lid to switch to a TTY with Ctrl+Alt+F1 and then to switch back to the X environment with Ctrl+Alt+F7.






        share|improve this answer



























          up vote
          1
          down vote













          I personally had this issue solved with a driver update (on a laptop with mixed Intel / nVidia graphics; I updated both the Intel and the nVidia drivers).



          If this doesn't solve the problem for you or you can't update the drivers for any reason, the best I can give is a better workaround, i.e. once opened the lid to switch to a TTY with Ctrl+Alt+F1 and then to switch back to the X environment with Ctrl+Alt+F7.






          share|improve this answer

























            up vote
            1
            down vote










            up vote
            1
            down vote









            I personally had this issue solved with a driver update (on a laptop with mixed Intel / nVidia graphics; I updated both the Intel and the nVidia drivers).



            If this doesn't solve the problem for you or you can't update the drivers for any reason, the best I can give is a better workaround, i.e. once opened the lid to switch to a TTY with Ctrl+Alt+F1 and then to switch back to the X environment with Ctrl+Alt+F7.






            share|improve this answer














            I personally had this issue solved with a driver update (on a laptop with mixed Intel / nVidia graphics; I updated both the Intel and the nVidia drivers).



            If this doesn't solve the problem for you or you can't update the drivers for any reason, the best I can give is a better workaround, i.e. once opened the lid to switch to a TTY with Ctrl+Alt+F1 and then to switch back to the X environment with Ctrl+Alt+F7.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 25 '15 at 17:48

























            answered Apr 25 '15 at 17:29









            kos

            25.2k869119




            25.2k869119
























                up vote
                0
                down vote













                I had the same problem, fixed it by following solution provided by ubuntu faqs.



                'INFO: This will not work for 12.04, resume from hibernate work differently in 12.04.'



                Pull up a Terminal again and run cat /proc/swaps and hopefully you see the path to your swap partition listed there. If not chances are something went wrong in the steps above. Here's my output: 


                Filename Type Size Used Priority
                /dev/sda2 partition 2676732 73380 -1



                gksu gedit /etc/default/grub & to pull up the boot loader configuration
                Look for the line GRUB_CMDLINE_LINUX="" and make sure it looks like this (using your UUID of course) GRUB_CMDLINE_LINUX="resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7" and save the file
                sudo update-grub and wait for it to finish
                gksu gedit /etc/initramfs-tools/conf.d/resume & and make sure its contents are resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7 (with your UUID of course in place of mine). Save the file!
                sudo update-initramfs -u
                Reboot!





                share|improve this answer

























                  up vote
                  0
                  down vote













                  I had the same problem, fixed it by following solution provided by ubuntu faqs.



                  'INFO: This will not work for 12.04, resume from hibernate work differently in 12.04.'



                  Pull up a Terminal again and run cat /proc/swaps and hopefully you see the path to your swap partition listed there. If not chances are something went wrong in the steps above. Here's my output: 


                  Filename Type Size Used Priority
                  /dev/sda2 partition 2676732 73380 -1



                  gksu gedit /etc/default/grub & to pull up the boot loader configuration
                  Look for the line GRUB_CMDLINE_LINUX="" and make sure it looks like this (using your UUID of course) GRUB_CMDLINE_LINUX="resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7" and save the file
                  sudo update-grub and wait for it to finish
                  gksu gedit /etc/initramfs-tools/conf.d/resume & and make sure its contents are resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7 (with your UUID of course in place of mine). Save the file!
                  sudo update-initramfs -u
                  Reboot!





                  share|improve this answer























                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    I had the same problem, fixed it by following solution provided by ubuntu faqs.



                    'INFO: This will not work for 12.04, resume from hibernate work differently in 12.04.'



                    Pull up a Terminal again and run cat /proc/swaps and hopefully you see the path to your swap partition listed there. If not chances are something went wrong in the steps above. Here's my output: 


                    Filename Type Size Used Priority
                    /dev/sda2 partition 2676732 73380 -1



                    gksu gedit /etc/default/grub & to pull up the boot loader configuration
                    Look for the line GRUB_CMDLINE_LINUX="" and make sure it looks like this (using your UUID of course) GRUB_CMDLINE_LINUX="resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7" and save the file
                    sudo update-grub and wait for it to finish
                    gksu gedit /etc/initramfs-tools/conf.d/resume & and make sure its contents are resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7 (with your UUID of course in place of mine). Save the file!
                    sudo update-initramfs -u
                    Reboot!





                    share|improve this answer












                    I had the same problem, fixed it by following solution provided by ubuntu faqs.



                    'INFO: This will not work for 12.04, resume from hibernate work differently in 12.04.'



                    Pull up a Terminal again and run cat /proc/swaps and hopefully you see the path to your swap partition listed there. If not chances are something went wrong in the steps above. Here's my output: 


                    Filename Type Size Used Priority
                    /dev/sda2 partition 2676732 73380 -1



                    gksu gedit /etc/default/grub & to pull up the boot loader configuration
                    Look for the line GRUB_CMDLINE_LINUX="" and make sure it looks like this (using your UUID of course) GRUB_CMDLINE_LINUX="resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7" and save the file
                    sudo update-grub and wait for it to finish
                    gksu gedit /etc/initramfs-tools/conf.d/resume & and make sure its contents are resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7 (with your UUID of course in place of mine). Save the file!
                    sudo update-initramfs -u
                    Reboot!






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 4 at 13:19









                    iamTAK

                    1




                    1






















                        up vote
                        -2
                        down vote













                        Update to the latest 16.3 graphics Radeon Crimson. It will work.



                        http://www.amd.com/en-us/innovations/software-technologies/enhanced-media/radeon-software






                        share|improve this answer



























                          up vote
                          -2
                          down vote













                          Update to the latest 16.3 graphics Radeon Crimson. It will work.



                          http://www.amd.com/en-us/innovations/software-technologies/enhanced-media/radeon-software






                          share|improve this answer

























                            up vote
                            -2
                            down vote










                            up vote
                            -2
                            down vote









                            Update to the latest 16.3 graphics Radeon Crimson. It will work.



                            http://www.amd.com/en-us/innovations/software-technologies/enhanced-media/radeon-software






                            share|improve this answer














                            Update to the latest 16.3 graphics Radeon Crimson. It will work.



                            http://www.amd.com/en-us/innovations/software-technologies/enhanced-media/radeon-software







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Mar 14 '16 at 11:33









                            techraf

                            2,75092035




                            2,75092035










                            answered Mar 14 '16 at 9:31









                            JOHNNY

                            1




                            1






























                                draft saved

                                draft discarded




















































                                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.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • 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%2f613959%2fsome-times-when-i-close-the-lid-of-my-laptop-i-get-black-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

                                flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                                Mangá

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