1

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.

Elder Geek
  • 36,752
Jim
  • 19

3 Answers3

1

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.

kos
  • 41,268
0

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!
iamTAK
  • 1
-2

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

techraf
  • 3,316
JOHNNY
  • 1