<?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=7020&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7020</link>
		<description><![CDATA[The most recent posts in [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus.]]></description>
		<lastBuildDate>Tue, 01 Apr 2025 11:42:46 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55093#p55093</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I&#039;ve never got nvidia to install even by following the instructions above. The msg I get is:</p></div></blockquote></div><p>Install linux headers:</p><div class="codebox"><pre><code>sudo apt install linux-headers-amd64</code></pre></div><p>Then install nvidia driver (for newer video cards) with command:</p><div class="codebox"><pre><code>sudo apt install --no-install-recommends nvidia-driver</code></pre></div><p>Or if you using older video card:</p><div class="codebox"><pre><code>sudo apt install --no-install-recommends nvidia-tesla-470-driver</code></pre></div><p>then, if needed, install nvidia-settings</p><div class="codebox"><pre><code>sudo apt install nvidia-settings-tesla-470</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Tue, 01 Apr 2025 11:42:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55093#p55093</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55090#p55090</link>
			<description><![CDATA[<p>From what you describe, it sounds as if you may be trying to log in via a display manager, but the full X server is failing to start. You could try logging into a text console instead. (Press Ctrl+Alt+F1 to bring up a console.) From there, you may be able to troubleshoot the issue.</p><p>I&#039;m not sure if persistenced can cause the kind of problem you&#039;re having, but removing it definitely won&#039;t prevent you from using the graphics driver. Other users (including myself) have experienced the same error. It was discussed here in the <a href="https://dev1galaxy.org/viewtopic.php?pid=20903#p20903" rel="nofollow">Beowulf beta thread</a>. It seems the init script may try to start the persistenced service without checking first to see if it&#039;s already running. One user in the above thread modified the script to address this issue, while another fixed it by removing and reinstalling the service. I chose to simply purge it from my system.</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Tue, 01 Apr 2025 01:21:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55090#p55090</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54933#p54933</link>
			<description><![CDATA[<p>I&#039;ve never got nvidia to install even by following the instructions above. The msg I get is:</p><p>ERRORS were encountered while processing:<br />nvidia-persistenced<br />E: Sub-process /usr/bin/dpkg returned an error code (1).</p><p>If I reboot I will get a login screen but when I enter my password it just blinks and comes right back to the login screen.</p><p>I&#039;m not sure what to do. I would love to run Devuan but without the nvidia-driver I get way too much screen tearing in my browsers.</p>]]></description>
			<author><![CDATA[dummy@example.com (NakedRider)]]></author>
			<pubDate>Fri, 14 Mar 2025 18:55:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54933#p54933</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54063#p54063</link>
			<description><![CDATA[<p>mostly for future thread visitors, since nvidia-detect was mentioned:</p><p><a href="https://wiki.debian.org/NvidiaGraphicsDrivers" rel="nofollow"> https://wiki.debian.org/NvidiaGraphicsDrivers</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Mon, 13 Jan 2025 08:40:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54063#p54063</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54055#p54055</link>
			<description><![CDATA[<p>Nice! But don&#039;t you need to make a xorg.conf if you install the Nvidia drivers? Been years since I ran an Nvidia machine.</p><p>Another easy way to identify your chip is to install <span class="bbc">nvidia-detect</span> then run that in terminal, it will also attempt to suggest what packages you might need to install for your chip.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 12 Jan 2025 19:21:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54055#p54055</guid>
		</item>
		<item>
			<title><![CDATA[[HowTo]Install latests community NvidiaGraphicsDrivers on Daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54054#p54054</link>
			<description><![CDATA[<p><span class="bbu">Disclaimer:</span> &quot;This tutorial only focuses on the second way to install Nvidia&#039;s proprietary drivers, if the &quot;apt install nvidia-driver&quot; way does not work on your installation, you can rely on this tutorial.To all those who use Plymouth with various scripts, there is a high risk of startup problems because Plymouth behaves badly with nvidia&#039;s proprietary drivers, so please do not follow this How-to. You can, however, find out more on the <a href="https://wiki.debian.org/plymouth#nvidiakms" rel="nofollow">Plymouth Debian Wiki</a>.&quot;</p><p>Prerequisites:</p><p>- make a backup with Timeshift (safety first)</p><p>- check <a href="https://us.download.nvidia.com/XFree86/Linux-x86_64/535.216.01/README/supportedchips.html" rel="nofollow">graphics card compatibility</a><br />&#160; (if your graphics card does not appear in the list, it is not necessary to install the latest driver, the one installed by default will suffice)</p><p>- command line as root to check which GPU is installed:<br />&#160; </p><div class="codebox"><pre><code>lshw -numeric -C display</code></pre></div><p> <a href="https://ibb.co/5B1f3w8" rel="nofollow">Output</a></p><p>If the prerequisites are satisfied, you can continue with the tutorial below.</p><p>First step add non-free-firmware sources befor install Linux Headers and compilation dependencies:</p><div class="codebox"><pre><code>nano /etc/apt/sources.list</code></pre></div><p>Add the lines below behind each debian source and enabling the backports:</p><div class="codebox"><pre><code>non-free-firmware</code></pre></div><div class="codebox"><pre><code>deb http://deb.devuan.org/merged daedalus-backports main non-free-firmware</code></pre></div><p>Then update and install Linux Headers and compilation dependencies:</p><div class="codebox"><pre><code>apt update &amp;&amp; apt install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config dkms -y</code></pre></div><p>Second step blacklist the nouveau driver, create a blacklist file:</p><div class="codebox"><pre><code>nano /etc/modprobe.d/blacklist-nouveau.conf</code></pre></div><p>In the file add the following lines and save the file:</p><div class="codebox"><pre><code>blacklist nouveau
options nouveau modeset=0</code></pre></div><p>Then regenerate the kernel initramfs:</p><div class="codebox"><pre><code>update-initramfs -u</code></pre></div><p>Third step install the latests NvidiaGraphicsDrivers:</p><div class="codebox"><pre><code>apt install -t daedalus-backports firmware-misc-nonfree nvidia-kernel-dkms nvidia-driver nvidia-cuda-toolkit nvidia-cuda-dev nvidia-settings nvidia-smi nvidia-xconfig nvidia-opencl-icd nvidia-opencl-common nvidia-detect -y</code></pre></div><p>Reboot.</p><p>To view how version you have installed, just open an terminal and enter follow:</p><div class="codebox"><pre><code>nvidia-smi</code></pre></div><p>Enjoy!</p><p><a href="https://wiki.debian.org/NvidiaGraphicsDrivers#Version_535.216.01" rel="nofollow">Source</a></p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Sun, 12 Jan 2025 19:09:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54054#p54054</guid>
		</item>
	</channel>
</rss>
