<?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=6180&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Brightness adjustment not working on AMD apu laptop]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6180</link>
		<description><![CDATA[The most recent posts in Brightness adjustment not working on AMD apu laptop.]]></description>
		<lastBuildDate>Tue, 28 Nov 2023 22:04:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Brightness adjustment not working on AMD apu laptop]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45741#p45741</link>
			<description><![CDATA[<p>I rarely adjust screen brightness (hence, why I use the console for it)...but I decided to get all fancy-n-stuff <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> ...and made a simple GUI for <span class="bbc">brightnessctl</span> with YAD. You can&#039;t really see the GUI window due to the background of the forum though. </p><p>Of course, I made it for my system...so if anyone is interested, you <em>might</em> need to adjust it for your needs if wanted. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><span class="postimg"><img src="https://i.ibb.co/5kvM762/2023-11-28-164315-260x300-scrot.png" alt="2023-11-28-164315-260x300-scrot.png" /></span></p><p>Click a button, and screen-brightness adjusts to that percentage. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Requires <span class="bbc">yad</span> <span class="bbc">brightnessctl</span> <span class="bbc">papirus-icon-theme</span> as the code shows below. If you don&#039;t have papirus icons, I don&#039;t have a stinkin&#039; clue if the icons will show in the GUI window. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Here&#039;s the YAD code...</p><div class="codebox"><pre><code>#!/usr/bin/env bash

yad --form --columns=1 --width=260 --borders=10 --title=&quot;Screen Brightness&quot; --buttons-layout=center --height=300 --window-icon=&quot;/usr/share/icons/Papirus/symbolic/status/display-brightness-high-symbolic.svg&quot; --center --text-align=center --undecorated --text=&quot;
Temporarily change the 
display brightness.
&quot; \
--field=&quot;  100%!display-brightness-high-symbolic&quot;:fbtn &quot;brightnessctl set 255&quot; \
--field=&quot;  75%!display-brightness-medium-symbolic&quot;:fbtn &quot;brightnessctl set 191&quot; \
--field=&quot;  50%!display-brightness-low-symbolic&quot;:fbtn &quot;brightnessctl set 128&quot; \
--field=&quot;  25%!display-brightness-off-symbolic&quot;:fbtn &quot;brightnessctl set 64&quot; \
--button=&quot;Close!window-close-symbolic&quot; \</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Tue, 28 Nov 2023 22:04:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45741#p45741</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brightness adjustment not working on AMD apu laptop]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45724#p45724</link>
			<description><![CDATA[<p>Welcome to Devuan!</p><p>I use the <span class="bbc">brightnessctl</span> package. Works well for my needs. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="codebox"><pre><code>apt install brightnessctl</code></pre></div><div class="codebox"><pre><code>man brightnessctl</code></pre></div><p>Good luck on whichever path you take.</p><p>EDIT: A couple of examples...</p><div class="codebox"><pre><code>user@devuan:~$ brightnessctl info
Device &#039;radeon_bl0&#039; of class &#039;backlight&#039;:
        Current brightness: 255 (100%)
        Max brightness: 255</code></pre></div><div class="codebox"><pre><code>user@devuan:~$ brightnessctl set 100
Updated device &#039;radeon_bl0&#039;:
Device &#039;radeon_bl0&#039; of class &#039;backlight&#039;:
        Current brightness: 100 (39%)
        Max brightness: 255</code></pre></div><p>EDIT #2: Instead of whole numbers, you can also use percentages if desired; such as...</p><div class="codebox"><pre><code>user@devuan:~$ brightnessctl set 80%
Updated device &#039;radeon_bl0&#039;:
Device &#039;radeon_bl0&#039; of class &#039;backlight&#039;:
        Current brightness: 204 (80%)
        Max brightness: 255</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Tue, 28 Nov 2023 14:24:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45724#p45724</guid>
		</item>
		<item>
			<title><![CDATA[Re: Brightness adjustment not working on AMD apu laptop]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45723#p45723</link>
			<description><![CDATA[<p>I have a netbook with an AMD E-300 processor, but DE Trinity TDE is installed. <br />The brightness is adjusted without problems by the tdepowersave GUI program. At the same time, it contains all the power settings.</p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Tue, 28 Nov 2023 13:48:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45723#p45723</guid>
		</item>
		<item>
			<title><![CDATA[Brightness adjustment not working on AMD apu laptop]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45719#p45719</link>
			<description><![CDATA[<p>Hello, new devuan user here coming from manjaro. Installed on my laptop after multiple attempts since somehow it would try to overwrite the usb stick and not the selected drive but that not the issue here. The main problem is brightness not working, i have tried sudoing the xbrightness thing and light which are both installed. In the etc/brightness/ folder is nothing, the xorg.conf file does not exist since sudo nano-ing it&#160; shows empty file. I have tried modifiing grub file like seen in some ubuntu forums but to no avail, i have tried hard power reseting which also does not work. I have an HP laptop with AMD A4-9120 radeon r3 ,4 compute cores 2c+2g x 2 ; 8 GB of ram and a 64bit install with kernerl 6.1.0-13-amd64. The other post i saw here does not help.</p>]]></description>
			<author><![CDATA[dummy@example.com (JohnSmith)]]></author>
			<pubDate>Tue, 28 Nov 2023 12:32:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45719#p45719</guid>
		</item>
	</channel>
</rss>
