<?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=7666&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Post installation annoyances]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7666</link>
		<description><![CDATA[The most recent posts in Post installation annoyances.]]></description>
		<lastBuildDate>Sat, 07 Mar 2026 02:59:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62586#p62586</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Isn&#039;t KDE going Wayland only?</p></div></blockquote></div><p>Yes, with 6.8. That&#039;s still a ways off for Debian/Devuan, but one should be aware that X11 support has been in feature-freeze for some time and anything but critical bugs are <em>very</em> unlikely to be fixed.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sat, 07 Mar 2026 02:59:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62586#p62586</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62580#p62580</link>
			<description><![CDATA[<div class="quotebox"><cite>onedevone wrote:</cite><blockquote><div><p>KDE is a much better choice. No mutter, no GTK. No glitches with kwin compositor (chose x11, not wyaland!).</p></div></blockquote></div><p>Isn&#039;t KDE going Wayland only?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Fri, 06 Mar 2026 11:24:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62580#p62580</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62579#p62579</link>
			<description><![CDATA[<p>KDE is a much better choice. No mutter, no GTK. No glitches with kwin compositor (chose x11, not wyaland!). With open RC is smooth. It&#039;s like the new king of lightweight (which GTK/Mutter is absolutely not).</p><p>To disable sleeeping/screen blanking middle click battery icon in tray (KDE). Simple as one click.</p>]]></description>
			<author><![CDATA[dummy@example.com (onedevone)]]></author>
			<pubDate>Fri, 06 Mar 2026 09:06:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62579#p62579</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60608#p60608</link>
			<description><![CDATA[<p>@Greenjeans<br />Thanks for the explanation, ill start using that combo from now on. <br />Im not on the computer enough for dpms to do its thing, at most i get slock and xautolock to lock the screen after being away for 15 min. I dont know why, im the only person in the house lol, i could probably remove it.</p>]]></description>
			<author><![CDATA[dummy@example.com (HardSun)]]></author>
			<pubDate>Mon, 15 Dec 2025 21:58:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60608#p60608</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60603#p60603</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Im curious about this, ive always used below code to disable DPMS and prevent screen from blanking, what is yours doing differently?</p></div></blockquote></div><p>Overkill, two of the commands are the same as yours, the first command in mine takes the extra step of turning all the values to nil before turning it off completely. (values = blank,suspend,shutdown). In certain systems/situations xset can be persnickety, this insures that if somehow the -dpms command is reversed, it will still not blank etc. because all the values are turned off.</p><p>Good analogy is a volume control like in alsamixer, it has a slider for volume but also a mute function that cuts off sound completely.<br />-dpms is the mute switch, and 0 0 0 is the volume sliders that we&#039;re turning all the way down.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 15 Dec 2025 17:00:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60603#p60603</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60592#p60592</link>
			<description><![CDATA[<p>Thanks all for the answers, I&#039;ll try them!</p>]]></description>
			<author><![CDATA[dummy@example.com (zxspectrum2000)]]></author>
			<pubDate>Mon, 15 Dec 2025 11:20:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60592#p60592</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60558#p60558</link>
			<description><![CDATA[<div class="quotebox"><cite>greenjeans wrote:</cite><blockquote><div><p>I don&#039;t use a power manager in the mini&#039;s I make, nor in my own installs, I have a small script that runs once on startup that turns it all off.</p><div class="codebox"><pre><code>#! /bin/sh

xset dpms 0 0 0
xset -dpms
xset s off</code></pre></div></div></blockquote></div><p>Im curious about this, ive always used below code to disable DPMS and prevent screen from blanking, what is yours doing differently?</p><div class="codebox"><pre><code>xset s off -dpms</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HardSun)]]></author>
			<pubDate>Sat, 13 Dec 2025 23:06:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60558#p60558</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60545#p60545</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Devuan Linux could very well use what #!++ and BunsenLabs have as default: a customised Openbox WM.<br /><strong>To do that would probably mean much less work for the devs at Devuan.</strong></p></div></blockquote></div><p>Have to disagree with that a bit, BunsenLabs is actually quite complex and takes a lot of work for them to produce, and for the upcoming release it&#039;s mostly XFCE now though the WM is still Openbox.</p><p>It takes a lot of work in my experience to craft a &#039;box system that is user-friendly to garden-variety users. There&#039;s a lot of dots to connect to make it comfy.</p><p>I still think Mate would be a better choice for Devuan and be easier for the devs to deal with.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sat, 13 Dec 2025 14:19:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60545#p60545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60540#p60540</link>
			<description><![CDATA[<p>XFCE as default is obviously the choice of whoever creates the live version, I don&#039;t mind it, it&#039;s better than the heavy DEs.</p><p>If a move to an alternative, I would suggest JWM. I used to use Fluxbox everywhere myself, until I found JWM, it made for a better looking &#039;desktop&#039;. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Sat, 13 Dec 2025 11:18:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60540#p60540</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60536#p60536</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>steve_v wrote:</cite><blockquote><div><p>... don&#039;t like XFCE, and I have no idea why it is the default desktop ...</p></div></blockquote></div><p>+1</p><p>Devuan Linux could very well use what <span class="bbc">#!++</span> and <span class="bbc">BunsenLabs</span> have as default: a customised Openbox WM. <br />To do that would probably mean much less work for the devs at Devuan.</p><p>Those who want / need a desktop could install Mate.<br />As always, YMMV.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 13 Dec 2025 10:11:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60536#p60536</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60534#p60534</link>
			<description><![CDATA[<p>03: Probably chipset power management. You don&#039;t say what (if any) sound server you are using or provide any details of your audio hardware, so generic answers assuming pulseaudio it is: <a href="https://wiki.archlinux.org/title/PulseAudio/Troubleshooting#Pops_when_starting_and_stopping_playback" rel="nofollow">here</a>, and <a href="https://wiki.gentoo.org/wiki/Power_management/Soundcard" rel="nofollow">here</a>. TLDR: Disable audio device PM, first for the sound server, and if that doesn&#039;t solve it do the same by passing the relevant parameter for (whatever hardware you have) as module options or via sysfs.</p><p>09: Again assuming pulseaudio: get sinks with &#039;pactl list-sinks&#039;, put &#039;set-default-sink [index you found with pactl]&#039; in /etc/pulse/default.pa (see e.g. <a href="https://brokkr.net/2018/05/24/down-the-drain-the-elusive-default-pulseaudio-sink/" rel="nofollow">here</a>)...<br />Or use a less gimped DE that has a GUI for configuring this and persists settings across logins.</p><p>If you&#039;re running pipewire the answers are similar, STW for correct config syntax.</p><p>10: If they&#039;re standard keys (i.e. not some vendor-specific nonsense), get the scancodes with xev - then assign them to do something with <a href="https://wiki.archlinux.org/title/X_keyboard_extension" rel="nofollow">XKB</a> or <a href="https://cweiske.de/howto/xmodmap/allinone.html" rel="nofollow">xmodmap</a>... Or use a less gimped DE which supports media keys directly and provides a GUI for configuring them.<br />If they are special vendor-specific voodoo (i.e. xev doesn&#039;t spit out a scancode), they might emit ACPI events instead - for which there is acpid.</p><p>The rest: All XFCE problems. I don&#039;t use XFCE, I don&#039;t like XFCE, and I have no idea why it is the default desktop since it&#039;s not even particularly &quot;lightweight&quot; these days.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sat, 13 Dec 2025 07:53:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60534#p60534</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60532#p60532</link>
			<description><![CDATA[<p>Nice one greenjeans :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sat, 13 Dec 2025 00:22:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60532#p60532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60523#p60523</link>
			<description><![CDATA[<p>I don&#039;t use a power manager in the mini&#039;s I make, nor in my own installs, I have a small script that runs once on startup that turns it all off.</p><div class="codebox"><pre><code>#! /bin/sh

xset dpms 0 0 0
xset -dpms
xset s off</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 12 Dec 2025 14:50:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60523#p60523</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60522#p60522</link>
			<description><![CDATA[<p>Hello:</p><p>Welcome to Dev1.</p><div class="quotebox"><cite>zxspectrum2000 wrote:</cite><blockquote><div><p>... don&#039;t want any screensaver or automatic putting the display to sleep ...<br />... still turning off the display after some minutes ...</p></div></blockquote></div><p>Open a terminal and run this:</p><div class="codebox"><pre><code>$ xset -q</code></pre></div><p>In a section labelled [Screen Saver:] you will see the working settings.<br />I understand that they override all other settings.</p><p>See [man xset] for details on how to set them.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 12 Dec 2025 14:41:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60522#p60522</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post installation annoyances]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60521#p60521</link>
			<description><![CDATA[<p>1 Try to assign&#160; hotkey to xfce4-popup-whiskermenu. If it&#039;s not present install it.<br />2 Strange. Disabling power for display screensaver etc is usually enough.<br />7 Are we ever gonna have fractional scaling in xfce without blur? - Not now, not in X11 xfce<br />9 I believe it&#039;s linked with pipewire settings not with xfce</p><p>If you install Devuan from live iso (XFCE) you get precooked XFCE&#160; which is much better cooked than the default one instaled via tasksel or apt.</p><p>or choose another DE</p>]]></description>
			<author><![CDATA[dummy@example.com (Devarch)]]></author>
			<pubDate>Fri, 12 Dec 2025 14:17:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60521#p60521</guid>
		</item>
	</channel>
</rss>
