<?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=3888&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Changing from amd to nvidia card]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3888</link>
		<description><![CDATA[The most recent posts in Changing from amd to nvidia card.]]></description>
		<lastBuildDate>Wed, 08 Sep 2021 01:15:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31369#p31369</link>
			<description><![CDATA[<p>install libglvnd-dev</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Wed, 08 Sep 2021 01:15:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31369#p31369</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25674#p25674</link>
			<description><![CDATA[<p>@GlennW , thank you, i tried your method, and it brought me a functioning desktop. However there were some error messages, one notably </p><div class="quotebox"><blockquote><div><p>WARNING: Unable to determine the path to install the libglvnd EGL vendor library config files. Check that you have pkg-config and the libglvnd development libraries installed, or specify a path with --glvnd -egl -config-path.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 04 Nov 2020 18:08:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25674#p25674</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25248#p25248</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>Installing nVidia drivers from nVidia.com .run blob.</p></div></blockquote></div><p>Note that the kernel module will have to be rebuilt manually every time the kernel is updated. The nvidia-driver package in the repositories will do this automatically via DKMS (v450.66 is currently available from beowulf-backports).</p></div></blockquote></div><p>The nvidia installer gives you an option to build with dkms support. :-) to aid when upgrading the kernel.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 13 Oct 2020 11:36:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25248#p25248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25243#p25243</link>
			<description><![CDATA[<div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>Installing nVidia drivers from nVidia.com .run blob.</p></div></blockquote></div><p>Note that the kernel module will have to be rebuilt manually every time the kernel is updated. The nvidia-driver package in the repositories will do this automatically via DKMS (v450.66 is currently available from beowulf-backports).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 13 Oct 2020 06:42:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25243#p25243</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25241#p25241</link>
			<description><![CDATA[<p>I&#039;ve just put this together, I hope it helps :-)</p><p>Installing nVidia drivers from nVidia.com .run blob.</p><p>The first thing I do after installing a new kernel and headers (and sometimes the source too) <br />and any firmware packages you may require for your motherboard/chipset maker is </p><p>remove any nvidia packages... see Majorie&#039;s instuctions above to do that. Thank you Majorie :-)</p><p>get the nvidia binary blob...go to:</p><p><a href="https://www.nvidia.com/Download/index.aspx?lang=en-us" rel="nofollow">https://www.nvidia.com/Download/index.aspx?lang=en-us</a></p><p>(I&#039;m in Australia, so US english is close to the language we use here ;-) ymmv</p><p>The latest one I have is: NVIDIA-Linux-x86_64-450.80.02.run</p><p>I have a GeForce GTX 1060 grapgics card</p><p>I&#039;m running kernel version from Devuan 3.0 Beowulf back ports (bpo)</p><div class="codebox"><pre><code>uname -a : Linux GamesBox 5.8.0-0.bpo.2-amd64 #1 SMP Debian 5.8.10-1~bpo10+1 (2020-09-26) x86_64 GNU/Linux</code></pre></div><p>edit grub to nullify the nouveau driver (kernel module) and set the screen size so it&#039;s workable with out a gui.</p><p>I do that by editing grub at boot, </p><p>you will have to be quick to interupt the automagic booting of the system. </p><p>Just use the arrow key to interup it.</p><p>with the down arrow key (v) goto:</p><p>*Advanced Options for Devuan GNU/Linux</p><p>and hit enter</p><p>use the arrow again to select &quot;your kernel (recovery mode)&quot; line, mine is, </p><p>Devuan GNU/Linux, with Linux 5.8.0-0.bpo.2.amd64 (recovery mode) </p><p>and hit &quot;e&quot; to edit</p><p>Next thing you should see is the grub file... use the arrow key to move down to the &quot;linux&quot; line</p><p>it says something like this but your UUID and kernel name may be different, </p><div class="codebox"><pre><code>linux	/boot/vmlinuz-5.8.0-0.bpo.2-amd64 root=UUID=c2e432ce-5ac7-46f7-a00d-1982f970d1d1 ro single</code></pre></div><p>Add these commands to the end of the line:</p><p>nokmsboot nouveau.modeset=0 vga=794</p><p>then press ctrl-x or F10 to boot</p><p>login as root, type in the password and hit enter</p><p>ctrl-d will just let the system keep booting, so watch out for that.</p><p>cd to the directory where you saved the nvidia .run file</p><p>type </p><p>sh NVIDIA-Linux-x86_64-450.80.02.run</p><p>and hit enter and follow the directions.</p><p>reboot the system and hopefully you should be presented with your desktop gui.</p><p>note: I use this backup of the grub(2) default file in /etc after the system is running to keep the settings:</p><p>the file, /etc/default/grub</p><p>add these commands to the line GRUB_CMDLINE_LINUX_DEFAULT=</p><div class="codebox"><pre><code>GRUB_CMDLINE_LINUX_DEFAULT=&quot;nokmsboot nouveau.modeset=0 console=tty12 vga=794&quot;</code></pre></div><p>you may not need the console=tty12 part, but I use it to see what&#039;s going on if something breaks.</p><div class="codebox"><pre><code>rsync -avh /home/glenn/local/other/backup/backup-etc-sys/etc/default/grub /etc/default/
chown root:root /etc/default/grub
chmod a+rx /etc/default/grub
update-grub</code></pre></div><p>any questions or errors? please post back here.</p><p>regards Glenn</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 13 Oct 2020 03:43:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25241#p25241</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25238#p25238</link>
			<description><![CDATA[<p>Unless you want to use CUDA you don&#039;t need nvidia-persistenced. Delete or disable it.<br />I also have a fix for one of the problems you can have with it. Of course, your problem may be different.</p><p>See <a href="https://dev1galaxy.org/viewtopic.php?pid=24457#p24457" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=24457#p24457</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Mon, 12 Oct 2020 22:08:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25238#p25238</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25235#p25235</link>
			<description><![CDATA[<p>@head_on_a_Stick, thanks, good suggestion.</p><p>@blackhole, yes, probably unsupported, as i just installed devuan beowulf anew (with nividia 1650)<br />and it would not go into &quot;X&quot;; so i was greeted with terminal window instead;</p><p>installing </p><div class="codebox"><pre><code>nvidia-driver</code></pre></div><p> does not resolve, well at least it gives a graphical desktop, but blocks the terminal thereafter with &quot;nvidia-persistenced&quot;.</p><p>if i need backports, i will try those.</p><p>EDIT: tried also installing the drivers from bakcports,<br />i am still getting &quot;nvidia-persistenced&quot; error.</p><p>please someone write a small guide on how to properly install nvidia-drivers, not just the legacy ones.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Mon, 12 Oct 2020 19:54:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25235#p25235</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25233#p25233</link>
			<description><![CDATA[<div class="quotebox"><cite>kapqa wrote:</cite><blockquote><div><p>after changing from amd to nvidia card</p></div></blockquote></div><p>You should probably open a new thread for the NVIDIA card, it is off-topic for this one.</p><p>If you use the &quot;report&quot; button on your post and ask nicely @admin might split it out for you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 12 Oct 2020 17:55:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25233#p25233</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25232#p25232</link>
			<description><![CDATA[<p>That kind of output from lspci usually inidicates unsupported hardware.</p><p>You&#039;ll need the proprietary driver from backports and likely a new kernel as well... as this is recent hardware.</p>]]></description>
			<author><![CDATA[dummy@example.com (blackhole)]]></author>
			<pubDate>Mon, 12 Oct 2020 17:24:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25232#p25232</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25231#p25231</link>
			<description><![CDATA[<p>the graphics is rtx 1650 </p><div class="codebox"><pre><code> lspci -nn | egrep -i &quot;3d|display|vga&quot;
07:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1f82] (rev a1)</code></pre></div><p>and debian wiki says</p><div class="quotebox"><blockquote><div><p>The proprietary &quot;NVIDIA Accelerated Linux Graphics Driver&quot; provides optimized hardware acceleration of OpenGL and Vulkan applications through either Xorg or Wayland. It is a binary-only driver requiring a Linux kernel module for its use.</p><p>Multiple precompiled driver versions are available for Debian 10 &quot;Buster&quot;:</p><p>&#160; &#160; Version 450.66 (supported devices)<br />&#160; &#160; &#160; &#160; Supports Kepler, Maxwell, Pascal, and all current Turing GPUs. Supports Vulkan 1.2 and OpenGL 4.6.<br />&#160; &#160; &#160; &#160; Note that 450.66 is currently only available in buster-backports.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Mon, 12 Oct 2020 17:07:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25231#p25231</guid>
		</item>
		<item>
			<title><![CDATA[Changing from amd to nvidia card]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25230#p25230</link>
			<description><![CDATA[<p>alright, now i have everything installed, and next problem comes up:</p><p>how can i properly switch to nvidia card?<br /> i have two monitors setup, and triple boot /(devuan , windows 7, ubuntu 18.04).</p><p>after changing from amd to nvidia card, only devuan seems to boot.</p><p>now, i suppose, i need to just to deinstall the firmware-amd-graphics on devuan and install nvidia driver package?<br />but what to do on ubuntu, if it would not boot properly, and on windows?</p><p>do i need to put the other card back in and preopare already the machine with the nvidia drivers in place?</p><p>thank you.</p><p>EDIT: i understand that the nouveau driver functions also so as it is,<br />but i tried with display manager on xfce to change the monitor setup, and the result was that i could not longer access most part of the screens that seemed somhow frozen and could only be maneauvred by clicking in the leftover part, practically clicking blind over the place -</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Mon, 12 Oct 2020 17:01:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25230#p25230</guid>
		</item>
	</channel>
</rss>
