<?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=3390&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Nvidia warning at boot #2]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3390</link>
		<description><![CDATA[The most recent posts in [SOLVED] Nvidia warning at boot #2.]]></description>
		<lastBuildDate>Sat, 09 Apr 2022 22:27:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35562#p35562</link>
			<description><![CDATA[<p>Solved!<br /><a href="https://dev1galaxy.org/viewtopic.php?pid=35372#p35372" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=35372#p35372</a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sat, 09 Apr 2022 22:27:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35562#p35562</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20735#p20735</link>
			<description><![CDATA[<p>Try the following command as root:</p><div class="codebox"><pre><code>dpkg-reconfigure nvidia-kernel-dkms</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Thu, 26 Mar 2020 04:09:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20735#p20735</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20733#p20733</link>
			<description><![CDATA[<p>Hi, I blacklist the nouveau driver, for the proprietary driver install with this in the grub line...</p><div class="codebox"><pre><code>nokmsboot nouveau.modeset=0</code></pre></div><p>I leave it there after install, but i still see the module has loaded with lsmod, but it doesn&#039;t seem to create any problems.</p><p>anyhow, it may help ...</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Wed, 25 Mar 2020 23:48:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20733#p20733</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20724#p20724</link>
			<description><![CDATA[<p>You probably need to run update-initramfs (or live-update-initramfs) to make the blacklist take effect. Without that the initial ramdisk will still tell the OS to load nouveau. Check the man page first though.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 25 Mar 2020 17:49:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20724#p20724</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20716#p20716</link>
			<description><![CDATA[<p>Hi!) Thanks for quick reply)</p><p>Non-free nvidia driver i am installing from Devuan repo.</p><div class="codebox"><pre><code># apt install linux-headers-$(uname -r|sed &#039;s/[^-]*-[^-]*-//&#039;) nvidia-legacy-340xx-driver</code></pre></div><p>I have bit problem with blacklisting nouveau on Devuan. Blacklisting method through /etc/modprobe.d/* not help. I am blacklisted nouveau only through GRUB. Why usual(/etc/modprobe.d/*) method blacklisting not work?</p><div class="codebox"><pre><code>GRUB_CMDLINE_LINUX_DEFAULT=&quot;modprobe.blacklist=nouveau nouveau.blacklist=1 nomodset quiet splash&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Wed, 25 Mar 2020 13:33:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20716#p20716</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20709#p20709</link>
			<description><![CDATA[<p>How did you install the driver?</p><p>What about nouveau?</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 25 Mar 2020 03:59:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20709#p20709</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Nvidia warning at boot #2]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20702#p20702</link>
			<description><![CDATA[<p>Hello! Here is similar topic <a href="https://dev1galaxy.org/viewtopic.php?pid=10918" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=10918</a></p><p>I have an up-to-date Devuan ASCII with Nvidia non-free drivers 340.108</p><p>But i want to know how remove this message from booting log?</p><div class="codebox"><pre><code>root@home:/etc/modprobe.d# dmesg | grep -i nvidia
[    1.094049] udevd[93]: Error running install command for nvidia
[    8.801126] udevd[427]: could not find module by name=&#039;nvidia&#039;
root@home:/etc/modprobe.d# </code></pre></div><div class="codebox"><pre><code>root@home:/etc/default# grep &quot;install nvidia&quot; /etc/modprobe.d/*
/etc/modprobe.d/nvidia.conf:install nvidia modprobe -i nvidia-legacy-340xx $CMDLINE_OPTS
/etc/modprobe.d/nvidia.conf:install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-legacy-340xx-uvm $CMDLINE_OPTS
root@home:/etc/default# </code></pre></div><p>ps sorry for my English<br />pps i have no this file &quot;/etc/modprobe.d/lrm-video&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Tue, 24 Mar 2020 20:01:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20702#p20702</guid>
		</item>
	</channel>
</rss>
