<?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=5365&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / cant extract ccd and nrg images]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5365</link>
		<description><![CDATA[The most recent posts in cant extract ccd and nrg images.]]></description>
		<lastBuildDate>Wed, 30 Nov 2022 17:38:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39018#p39018</link>
			<description><![CDATA[<p>No idea. Let&#039;s try a search...</p><p><a href="https://www.dell.com/community/Linux-Developer-Systems/Setting-the-battery-charge-level-within-Linux/td-p/5087362" rel="nofollow">https://www.dell.com/community/Linux-De … -p/5087362</a></p><p>^ That suggests Dell machines have their own charging threshold GUI for Windows, along with firmware (&quot;BIOS&quot;) options that could presumably be accessed from Linux via sysfs.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 30 Nov 2022 17:38:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39018#p39018</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39016#p39016</link>
			<description><![CDATA[<p>Thanks HoaS! And is there similar software(ready for use) but for Windows for pining battarey level charge on Asus, Acer, Dell laptops?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Wed, 30 Nov 2022 17:20:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39016#p39016</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38995#p38995</link>
			<description><![CDATA[<p>I only had to write the values once, for example:</p><div class="codebox"><pre><code># tee /sys/class/power_supply/BAT0/charge_control_start_threshold &lt;&lt;&lt;&quot;49&quot;
# tee /sys/class/power_supply/BAT0/charge_control_end_threshold &lt;&lt;&lt;&quot;51&quot;</code></pre></div><p>^ That pins the battery between 49-51%, which results in it being bypassed once the battery is half full (or half empty, if you prefer).</p><p>Those values only change when I boot Windows. Otherwise the charge control ECU maintains the values set from Linux.</p><p>EDIT: as the OP is a Windows refugee they might appreciate this GUI that allows D-Bus control of charging thresholds by non-root users:</p><p><a href="https://gitlab.com/wincak/threshy-gui" rel="nofollow">https://gitlab.com/wincak/threshy-gui</a></p><p>Backend here: <a href="https://gitlab.com/wincak/threshy" rel="nofollow">https://gitlab.com/wincak/threshy</a></p><p>Might only work on ThinkPads though.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 29 Nov 2022 06:56:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38995#p38995</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38994#p38994</link>
			<description><![CDATA[<div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>Its config, or script, wheris that settings?</p></div></blockquote></div><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="codebox"><pre><code>/sys/class/power_supply/BAT0/charge_start_threshold
/sys/class/power_supply/BAT0/charge_stop_threshold</code></pre></div></div></blockquote></div><p>Those are sysfs (virtual) files, and should be writable - either directly or with the sysctl utility. You could use something like rc.local or a crontab to write them on startup.<br />Alternatively, just install <a href="https://linrunner.de/tlp/index.html" rel="nofollow">tlp</a>. It has many useful features and the configuration file is well documented.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Tue, 29 Nov 2022 04:18:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38994#p38994</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38992#p38992</link>
			<description><![CDATA[<p>Aha! And how make this magic for saving life of battery?</p><div class="codebox"><pre><code>archie:~$ cat /sys/class/power_supply/BAT0/cycle_count
59
archie:~$ cat /sys/class/power_supply/BAT0/energy_full_design
50450000
archie:~$ cat /sys/class/power_supply/BAT0/energy_full
50070000
archie:~$</code></pre></div><p>Its config, or script, wheris that settings?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Tue, 29 Nov 2022 01:25:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38992#p38992</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38979#p38979</link>
			<description><![CDATA[<div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>Why is there still no permanent connection mechanism to AC for laptops without harming the battery?</p></div></blockquote></div><p>As HoaS explained, there is. If you set the embedded controller to stop charging at some level less than 100% (and only start charging again at some threshold lower again), then it sill stop trying to &quot;top up&quot; the battery constantly.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Mon, 28 Nov 2022 04:46:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38979#p38979</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38977#p38977</link>
			<description><![CDATA[<div class="quotebox"><cite>steve_v wrote:</cite><blockquote><div><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>If the laptop is kept plugged in with the battery at 100% that will degrade it over time</p></div></blockquote></div><p>Indeed. The things that will kill li-ion cells the fastest are heat, repeated deep-discharges, and continuous trickle-charging... Two of which you will get in spades if you leave a machine plugged in with the EC set to maintain 100% charge.<br />If you intend to store a battery (functionally what an always-on-ac laptop is doing), you want it at 60-80% and as cool as possible.</p></div></blockquote></div><p>This is uncomfortable, always watch to level of charging and always to plug on\off power cable.</p><div class="quotebox"><cite>steve_v wrote:</cite><blockquote><div><p>Often this means it&#039;s better to remove the battery entirely if the machine allows it.</p></div></blockquote></div><p>And what to do if laptop not allow remove battery, new laptops have build-in unmovable battery?</p><p>Why is there still no permanent connection mechanism to AC for laptops without harming the battery?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sun, 27 Nov 2022 23:43:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38977#p38977</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38953#p38953</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>If the laptop is kept plugged in with the battery at 100% that will degrade it over time</p></div></blockquote></div><p>Indeed. The things that will kill li-ion cells the fastest are heat, repeated deep-discharges, and continuous trickle-charging... Two of which you will get in spades if you leave a machine plugged in with the EC set to maintain 100% charge.<br />If you intend to store a battery (functionally what an always-on-ac laptop is doing), you want it at 60-80% and as cool as possible. Often this means it&#039;s better to remove the battery entirely if the machine allows it.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Interestingly if I set the charge behaviour in Linux by simply writing to the files it persists between boots and even if I boot OpenBSD, Haiku or 9front.</p></div></blockquote></div><p>This &quot;battery care&quot; behaviour is run by the embedded controller, it has it&#039;s own nvram and whatnot since it needs to handle charging when the machine is off etc.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Windows will &quot;fix&quot; things</p></div></blockquote></div><p>Most laptops I have seen have manufacturer <del>bloat</del> software for tweaking charge behaviour, but without it windows will just go for maximum runtime. Consumers rate portables on runtime after all, and replacement batteries make money...</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sat, 26 Nov 2022 18:34:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38953#p38953</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38943#p38943</link>
			<description><![CDATA[<p>If the laptop is kept plugged in with the battery at 100% that will degrade it over time Check <span class="bbc">energy_full_design</span> (the maximum battery level when new) and compare it to <span class="bbc">energy_full</span> (the current maximum battery level) to see how bad it is. Also check <span class="bbc">status</span> — if that shows <span class="bbc">Not charging</span> then the battery is being bypassed, otherwise the battery is being degraded by usage.</p><p>Interestingly if I set the charge behaviour in Linux by simply writing to the files it persists between boots and even if I boot OpenBSD, Haiku or 9front. Unfortunately Windows will &quot;fix&quot; things and start to break my battery again, which is very annoying.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 26 Nov 2022 10:47:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38943#p38943</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38936#p38936</link>
			<description><![CDATA[<p>Ok. Thanks.<br />You are frequent using notebook without power supply on battery?<br />All my our home laptops working from power supplies like stationary PC so i do not worry about their accumulators, i am wrong?</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Sat, 26 Nov 2022 00:32:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38936#p38936</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38929#p38929</link>
			<description><![CDATA[<div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>You mean SuperComuters? But SuperComuters using Linux not for Desktop but computing only?</p></div></blockquote></div><p>Quite a few of them run Ubuntu, actually <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>There are other reasons: Windows doesn&#039;t allow edge scrolling with the touchpad; it doesn&#039;t have a PRIMARY clipboard (select the text to copy then middle-click to paste); amdgpu doesn&#039;t work so AMDGPU-PRO has worse framerates, runs hotter &amp; drains more power; I can&#039;t see any of the source code. Under Linux I can see</p><div class="codebox"><pre><code>archie:~$ ls /sys/class/power_supply/BAT0/charge_*
/sys/class/power_supply/BAT0/charge_behaviour
/sys/class/power_supply/BAT0/charge_control_end_threshold
/sys/class/power_supply/BAT0/charge_control_start_threshold
/sys/class/power_supply/BAT0/charge_start_threshold
/sys/class/power_supply/BAT0/charge_stop_threshold
archie:~$ cat /sys/class/power_supply/BAT0/status
Not charging
archie:~$</code></pre></div><p>^ Setting those values allows me to fix the charge rate to 50% battery so I can leave the laptop plugged in (for best games performance) without wrecking the battery with continuous charge/discharge cycles.</p><p>This laptop is a few years old now:</p><div class="codebox"><pre><code>archie:~$ cat /sys/class/power_supply/BAT0/cycle_count
59
archie:~$ cat /sys/class/power_supply/BAT0/energy_full_design
50450000
archie:~$ cat /sys/class/power_supply/BAT0/energy_full
50070000
archie:~$</code></pre></div><p>Most of that damage was done by bloody Windows <img src="https://dev1galaxy.org/img/smilies/mad.png" width="15" height="15" alt="mad" /></p><div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>You talking about 10 and 11?</p></div></blockquote></div><p>I haven&#039;t tried 11 but I&#039;ve had a few Windows 10 systems running for quite a while in that state, both bare metal &amp; virtualised.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 25 Nov 2022 18:02:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38929#p38929</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38927#p38927</link>
			<description><![CDATA[<div class="quotebox"><cite>steve_v wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>It&#039;s about principle.</p></div></blockquote></div><p>Personally I don&#039;t have any moral dilemmas when it comes to screwing Bethesda out of a couple of bucks for a 25 year old game they had nothing to do with making in the first place.</p></div></blockquote></div><p>You missed the punch line that is the root of all such actions . . . the &quot;wanting&quot; is the problem. Everything that stems from that impulse is &quot;tainted&quot;. With out that &quot;wanting&quot; no rationalizations are needed. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 25 Nov 2022 16:52:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38927#p38927</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38916#p38916</link>
			<description><![CDATA[<div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>what technically wrong with music images?</p></div></blockquote></div><p>Nothing at all, I just ripped them to ogg/vorbis no problems. CDemu + K3B on gentoo, no Windows (7 or otherwise) required.</p><p>If you don&#039;t explain how you&#039;re trying to extract the audio (and with what software), then I have no idea why it doesn&#039;t work for you.</p><div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>This is 19tracks all OSTs not only from original Q2 but rouge and xatrix addons music here?</p></div></blockquote></div><p>The expansions only come with 5 new tracks each IIRC, so the number sounds right. Dunno about track order though, I expect that&#039;ll come down to how the files are named.</p><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>It&#039;s about principle.</p></div></blockquote></div><p>Personally I don&#039;t have any moral dilemmas when it comes to screwing Bethesda out of a couple of bucks for a 25 year old game they had nothing to do with making in the first place. Still charging for repacks of something that old is really scraping the money-grubber barrel IMO.<br />That said, I&#039;ve bought Quake and Quake 2 at least 3 times each over the years. Once when it was young, once to have disks that actually work, and again because GOG is awesome and it was dirt cheap.</p><p>Did I mention you can get a legit copy of Quake 2 with both expansions and the netpack for $2, DRM-free on GOG already? Why are we even discussing pirating it?</p><p>@deepforest If you PM me your email address, I&#039;m quite happy to gift it to you on GOG. Or pirate it if that&#039;s what floats your boat, I&#039;m not one to judge. Just don&#039;t expect people to <em>help</em> you pirate it, at least not here.</p><div class="quotebox"><cite>deepforest wrote:</cite><blockquote><div><p>if you so rich why you using amator linux and do not buy licenced Windows?</p></div></blockquote></div><p>I use GNU/Linux because it&#039;s <a href="https://www.gnu.org/philosophy/free-sw.en.html" rel="nofollow">free</a>, not because it&#039;s free. Also Windows is a horrible OS, and has been getting more obnoxious with each release since XP.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Fri, 25 Nov 2022 04:09:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38916#p38916</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38913#p38913</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>@deepforest . . . It&#039;s not about money. It&#039;s about principle. There is no excuse for theft, ever. The &quot;wanting&quot; is the problem that is the root of much suffering. Learn to let it go and be happy . . .</p></div></blockquote></div><p>Agree. Its yet soviet philosophy here in heads. People were very poor and could not afford anything, so theft was welcomed, and this is one of the reasons for the collapse of the ussr.</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Thu, 24 Nov 2022 21:39:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38913#p38913</guid>
		</item>
		<item>
			<title><![CDATA[Re: cant extract ccd and nrg images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38912#p38912</link>
			<description><![CDATA[<p><strong>Head_on_a_Stick</strong></p><div class="quotebox"><blockquote><div><p>I am very sorry to hear of your misfortune, I hope things get better for you soon.</p></div></blockquote></div><p>First main thing its - Hope for better its one thing to do now for all FreeWorld.<br />Second main thing its - supporting of FreeWorld to Ukraine in fighting against demons of mordor.</p><div class="quotebox"><blockquote><div><p>Because I prefer to use the same operating system as all of the world&#039;s top 500 most powerful computers.</p></div></blockquote></div><p>You mean SuperComuters? But SuperComuters using Linux not for Desktop but computing only?</p><div class="quotebox"><blockquote><div><p>And anyway you don&#039;t have to buy Windows at all — just download one of the official ISO images and install using that without adding a key when prompted (just select &quot;add later&quot;). All Windows will do is display an &quot;Activate Windows&quot; watermark on the desktop, remove the ability to change wallpapers after the first few days, and keep nagging you to add an activation key. The operating system will continue to update itself and stay functional in all other respects indefinitely even if you don&#039;t pay. It&#039;s just nagware these days.</p></div></blockquote></div><p>You talking about 10 and 11? Because XP and 7 is blocked after while if licensed key do not entered.</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Thu, 24 Nov 2022 21:26:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38912#p38912</guid>
		</item>
	</channel>
</rss>
