![]() |
Black screen after sleep. Asus EEE1025 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Video Cards (https://www.linuxliteos.com/forums/forumdisplay.php?fid=22) +--- Thread: Black screen after sleep. Asus EEE1025 (/showthread.php?tid=1650) |
Black screen after sleep. Asus EEE1025 - jas - 03-16-2015 Hello Just installed LL on my netbook, and I love it, but there is one thing I cannot live with. Looking at this forum, and many others, but cannot find a solution. Maybe, and I hope, there is! So after putting the lid down of my netbook, or putting it to sleep manually. I cannot see it woken up. There is a black screen, no mouse cursor, but there is hdd movement. (the led is blinking). Sometimes, after more than 5 minutes, the login screen appears again. (but that can be because I clicked something in the black screen.) output of inxi -zv7 Code: [sup][sup] inxi -zv7 Any clue, please? Re: Black screen after sleep. Asus EEE1025 - Valtam - 03-16-2015 Have you tried this? https://www.linuxliteos.com/forums/index.php?topic=1480.msg12791#msg12791 Re: Black screen after sleep. Asus EEE1025 - jas - 03-16-2015 (03-16-2015, 05:36 PM)Jerry link Wrote: Have you tried this? https://www.linuxliteos.com/forums/index.php?topic=1480.msg12791#msg12791 Now I tried, Installed Code: sudo apt-get install acpi-support But no luck. Same thing. Also tried disabling the screensaver. Which is not possible, so I put it to be active after many hours. Fiddled around with the settings in the Power Manager. Dont see any difference in suspend or hibernate behaviour. Sometimes one of the two is greyed out, and I cannot choose. I was trying this, as I think it is an option for LL no? But cannot find the file. (Off topic, but where is the search in the file manager Thunar?) https://sites.google.com/site/easylinuxtipsproject/8#TOC-Disable-hibernation-suspend-to-disk- Thanks for any help in advance! Re: Black screen after sleep. Asus EEE1025 - Valtam - 03-16-2015 (03-16-2015, 07:12 PM)jas link Wrote: Also tried disabling the screensaver. Which is not possible, so I put it to be active after many hours. Don't forget to do File, Restart Daemon on Screensaver after any changes, or they won't stick. Re: Black screen after sleep. Asus EEE1025 - jas - 03-16-2015 (03-16-2015, 07:25 PM)Jerry link Wrote: [quote author=jas link=topic=1723.msg12962#msg12962 date=1426533178] Don't forget to do File, Restart Daemon on Screensaver after any changes, or they won't stick. [/quote] Ok, but we were many forced shutdowns later already ![]() Found the disable screensaver and restarted the daemon. It is something different than Ubuntu, and I like it. But not this black screen............. Re: Black screen after sleep. Asus EEE1025 - jas - 03-16-2015 Update - black screen problem continues also after totally disabling the screensaver. Workaround. in Powermanager select "do nothing" when run on AC power when lid closes. on battery power select "suspend" (that is what I want to function normally) So unplugged and lid closed, result black screen. Plug AC in, black screen stays. Close lid. Open lid And I do have my screen back. (what a way...) Re: Black screen after sleep. Asus EEE1025 - rokytnji - 03-16-2015 How about giving Jerry a Code: sudo parted -l report because you cut off the ram report on your inxi report and your inxi report shows no ram specs like mine does. or a /swap partition. Quote:Info: Processes: 106 Uptime: 1:26 Memory: 241.5/2010.5MB Code: $ sudo parted -l Because memory is tied into how fast a machine wakes up. https://wiki.archlinux.org/index.php/Suspend_and_hibernate Re: Black screen after sleep. Asus EEE1025 - LL-user - 03-16-2015 That sounds familiar (see post: https://www.linuxliteos.com/forums/index.php?topic=839.msg12349#msg12349). As in my last post there, after killing light-locker the system now uses the XScreenSaver look screen when coming back from suspend. Since then I didn't have to reboot, even if it takes sometimes quite a while (and lots of disk I/O) for the XScreenSaver window to show up. Still an issue however is the network connection after coming back from suspend, but also not consistent. Roughly half of the time the network has been disabled. Enabling it via the panel icon doesn't help though. I need to restart the NetworkManager: $ sudo kill $(pidof NetworkManager) Then all is fine. For me it's annoying but I know what to do. ![]() ![]() Are you able to get to a console (Ctrl+Alt+F1)? PS: Just saw your last post with your workaround... haven't tested this. Re: Black screen after sleep. Asus EEE1025 - jas - 03-16-2015 (03-16-2015, 08:24 PM)rokytnji link Wrote: How about giving Jerry a Great!!! You pointed me in the right direction. THANKS Yesterday during install I formatted the boot (sda5) and the home (sda6) dir. And in some way, the swap got lost. So with Gparted I recreated it again, and it works. The output Code: e@asus-e:~$ sudo parted -l doesnot state in File system that sda2 is a swap, (don't know why) but Gparted shows me. (and cannot show you as images are not allowed as attachment) It is working! GREAT. THANKS Re: Black screen after sleep. Asus EEE1025 - jas - 03-16-2015 (03-16-2015, 08:34 PM)LL-user link Wrote: That sounds familiar (see post: https://www.linuxliteos.com/forums/index.php?topic=839.msg12349#msg12349). Yes, I saw your post. Had it once that the network manager was not working. (out of 20). I am on cable now, because wireless does not want to connect. We will see. One thing at a time. ![]() And yes, I could get in the console, and shut down the machine. But off course being a blind man. |