<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install NVIDIA Drivers on Fedora Linux	</title>
	<atom:link href="https://www.tecmint.com/install-nvidia-drivers-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-nvidia-drivers-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 24 Jun 2024 04:37:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2183604</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 24 Jun 2024 04:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4094#comment-2183604</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2183467&quot;&gt;P.M.Berg&lt;/a&gt;.

@Berg,

I&#039;m sorry to hear about the issue you&#039;re experiencing. 

Here&#039;s how you can resolve the problem and repair the xorg.conf file:

&lt;strong&gt;1.&lt;/strong&gt; Restart your computer and hold down the &lt;code&gt;Shift&lt;/code&gt; key to access the GRUB menu and select the &quot;&lt;strong&gt;Advanced options for Fedora&lt;/strong&gt;&quot; and then choose a recovery mode option or an older kernel.

&lt;strong&gt;2.&lt;/strong&gt; Once you are in recovery mode, you should have access to a command line. If not, press &lt;code&gt;Ctrl + Alt + F2&lt;/code&gt; to switch to a different TTY and log in with your root credentials or a user with sudo privileges.

&lt;strong&gt;3.&lt;/strong&gt; Backup your current &lt;strong&gt;xorg.conf&lt;/strong&gt; file and delete it so that Xorg will attempt to auto-generate a new one.
&lt;pre&gt;
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo rm /etc/X11/xorg.conf
&lt;/pre&gt;
&lt;strong&gt;4.&lt;/strong&gt; Next, reinstall the &lt;strong&gt;Nvidia Driver&lt;/strong&gt; and regenerate the initramfs to ensure all configurations are updated:
&lt;pre&gt;
sudo dnf remove &#039;*nvidia*&#039;
sudo dnf install akmod-nvidia
sudo dnf install xorg-x11-drv-nvidia-cuda
sudo dracut --force
sudo reboot
&lt;/pre&gt;
This should help you resolve the issue.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2183467">P.M.Berg</a>.</p>
<p>@Berg,</p>
<p>I&#8217;m sorry to hear about the issue you&#8217;re experiencing. </p>
<p>Here&#8217;s how you can resolve the problem and repair the xorg.conf file:</p>
<p><strong>1.</strong> Restart your computer and hold down the <code>Shift</code> key to access the GRUB menu and select the &#8220;<strong>Advanced options for Fedora</strong>&#8221; and then choose a recovery mode option or an older kernel.</p>
<p><strong>2.</strong> Once you are in recovery mode, you should have access to a command line. If not, press <code>Ctrl + Alt + F2</code> to switch to a different TTY and log in with your root credentials or a user with sudo privileges.</p>
<p><strong>3.</strong> Backup your current <strong>xorg.conf</strong> file and delete it so that Xorg will attempt to auto-generate a new one.</p>
<pre>
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo rm /etc/X11/xorg.conf
</pre>
<p><strong>4.</strong> Next, reinstall the <strong>Nvidia Driver</strong> and regenerate the initramfs to ensure all configurations are updated:</p>
<pre>
sudo dnf remove '*nvidia*'
sudo dnf install akmod-nvidia
sudo dnf install xorg-x11-drv-nvidia-cuda
sudo dracut --force
sudo reboot
</pre>
<p>This should help you resolve the issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: P.M.Berg		</title>
		<link>https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2183467</link>

		<dc:creator><![CDATA[P.M.Berg]]></dc:creator>
		<pubDate>Sun, 23 Jun 2024 12:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4094#comment-2183467</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2152656&quot;&gt;Ravi Saive&lt;/a&gt;.

Hi Ravi,

Yesterday night, I installed &lt;strong&gt;Fedora Workstation 40&lt;/strong&gt; alongside &lt;strong&gt;Win11&lt;/strong&gt; because I want to migrate to &lt;strong&gt;Linux&lt;/strong&gt;. I followed your instructions in Method 2, and everything worked as you described. 

Unfortunately, I answered the last question about starting the proprietary Nvidia driver when restarting X11 with &quot;&lt;strong&gt;yes&lt;/strong&gt;&quot; although it was prechecked with &quot;&lt;strong&gt;no&lt;/strong&gt;&quot;. After rebooting &lt;strong&gt;Fedora&lt;/strong&gt;, I found myself facing a green window with no command line and no possibility to activate a command line to see what happened with the X11 configuration.

As I want to learn how to manage such issues, I would like to know how I can handle this issue and repair the &lt;strong&gt;xorg.conf&lt;/strong&gt; file. 

Can you help me with what to do, please?&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2152656">Ravi Saive</a>.</p>
<p>Hi Ravi,</p>
<p>Yesterday night, I installed <strong>Fedora Workstation 40</strong> alongside <strong>Win11</strong> because I want to migrate to <strong>Linux</strong>. I followed your instructions in Method 2, and everything worked as you described. </p>
<p>Unfortunately, I answered the last question about starting the proprietary Nvidia driver when restarting X11 with &#8220;<strong>yes</strong>&#8221; although it was prechecked with &#8220;<strong>no</strong>&#8220;. After rebooting <strong>Fedora</strong>, I found myself facing a green window with no command line and no possibility to activate a command line to see what happened with the X11 configuration.</p>
<p>As I want to learn how to manage such issues, I would like to know how I can handle this issue and repair the <strong>xorg.conf</strong> file. </p>
<p>Can you help me with what to do, please?&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2152656</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 28 Mar 2024 04:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4094#comment-2152656</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2152489&quot;&gt;hammerhead corvette&lt;/a&gt;.

@Hammerhead,

Thank you for the heads up! We&#039;ll make sure to recommend the Third Party Repo or the Negativo17 Repo for Nvidia driver installation on Fedora moving forward. Appreciate the input!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2152489">hammerhead corvette</a>.</p>
<p>@Hammerhead,</p>
<p>Thank you for the heads up! We&#8217;ll make sure to recommend the Third Party Repo or the Negativo17 Repo for Nvidia driver installation on Fedora moving forward. Appreciate the input!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hammerhead corvette		</title>
		<link>https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2152489</link>

		<dc:creator><![CDATA[hammerhead corvette]]></dc:creator>
		<pubDate>Wed, 27 Mar 2024 14:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4094#comment-2152489</guid>

					<description><![CDATA[Please stop recommending the Method 2 manual way of installing the &lt;strong&gt;Nvidia Driver&lt;/strong&gt; on Fedora. The Nvidia driver has been in the &lt;strong&gt;Third Party Repos&lt;/strong&gt; for a long time now, and the manual method causes too many problems. 

The &lt;strong&gt;Fedora Forums&lt;/strong&gt; always have these links to sites with the manual method and peoples machines borking because of it. 

Anyone looking to install &lt;strong&gt;Nvidia Drivers&lt;/strong&gt; on Fedora just use the Third party Repo, or the Negativo17 Repo from their site.]]></description>
			<content:encoded><![CDATA[<p>Please stop recommending the Method 2 manual way of installing the <strong>Nvidia Driver</strong> on Fedora. The Nvidia driver has been in the <strong>Third Party Repos</strong> for a long time now, and the manual method causes too many problems. </p>
<p>The <strong>Fedora Forums</strong> always have these links to sites with the manual method and peoples machines borking because of it. </p>
<p>Anyone looking to install <strong>Nvidia Drivers</strong> on Fedora just use the Third party Repo, or the Negativo17 Repo from their site.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Novak		</title>
		<link>https://www.tecmint.com/install-nvidia-drivers-in-linux/comment-page-1/#comment-2129243</link>

		<dc:creator><![CDATA[David Novak]]></dc:creator>
		<pubDate>Thu, 25 Jan 2024 06:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4094#comment-2129243</guid>

					<description><![CDATA[THANK YOU!!! 

The RPM method worked great and saved my life! The display looked HORRIBLE with the Nouveau driver.

Fedora 39 workstation (desktop), GeForce RTX 4060 Ti]]></description>
			<content:encoded><![CDATA[<p>THANK YOU!!! </p>
<p>The RPM method worked great and saved my life! The display looked HORRIBLE with the Nouveau driver.</p>
<p>Fedora 39 workstation (desktop), GeForce RTX 4060 Ti</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
