<?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=6860&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / NVidia driver needs more hacks]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6860</link>
		<description><![CDATA[The most recent posts in NVidia driver needs more hacks.]]></description>
		<lastBuildDate>Mon, 14 Oct 2024 17:40:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: NVidia driver needs more hacks]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52640#p52640</link>
			<description><![CDATA[<p>Just in case if it&#039;s still matters.</p><p>Creating /etc/elogind/system-sleep/nvidia with following contents &amp; making it executable:</p><div class="codebox"><pre><code>#!/bin/sh

case &quot;$1&quot; in
    pre)
        /usr/bin/nvidia-sleep.sh &quot;suspend&quot;
        ;;
    post)
        /usr/bin/nvidia-sleep.sh &quot;resume&quot;
        ;;
esac</code></pre></div><p>... and uncommenting following line in /etc/modprobe.d/nvidia-options.conf:</p><div class="codebox"><pre><code>options nvidia-current NVreg_PreserveVideoMemoryAllocations=1</code></pre></div><p>... seems to make it work. And Firefox becomes stable again!</p>]]></description>
			<author><![CDATA[dummy@example.com (MageSlayer)]]></author>
			<pubDate>Mon, 14 Oct 2024 17:40:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52640#p52640</guid>
		</item>
		<item>
			<title><![CDATA[Re: NVidia driver needs more hacks]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52437#p52437</link>
			<description><![CDATA[<p>If the problem is that these .service files can&#039;t do their job without systemd running, then the solution is to fork nvidia-suspend-common, the package that supplies these .service files. Someone needs to step forward to do the work and maintain it as updates come along. (It most likely will not be someone who is already packaging for devuan - there aren&#039;t enough of us.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 28 Sep 2024 10:48:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52437#p52437</guid>
		</item>
		<item>
			<title><![CDATA[NVidia driver needs more hacks]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52436#p52436</link>
			<description><![CDATA[<p>Hi all</p><p>I don&#039;t know if it&#039;s the right place to report issues.<br />But I&#039;d like to report.<br />Looks like nvidia driver needs some more attention to work properly.</p><p>Currently it requires nvidia-suspend.service, nvidia-hibernate.service, and nvidia-resume.service running to avoid crashes on resume for certain application.<br />Specifically Firefox with hardware acceleration enabled crashes on resume without those &quot;services&quot;.</p><p>See <a href="https://github.com/elFarto/nvidia-vaapi-driver/issues/253#issuecomment-2164389423" rel="nofollow">https://github.com/elFarto/nvidia-vaapi … 2164389423</a> and <a href="https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Preserve_video_memory_after_suspend" rel="nofollow">https://wiki.archlinux.org/title/NVIDIA … er_suspend</a> for details.</p><p>BR</p>]]></description>
			<author><![CDATA[dummy@example.com (MageSlayer)]]></author>
			<pubDate>Sat, 28 Sep 2024 07:01:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52436#p52436</guid>
		</item>
	</channel>
</rss>
