<?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=5236&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Upgrading Nvtop on Devuan]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5236</link>
		<description><![CDATA[The most recent posts in Upgrading Nvtop on Devuan.]]></description>
		<lastBuildDate>Fri, 09 Sep 2022 04:24:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Upgrading Nvtop on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37473#p37473</link>
			<description><![CDATA[<p>What is <span class="bbc">nvtop</span>, and why should you use it? It&#039;s programmed to look and behave like the popular <span class="bbc">htop</span>, but instead of tracking the actively running processes on your CPU and RAM, it focuses on your GPU by displaying a plot, fan percentage, power consumption, frequency usage (both GPU and VRAM), and temperature. And, just like <span class="bbc">htop</span>, <span class="bbc">nvtop</span> correctly shows which processes are GPU-bound, and how much they are requiring from it. You can configure it with F2 to how you want it to display and save the configuration with F12. If you don&#039;t need the plot, run it as <span class="bbc">nvtop --no-plot</span>, but check its manual with <span class="bbc">man nvtop</span> for other usage instructions.</p><p>You can check its official repository over at <a href="https://github.com/Syllo/nvtop" rel="nofollow">GitHub</a>.</p><p>Like the issue of <span class="bbc">firmware-amd-graphics</span> (<a href="https://dev1galaxy.org/viewtopic.php?id=5235" rel="nofollow">solution</a> provided), some packages from Devuan Ceres are pretty old. The current version is at 1.2.2-1, while the latest upstream version is at 2.0-2. It also curiously only picks up Nvidia GPUs, while AMD GPUs are now supported. Keep in mind that <span class="bbc">nvtop</span> only supports newer GPU hardware (i.e. not older than five years), so if you got an HD 6450 laying around, you&#039;re shit out of luck.</p><p>Before compiling, make sure you got the required dependencies (we&#039;ll assume a build for both AMD and Nvidia GPUs):</p><div class="codebox"><pre><code>apt install cmake git libdrm-dev libncurses-dev libncurses5-dev libncursesw5-dev</code></pre></div><p>With those dependencies installed, it&#039;s time to get on with the process:</p><div class="codebox"><pre><code>git clone https://github.com/Syllo/nvtop.git
mkdir -p nvtop/build &amp;&amp; cd nvtop/build
cmake .. -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=ON
make
sudo make install</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Fri, 09 Sep 2022 04:24:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37473#p37473</guid>
		</item>
	</channel>
</rss>
