On 05/07/2016 04:44 PM, Fritz Hudnut wrote:
On Fri, May 6, 2016 at 12:59 PM, Israel <[email protected] <mailto:[email protected]>> wrote:if it returns nothing after the command run echo $? if you get a 0, this means YESIn the Lu session, using those commands did not put the system to sleep, only the display went dark . . . and it wouldn't "revive" . . . . So, I'm not going gung ho on this, just trying out the suggested commands . . . seemingly did not "work" on this PPC unit.It does NOT mean it will wake up correctly, though... :( It just means you can suspend. What graphics card do you have i.e. lspci | grep VGA @Israel: Looks like I got a "1" . . . which I guess if it isn't "0" means "No"?? desktop:~$ sudo echo $? 1 desktop:~$ lspci | grep VGA0000:00:10.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rage 128 PRO AGP 4x TMDS
Hey Fritz, try: sudo pm-is-supported --suspend && (( $? == 0 )) && echo "Yeah, it works" This will be more clear. If it works, it will tell you :D I am not sure if those ATI Rage cards suspend at all... sorry. -- Regards
-- Lubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/lubuntu-users
