<?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=6949&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Power-profiles-daemon doesn't work on Devuan]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6949</link>
		<description><![CDATA[The most recent posts in Power-profiles-daemon doesn't work on Devuan.]]></description>
		<lastBuildDate>Sun, 01 Dec 2024 23:36:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53204#p53204</link>
			<description><![CDATA[<p>i&#039;ve looked some times at the power profiles daemon, if you think it will do the job you want just feed the systemd unit to <a href="https://github.com/RosstheRoss/sysd2v" rel="nofollow">https://github.com/RosstheRoss/sysd2v</a> and it will output an init-d-script style initscript, you can read more about that framework with <span class="bbc">man 5 init-d-script</span></p><p>speaking of the power profiles daemon you do have to &quot;manually&quot; change which power profile you want to use, i personally much prefer something more automatic&#160; since i do not like to be thinking about what &quot;profile&quot; i want as i usually want my laptop to respond to <br />A) power source state, ie: is it running on battery or the AC adapter is connected.<br />B) the load on the system, the more cpu demanding some task is the higher performance options i want.</p><p>for that matter i considered rolling an initscript to use <a href="https://github.com/AdnanHodzic/auto-cpufreq" rel="nofollow">https://github.com/AdnanHodzic/auto-cpufreq</a> but after reading the code it does additional stuff that i don&#039;t need and is running on a python interpreter which is not lightweight to say... so i ended up rolling out my own solution which is a very lightweight shellscript that only makes use of very few utilities not to mention can react to the usage of the gamemoderun tool which i use for prioritizing games over other processes when gaming, finally my solution does set some of kernel tunables wihch auto-cpufreq doesn&#039;t even touch (tho TLP does set some from what i&#039;ve seen).<br />you can grab the latest release tarball from the releases section <a href="https://github.com/eylles/afreq.sh" rel="nofollow">https://github.com/eylles/afreq.sh</a> and install with a simple <span class="bbc">sudo make install install-sysv</span> , the daemon is highly configurable tho i have not made a manpage yet, neither does it support pstates for intel or amd tho it is on my list to implement support for those.</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Sun, 01 Dec 2024 23:36:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53204#p53204</guid>
		</item>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53200#p53200</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Surely that is sarcasm and not a serious question . . .</p></div></blockquote></div><p>In point of fact, it&#039;s going on and is an epidemic, I have seen multiple instances of people with IT/software/coding jobs bragging online about how they don&#039;t really have to work anymore, they get chatgpt or others to spit out the code for them, they check functionality and for bugs real quick, then commit. And get paid a lot of money for doing it.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 01 Dec 2024 18:05:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53200#p53200</guid>
		</item>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53199#p53199</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Can chatgpt or elon&#039;s grok write me one?</p></div></blockquote></div><p>Hmmm...an artificially intelligent machine, writing code for other machines...pretty sure i&#039;ve seen this movie.</p><p>Spoiler: It doesn&#039;t end well.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 01 Dec 2024 17:57:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53199#p53199</guid>
		</item>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53197#p53197</link>
			<description><![CDATA[<p>@recklessswing . . . Surely that is sarcasm and not a serious question . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 01 Dec 2024 16:39:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53197#p53197</guid>
		</item>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53195#p53195</link>
			<description><![CDATA[<p>Can chatgpt or elon&#039;s grok write me one?</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sun, 01 Dec 2024 14:38:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53195#p53195</guid>
		</item>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53194#p53194</link>
			<description><![CDATA[<p>Well, dbus service activation pre-dates systemd, but nowadays there&#039;s activation script mangling added... you can if you wish translate that systemd activation script into a proper dbus activation script and then get the normal dbus activation happening.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 01 Dec 2024 12:42:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53194#p53194</guid>
		</item>
		<item>
			<title><![CDATA[Re: Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53192#p53192</link>
			<description><![CDATA[<p>Power-profiles-daemon is expected to be started on-demand via dbus activation... Which is obviously only going to work with systemd.<br />If something is trying to start it that way, you&#039;ll see errors to the effect of &quot;nothing provides the net.hadess.PowerProfiles name on dbus&quot; or somesuch.</p><p>On Gentoo we have an (openrc) init script to start PPD explicitly at boot, but Devuan appears to be doing the usual &quot;just pull from Debian &amp; don&#039;t bother to check it works properly&quot; thing Devuan does, so the package only contains a systemd .service definition. <br />If you want it to work, you&#039;ll probably have to write a sysv init script for it yourself or come up with some other way to start it on demand.</p><p>As for TLP, TLP does far more than PPD, but it&#039;s more work to set up and isn&#039;t (currently) integrated into the major (GNOME, KDE) DEs.<br />It works fine for my needs on the one ancient laptop I have ever bothered to own though, same as it always has.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sun, 01 Dec 2024 10:48:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53192#p53192</guid>
		</item>
		<item>
			<title><![CDATA[Power-profiles-daemon doesn't work on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53178#p53178</link>
			<description><![CDATA[<p>Did anyone manage to make it working? It gives errors about some dbus thing. I think systemd supports this, but sysvinit doesn&#039;t. I thought maybe for laptops this might be better than TLP, i dunno is TLP still relevant? Does anyone use Devuan and laptop and compare it to Debian?</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sat, 30 Nov 2024 23:15:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53178#p53178</guid>
		</item>
	</channel>
</rss>
