<?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=4354&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Nvidia persistence?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4354</link>
		<description><![CDATA[The most recent posts in Nvidia persistence?.]]></description>
		<lastBuildDate>Sun, 06 Feb 2022 15:19:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Nvidia persistence?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34441#p34441</link>
			<description><![CDATA[<p>I would like to add some more details on the issue and suggest a slightly different solution.<br />Since the issue is caused by the <span class="bbc">nvidia-persistenced</span> package alone, I believe that the workaround with <span class="bbc">--no-install-recommends</span> is not an optimal one. User likely might want to get the other recommended packages for <span class="bbc">nvidia-driver</span> to be installed. The <span class="bbc">nvidia-settings</span> (GUI tool for NVidia driver settings) is one of the recommended ones, for example. Also, for Steam-Proton the <span class="bbc">nvidia-driver-libs:i386</span> is required, and it is also marked as recommended for <span class="bbc">nvidia-driver</span> (assuming that the user have enabled i386 architecture before the driver installation). And the linux kernel headers along with nvidia DKMS package (both are required to build the driver module during the installation)) are also in the recommended.</p><p>So, instead of using <span class="bbc">--no-install-recommends</span> I think the better option would be to just not install <span class="bbc">nvidia-persistenced</span> alone, and we can do that with <span class="bbc">apt-mark</span>.&#160; </p><p>To prevent the installation of <span class="bbc">nvidia-persistenced</span> and it&#039;s i386 version (if you have i386 packages enabled) do this:</p><div class="codebox"><pre><code>$ sudo apt-mark hold nvidia-persistenced nvidia-persistenced:i386</code></pre></div><p>After this you can just install the driver as usual. All the dependencies will be pulled and installed except the <span class="bbc">nvidia-persistenced</span>.</p><p>In my case with Devuan Chemaera and 1050Ti all I need to do to install NVidia drivers and get them ready for Steam-Proton is:<br />1. Enable i386 packages for Steam and <span class="bbc">nvidia-driver-libs:i386</span> which is required by Steam:</p><div class="codebox"><pre><code>$ sudo dpkg --add-architecture i386</code></pre></div><div class="codebox"><pre><code>$ sudo apt update</code></pre></div><p>2. Put the problematic packages on hold:</p><div class="codebox"><pre><code>$ sudo apt-mark hold nvidia-persistenced nvidia-persistenced:i386</code></pre></div><p>2. Install the driver meta-package. It pulls all the other required packages like DKMS build tools, i386 libs, etc. recommended so they are getting installed automatically.</p><div class="codebox"><pre><code>$ sudo apt install nvidia-driver</code></pre></div><p>3. The last step is Steam:</p><div class="codebox"><pre><code>$ sudo apt install steam</code></pre></div><p>Probably in the case of the legacy 390 driver the steps for headers and DKMS were required. In case of current 460 driver everything is installed automatically thanks to the recommended packages auto installation process.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ermiq)]]></author>
			<pubDate>Sun, 06 Feb 2022 15:19:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34441#p34441</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nvidia persistence?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30045#p30045</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Spaceman Spiff wrote:</cite><blockquote><div><p>... installed the proprietary nvidia driver ...<br />... keep getting this message when I install a new package ...</p></div></blockquote></div><p>Did you check out the thread I suggested?&#160; -&gt;&#160; <a href="https://dev1galaxy.org/viewtopic.php?id=3820" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3820</a></p><p>See post #23, it has a step by step rendition of how I followed Hevy Devy&#039;s instructions and solved my problem.</p><p>Don&#039;t skip any steps.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 06 Jun 2021 00:44:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30045#p30045</guid>
		</item>
		<item>
			<title><![CDATA[Nvidia persistence?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30044#p30044</link>
			<description><![CDATA[<p>I installed the proprietary nvidia driver about a week ago.<br />After that, I keep getting this message when I install a new package in synaptic. Is it something or should I ignore it?</p><p>nvidia-persistenced failed to initialize. Check syslog for more details.<br />invoke-rc.d: initscript nvidia-persistenced, action &quot;start&quot; failed.<br />dpkg: error processing package nvidia-persistenced (--configure):<br /> installed nvidia-persistenced package post-installation script subprocess returned error exit status 1<br />Errors were encountered while processing:<br /> nvidia-persistenced</p>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Sat, 05 Jun 2021 23:56:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30044#p30044</guid>
		</item>
	</channel>
</rss>
