<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 05/07/2016 04:44 PM, Fritz Hudnut
wrote:<br>
</div>
<blockquote
cite="mid:CAG62idBaE9nMP9RWsU4gvQJbf+gCh-KH5iDkG17-GyFoUXt8Yw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, May 6, 2016 at 12:59 PM,
Israel <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:israeldahl@gmail.com" target="_blank">israeldahl@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">if it returns
nothing after the command run<br>
echo $?<br>
if you get a 0, this means YES<span class=""><br>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_extra">In 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.<br>
<br>
</div>
</div>
</blockquote>
</span> It does NOT mean it will wake up correctly,
though... :( It just means you can suspend.<br>
<br>
What graphics card do you have<br>
i.e.<br>
lspci | grep VGA</div>
</blockquote>
</div>
<br>
<br>
</div>
<div class="gmail_extra">@Israel:<br>
<br>
</div>
<div class="gmail_extra">Looks like I got a "1" . . . which I
guess if it isn't "0" means "No"?? <br>
<br>
desktop:~$ sudo echo $?<br>
1<br>
desktop:~$ lspci | grep VGA<br>
0000:00:10.0 VGA compatible controller: Advanced Micro
Devices, Inc. [AMD/ATI] Rage 128 PRO AGP 4x TMDS<br>
<br>
</div>
</div>
</blockquote>
Hey Fritz, try:<br>
sudo pm-is-supported --suspend && (( $? == 0 )) &&
echo "Yeah, it works"<br>
This will be more clear.<br>
If it works, it will tell you :D<br>
<br>
I am not sure if those ATI Rage cards suspend at all... sorry.<br>
<pre class="moz-signature" cols="72">--
Regards</pre>
</body>
</html>