[lubuntu-users] Does the computer support "suspend"?
Israel
israeldahl at gmail.com
Sat May 7 22:36:13 UTC 2016
On 05/07/2016 04:44 PM, Fritz Hudnut wrote:
>
> On Fri, May 6, 2016 at 12:59 PM, Israel <israeldahl at gmail.com
> <mailto:israeldahl at gmail.com>> wrote:
>
> if it returns nothing after the command run
> echo $?
> if you get a 0, this means YES
>> 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.
>>
> 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 VGA
> 0000: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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/lubuntu-users/attachments/20160507/7988c5ae/attachment.html>
More information about the Lubuntu-users
mailing list