<?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=7006&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [HowTo]Install OpenRGB based on AMD chipsets.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7006</link>
		<description><![CDATA[The most recent posts in [HowTo]Install OpenRGB based on AMD chipsets..]]></description>
		<lastBuildDate>Sun, 05 Jan 2025 18:08:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [HowTo]Install OpenRGB based on AMD chipsets.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53909#p53909</link>
			<description><![CDATA[<p>Couple of points you are not patching the kernel, you are passing it a boot option through grub. If you patch a kernel, a re-compile then installation of new version is necessary where you boot with the patched to see the changes. For the grub there is no need to make a new file the <strong>update-grub</strong> command run as root or normal user using sudo at the front of it will have the option used in the grub.cfg upon the next boot. And now I look at that part again you do not mention you need to reboot for that change to take place setting the option and having the&#160; grub file updated does nothing to have it used, only booting the kernel with the updated/new file has it take effect. Other than those items a reasonable effort at it.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Sun, 05 Jan 2025 18:08:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53909#p53909</guid>
		</item>
		<item>
			<title><![CDATA[[HowTo]Install OpenRGB based on AMD chipsets.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53908#p53908</link>
			<description><![CDATA[<p>After a long time on Linux Mint Debian Edition, I come back to Devuan. </p><p>Before proposing my new HowTo, I wish you lots of good things for this new year 2025.</p><p>This HowTo based on the OpenRGB Wiki/Gitlab and other sources allows you to bring up all the RGB components of your computer, whether you are on an AMD or Intel chipset.</p><p><strong><span class="bbu">I. Installation, configuration and activation of I2C modules.</span></strong></p><p><span class="bbu">First step we need to dowload the I2C-Tools, open an terminal in Root:</span></p><div class="codebox"><pre><code>apt install i2c-tools - y</code></pre></div><p><span class="bbu">Second step load the i2c module for AMD chipset:</span></p><div class="codebox"><pre><code>modprobe i2c-dev</code></pre></div><p><span class="bbu">Add the user to the i2c group:</span></p><div class="codebox"><pre><code>usermod $USER -aG i2c</code></pre></div><p><span class="bbu">Third step edit and load the i2c driver for your AMD chipset:</span></p><div class="codebox"><pre><code>nano /etc/modules-load.d/i2c.conf</code></pre></div><p><span class="bbu">Add the line below to the file:</span></p><div class="codebox"><pre><code>i2c-piix4</code></pre></div><p><span class="bbu">Load the i2c-piix4 module:</span></p><div class="codebox"><pre><code>modprobe i2c-piix4</code></pre></div><p>Now all necessary modules and driver are loaded.</p><p><strong><span class="bbu">II. Patching the kernel &amp; UDEV rules.</span></strong></p><p><strong><span class="bbu">Advice:Do not patch the kernel if you don&#039;t have a Gigabyte/Aorus motherboard.</span></strong></p><p>Some Gigabyte/Aorus motherboards have an ACPI conflict with the SMBus controller, being on a Gigabyte motherboard I am impacted by this conflict.</p><p><span class="bbu">First step edit the grub:</span></p><div class="codebox"><pre><code>nano /etc/default/grub</code></pre></div><p><span class="bbu">Add the line below to your grub file:</span></p><div class="codebox"><pre><code>GRUB_CMDLINE_LINUX=&quot;acpi_enforce_resources=lax&quot;</code></pre></div><p><span class="bbu">To load the added command line we have to reload the grub and re-generate the grub.cfg file:</span></p><div class="codebox"><pre><code>grub-mkconfig -o /boot/grub/grub.cfg</code></pre></div><p><span class="bbu">Second step download and install the UDEV rules:</span></p><div class="codebox"><pre><code>wget https://gitlab.com/CalcProgrammer1/OpenRGB/-/raw/ca3c2ad54188c604c7626136ceda574e9fde3bc0/60-openrgb.rules?inline=false</code></pre></div><p><span class="bbu">Copy the file to the UDEV rules folder:</span></p><div class="codebox"><pre><code>cp -R 60-openrgb.rules /etc/udev/rules.d/</code></pre></div><p>If you installed openRGB before configuring for chipset support, you will get an error message telling you that there can only be one configuration file in the UDEV rules.</p><p><span class="bbu">For this we need to remove one UDEV rules file at the location below:</span></p><div class="codebox"><pre><code>cd /usr/lib/udev/rules.d</code></pre></div><div class="codebox"><pre><code>rm -R 60-openrgb.rules</code></pre></div><p><span class="bbu">Third step reload the UDEV rules &amp;&amp; reboot:</span></p><div class="codebox"><pre><code>sudo udevadm control --reload-rules &amp;&amp; sudo udevadm trigger</code></pre></div><div class="codebox"><pre><code>reboot</code></pre></div><p>At this point you can install OpenRGB, the application once launched will show all your RGB components.</p><p>Enjoy!</p><p><strong><span class="bbu">Sources:</span></strong></p><p><a href="https://openrgb-wiki.readthedocs.io/en/latest/" rel="nofollow">OpenRGB Wiki</a><br /><a href="https://wiki.archlinux.org/title/Kernel_parameters#GRUB" rel="nofollow">Grub editing</a><br /><a href="https://gitlab.com/CalcProgrammer1/OpenRGB/-/raw/ca3c2ad54188c604c7626136ceda574e9fde3bc0/60-openrgb.rules?inline=false" rel="nofollow">OpenRGB UDEV rules file</a></p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Sun, 05 Jan 2025 15:56:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53908#p53908</guid>
		</item>
	</channel>
</rss>
