<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7045&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Laptop resume from sleep stopped working [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7045</link>
		<description><![CDATA[The most recent posts in Laptop resume from sleep stopped working [SOLVED].]]></description>
		<lastBuildDate>Tue, 28 Jan 2025 11:19:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Laptop resume from sleep stopped working [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54323#p54323</link>
			<description><![CDATA[<p>Sorry for noise.<br />My fault. Script should be following instead:</p><div class="codebox"><pre><code>#!/bin/sh

/usr/bin/logger -t &quot;DEBUG&quot; -s &quot;/etc/elogind/system-sleep/nvidia $1 $2&quot;

case &quot;$1/$2&quot; in
    pre/suspend)
        /usr/bin/nvidia-sleep.sh &quot;suspend&quot;
        ;;
    post/suspend)
        /usr/bin/nvidia-sleep.sh &quot;resume&quot;
        ;;
esac</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (MageSlayer)]]></author>
			<pubDate>Tue, 28 Jan 2025 11:19:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54323#p54323</guid>
		</item>
		<item>
			<title><![CDATA[Laptop resume from sleep stopped working [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54304#p54304</link>
			<description><![CDATA[<p>Hi all</p><p>I am under Excalibur.<br />I am not sure what is the culprit, but day or two ago I upgraded elogind to version 255.17-1 and polkitd 126-2devuan1.</p><p>Now my script in /etc/elogind/system-sleep/nvidia for resuming NVidia Prime hackery below does not show resumes neither under &quot;deep&quot; nor &quot;s2idle&quot; settings.<br />I tried changing SuspendMode in /etc/elogind/sleep.conf.d/10-elogind.conf.<br />user.log shows only &quot;pre/post&quot; &quot;suspend&quot; invocations. </p><p>Manually executing /etc/elogind/system-sleep/nvidia script and passing &quot;post&quot; &quot;resume&quot; args to it works fine &amp; resumes GUI.</p><div class="codebox"><pre><code>#!/bin/sh

/usr/bin/logger -t &quot;DEBUG&quot; -s &quot;/etc/elogind/system-sleep/nvidia $1 $2&quot;

case &quot;$1/$2&quot; in
    pre/suspend)
        /usr/bin/nvidia-sleep.sh &quot;suspend&quot;
        ;;
    post/resume)
        /usr/bin/nvidia-sleep.sh &quot;resume&quot;
        ;;
esac</code></pre></div><p>&#160; </p><p>P.S. Recent elogind-255.17-2 does NOT solve the problem (neither in &quot;deep&quot; nor in &quot;s2idle&quot; modes)</p><p>Any help?</p>]]></description>
			<author><![CDATA[dummy@example.com (MageSlayer)]]></author>
			<pubDate>Sat, 25 Jan 2025 15:34:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54304#p54304</guid>
		</item>
	</channel>
</rss>
