![]() |
Black Screen after hibernate - Intel Graphics - 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 hibernate - Intel Graphics (/showthread.php?tid=2173) Pages:
1
2
|
Black Screen after hibernate - Intel Graphics - firenice03 - 09-09-2015 Moving my posts from the ASUS thread to a new. Referenced https://www.linuxliteos.com/forums/video-cards/%28solved%29-black-screen-after-sleep-asus-eee1025/15/ My issue is that I received a blank screen after closing the lid (hibernating) of my netbook. This 1st post will be lengthy as I wanted to capture the majority of the original thread - lots of good info from misko_2083.. (09-04-2015, 05:00 PM)firenice03 link Wrote: My Dell Netbook (w/ Intel Graphics) appears to do the similar. Running LL2.2 and same with LL2.6 (09-04-2015, 06:41 PM)misko_2083 link Wrote: [quote author=firenice03 link=topic=1723.msg16884#msg16884 date=1441386011]On some hardware putting the video card in the suspend state and recovering from it needs some special quirk handling. Read the manual. Code: man pm-suspend For example: Code: sudo pm-suspend --quirk-vbe-post --quirk-vbemode-restore Code: sudo pm-suspend --quirk-reset-brightness Code: sudo pm-suspend --quirk-dpms-on Code: --quirk-dpms-on When you find the right quirk. Test your system to see if all is running OK. From the manual, to save it create a file in /etc/pm/config.d/ Name it anyway you like. Code: gksu leafpad /etc/pm/config.d/my-quirk Code: ADD_PARAMETERS="pm-suspend --quirk-vbe-post --quirk-vbemode-restore" Which quirk works depends on your hardware, kernel, driver, KMS settings and the probably the phase of the moon. ![]() Save. After reboot it should work. You can put the pc to suspend without sudo with dbus-send. Code: dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Suspend (09-05-2015, 02:47 AM)firenice03 link Wrote: [quote author=misko_2083 link=topic=1723.msg16885#msg16885 date=1441392072]I hear ya, lol ;D Issue is with Dell Mini with Intel video, my other Dell with SIS all seems to work fine (I don't close a lid but still sleeps/hibernate).. Is there a way to see what fails or doesn't initialize - debug or something, I sometimes wonder if its not the driver too.. Just a thought.. [/quote] (09-05-2015, 02:54 PM)firenice03 link Wrote: [quote author=misko_2083 link=topic=1723.msg16885#msg16885 date=1441392072]Thanks - Didn't know about the manual.. Quote:try running sudo pm-suspend with some of the quirksTesting a quirk seems to work initially but after creating the "my-quirk" file it no longer works.. Does the my-quirk file need referenced in a script or ?? (Like adding to grub to activate the file - just as an example) Can the quirk file have multiple lines of parameters like: Code: ADD_PARAMETERS=pm-suspend --quirk-reset-brightness I know I can string additional quirks on a line Code: sudo pm-suspend --quirk-vbe-post --quirk-vbemode-restore Quote:You can put the pc to suspend without sudo with dbus-send.Is this another way to suspend the vs pm-suspend? I tested with by closing the lid ![]() Thanks again!! [/quote] (09-09-2015, 03:01 AM)misko_2083 link Wrote: [quote author=firenice03 link=topic=1723.msg17025#msg17025 date=1441766492] Thought I'd update..... This issue is weird ![]() The Code: dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Suspend I can add a quirk/update grub - close lid the system hibernates no problems - after a few I'll press power to wake, I get GRUB, it "thinks" feather bar, shows a tty screen for a second then the log on prompt. - which.. The big IF.. If I get the "this session is locked - redirecting" screen pop up, which then comes back to same log on = it will work.. If it stays on the log on screen and I log on - goes black, needs to be rebooted. - thus far it seems to work the 1st time after a reboot, after a 2nd hibernate goes black. I've disabled light locker was able to wake and go thru "waking" and directly to desktop (no log on prompt) I'm still testing 8) .. FWIW: Intel Mobile 945GSE Express Integrated Graphics Controller I'll keep updated - not sure but since I'm not running "Asus EEE1025" I can move to a new thread..??... [/quote] Weird stuff. There is a known issue with lightdm-webkit-greeter that's where the popup window is coming from. We should change a greeter eventualy. Probably with LL 3.0. This command will put the comp to hibernation: Code: dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Hibernate This is Asus EEE1025 thread. [/quote] Again hoping this captures the essence of the information - trying not to duplicate too many of the quotes... Re: Black Screen after hibernate - Intel Graphics - firenice03 - 09-09-2015 To update: Since disabling Light-Locker waking from hibernate (closing the lid) has seemed to work each time. I want to test more as I do have quirks enabled, I'll try with out to see if anything changes. For info.. I use Screensaver and Power Manager (for hibernation), Light-Locker was set to "do nothing" except for under "Enable Light-Locker" was on (now off) Thus far the only thing I've noticed is that I'm not prompted for log on after waking (not a big deal for me) I'll test other options and report. I believe there is an option to lock under the settings of either Screensaver or Power Manager. @misko_2083 Thanks again for the info!! 8) Re: Black Screen after hibernate - Intel Graphics - firenice03 - 09-10-2015 So for an update... Waking from hibernating (closing of lid or otherwise) is working normally Tested - All quirks removed, updated grub. Moved quirk file from default location updated grub and rebooted... Disabling Light Locker - after switching "Enable" to off... This remedied the black screen when waking. ![]() Other setting used on system: Screen Saver and Power Manager ![]() Yes I'm using the Matrix ![]() The Lock after X could be used at this time to lock the system on wake using the XScreensaver prompt *If making changes -- File - Restart Daemon Under Advanced - I left blank as I have the screensaver run then hibernate - but Power Mgmt options seem to work - that and using Power Manager ![]() Power Manager ![]() AC/Battery about the same except for duration.. Monitor: Adjustable ![]() Extended: could use Lock feature - same XScreenSaver lock feature ![]() Re: Black Screen after hibernate - Intel Graphics - Valtam - 09-10-2015 Nice share, thank you ![]() Re: Black Screen after hibernate - Intel Graphics - torreydale - 09-10-2015 Are you having the same success when you manually hibernate your PC? Re: Black Screen after hibernate - Intel Graphics - firenice03 - 09-10-2015 (09-10-2015, 03:48 PM)torreydale link Wrote: Are you having the same success when you manually hibernate your PC? The hibernating itself seemed to work great it was waking from it would I get the black screen; unless I manually forced a hibernate from terminal prior to closing the lid, using Code: sudo pm-hibernate My initial So, I closed lid tried to wake = black screen... If I manually hibernated (above code) then closed = woke normally After disabling light locker I close lid = wakes normally; manually hibernating either with above code or with below code - still wakes normally... Code: dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Hibernate In both instances I had Power Manager set to hibernate when lid closed... Hope this clarifies ![]() Re: Black Screen after hibernate - Intel Graphics - torreydale - 09-10-2015 So if I use the screenshot settings you have above, I can close the lid, and it'll hibernate and wake up from hibernation without any additional commands, but if I want to manually hibernate it, I'll need to enter at least one of the commands you have listed? Re: Black Screen after hibernate - Intel Graphics - firenice03 - 09-10-2015 (09-10-2015, 04:51 PM)torreydale link Wrote: So if I use the screenshot settings you have above, I can close the lid, and it'll hibernate and wake up from hibernation without any additional commands, but if I want to manually hibernate it, I'll need to enter at least one of the commands you have listed? As tested on my hardware.. Yes, disabling Light Locker corrected the wake from hibernate when closing lid... I removed any other additional settings/quirks. If you have a hibernate button and configure within Power Manager - I assume this should work as well... For me closing the lid is the easiest way to force a hibernate. You could allow it to go to hibernate after an X amount of time. I have this configured on my 2nd PC (SIS graphics) and it works fine (Light Lock is disabled on this system too) thou its a desktop - no lid to close, and do not recall any issues as I only suspended it before. Light Locker displays a log on screen (along with other options) but with default settings the log on - by disabling you will loose its lock (although fixing the waking from hibernation). If you need a lock, the other 2 applications have a lock prompt as well - it just looks different. You should only have to set 2 options Power Manager: Hibernate when lid is closed Light Locker: Set "Enable Light-locker" under "Locking" to OFF The others options are screensaver and other customization's based on duration. Feel free to mimic. Since these are simple GUI changes - I'd say doesn't hurt to try, worst case it doesn't correct and you have to hard boot. Curious if it does correct and what hardware you're running ;D Re: Black Screen after hibernate - Intel Graphics - torreydale - 09-11-2015 firenice03, I have hibernate working on my Dell Latitude e6430 laptop with specs listed in my forum profile, and with my HP a6110n Pavilion desktop with 8GB of RAM. It would be cool if the Hibernate button in the Log Out dialogue would trigger these Hibernate settings of the Power Manager. Re: Black Screen after hibernate - Intel Graphics - stop0x0000000a - 09-21-2015 Hello All, Had the same issue about light-locker for my ordinary desktop (not a laptop), it could not wake up after Suspend. Black screen, Ctrl+Alt+F1 gave text mode but could not returned to X. In GUI Light-Locker was disabled so I did not pay much attention on those posts on XUbuntu forums. But turned out it was still alive via ~/.config/autostart, a bit strange. Anyway, I've uninstalled the locker completely and my Desktop is happy again ![]() |