<?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=8033&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8033</link>
		<description><![CDATA[The most recent posts in [SOLVED] Did an update and now nvidia drivers aren't working properly.]]></description>
		<lastBuildDate>Wed, 10 Jun 2026 17:38:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64261#p64261</link>
			<description><![CDATA[<p>for it to be found, you would probably have boot into the kernel first; minor disadvantage of the proach, i guess.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 10 Jun 2026 17:38:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64261#p64261</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64260#p64260</link>
			<description><![CDATA[<p>I did try that, but for some reason, it just came up with nothing, so I just ended up doing an apt search for the headers.</p>]]></description>
			<author><![CDATA[dummy@example.com (grimlok)]]></author>
			<pubDate>Wed, 10 Jun 2026 15:13:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64260#p64260</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64259#p64259</link>
			<description><![CDATA[<p>you could install the missing headers simply by inserting</p><div class="codebox"><pre><code>sudo apt install linux-headers-$(uname -r)</code></pre></div><p>and it should find the correct ones needed for you.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 10 Jun 2026 14:33:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64259#p64259</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64258#p64258</link>
			<description><![CDATA[<p>That seems to have been the thicket.&#160; Thanks!</p><p>To recap for future reference:</p><p>When a new kernel is installed from an update, purge your nvidia drivers by doing this:</p><p><a href="https://wiki.debian.org/NvidiaGraphicsDrivers#Uninstallation" rel="nofollow">https://wiki.debian.org/NvidiaGraphicsD … stallation</a></p><p>Then make sure you have the Linux headers installed, I did that like this using the 6.12.90 kernel as example:</p><p>First search to see if they are installed:</p><p>sudo apt search linux-headers-6.12.90*</p><p>And to install, if not:</p><p>sudo apt install linux-headers-6.12.90+deb13.1-amd64 linux-headers-6.12.90+deb13.1-common</p><p>Re-install the nvidia drivers by following this:</p><p><a href="https://wiki.debian.org/NvidiaGraphicsDrivers#GPU_identification" rel="nofollow">https://wiki.debian.org/NvidiaGraphicsD … tification</a></p><p>I think I&#039;m used to this all happening automatically on other distros.&#160; I was using xubuntu.</p><p>Thanks all for your patience and help.<br />GrimLok</p>]]></description>
			<author><![CDATA[dummy@example.com (grimlok)]]></author>
			<pubDate>Wed, 10 Jun 2026 12:14:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64258#p64258</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64253#p64253</link>
			<description><![CDATA[<p>Do you have the kernel headers installed for kernel 6.12.90? They&#039;re needed too.</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Wed, 10 Jun 2026 03:29:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64253#p64253</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64251#p64251</link>
			<description><![CDATA[<p>I did what you said, I did a purge and re-install of the drivers by following this:</p><p><a href="https://wiki.debian.org/NvidiaGraphicsDrivers#Uninstallation" rel="nofollow">https://wiki.debian.org/NvidiaGraphicsD … stallation</a> and then following this:&#160; <a href="https://wiki.debian.org/NvidiaGraphicsDrivers#GPU_identification" rel="nofollow">https://wiki.debian.org/NvidiaGraphicsD … tification</a></p><p>It seemed to re-install and configure for the older kernel, but not the newer one.</p><p>Thanks,<br />GrimLok</p>]]></description>
			<author><![CDATA[dummy@example.com (grimlok)]]></author>
			<pubDate>Wed, 10 Jun 2026 02:29:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64251#p64251</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64226#p64226</link>
			<description><![CDATA[<p>You have to install the NVIDIA driver again for the newer kernel. I do this every time I update the kernel.....however I am using a Liqourix kernel but the same goes for the standard kernel....or any for that matter. There might be a way to have this update automatically but that is beyond me.</p>]]></description>
			<author><![CDATA[dummy@example.com (JayneCobb)]]></author>
			<pubDate>Tue, 09 Jun 2026 02:27:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64226#p64226</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Did an update and now nvidia drivers aren't working properly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64225#p64225</link>
			<description><![CDATA[<p>Hello all,</p><p>&#160; &#160; &#160;I ran a system update a few days ago, and it caused my nvidia drivers not to work as they should.&#160; The culprit seems to be the 6.12.90 kernel which the system updated to.&#160; I was on the 6.12.88 kernel, and if I switch to that using GRUB, everything works again.&#160; Is this a known bug and is there any fix for it?&#160; If not, is there a way to have my system boot to the older kernel until it is fixed?</p><p>Thanks,<br />GrimLok</p>]]></description>
			<author><![CDATA[dummy@example.com (grimlok)]]></author>
			<pubDate>Tue, 09 Jun 2026 01:41:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64225#p64225</guid>
		</item>
	</channel>
</rss>
