<?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=7057&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Resolution]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7057</link>
		<description><![CDATA[The most recent posts in Resolution.]]></description>
		<lastBuildDate>Fri, 07 Feb 2025 03:02:26 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Resolution]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54408#p54408</link>
			<description><![CDATA[<p>You could also add a configuraiton snippet for the Monitor in <span class="bbc">/etc/X11/xorg.conf.d/</span></p><p>Start with running <span class="bbc">Xorg -configure :1</span>, which dumps the current configuration into a file <span class="bbc">xorg.conf.new</span>. clip out the applicable &quot;Monitor&quot; for your snippet, and add the desired ModeLine to it. (You might also need to disable &quot;DefaultModes&quot;)</p><p>See <span class="bbc">man xorg.conf</span> for details.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 07 Feb 2025 03:02:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54408#p54408</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resolution]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54407#p54407</link>
			<description><![CDATA[<p>As a workaround, I&#039;d make a script to do this<br />/etc/pm/sleep.d/50_resolution (make it executable)</p><div class="codebox"><pre><code>#!/bin/bash

case $1 in
  suspend|suspend_hybrid|hibernate)
    :
    ;;
  resume|thaw)
    xrandr --output HDMI-0 --mode 1920x1080 --rate 60 --primary
    ;;
esac</code></pre></div><p>Obviously, change the &quot;HDMI-0&quot; to your device&#039;s correct output, and make any other adjustments to the xrandr line to fit your desired setting.&#160; If this doesn&#039;t work, try putting a short sleep command before the xrandr command.</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Fri, 07 Feb 2025 02:02:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54407#p54407</guid>
		</item>
		<item>
			<title><![CDATA[Resolution]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54394#p54394</link>
			<description><![CDATA[<p>I have a bone stock Optiplex 9020 mini tower. running Daedelus with Intel Mesa HD 4600 graphics via HDMI<br />Devuan has run stable for a couple years (unless I enable GUFW! which renders it prone to lockups!!) except:<br />Every. Single. Time. it suspends (or hibernates) it reverts back to the highest resolution available since it detects my 42&quot; LG as a 72&quot; LG the highest resolution is rendered so small as to have me guessing which of the illegible little blurs I want to use as the display adjustment. The settings survive reboot and shutdown, ... but never suspend.<br /> In addition it reverts back to VGA if the LG shuts down from inactivity and I inadvertently shake the mouse prior to restarting the TV,</p><p>Wise cognoscenti how can I lock the display to 1920x1080 at 60 HZ ??? and feed it to a single HDMI port rather than have it rescan every port, and every option, on every wakeup?</p>]]></description>
			<author><![CDATA[dummy@example.com (Red_Fir)]]></author>
			<pubDate>Thu, 06 Feb 2025 01:40:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54394#p54394</guid>
		</item>
	</channel>
</rss>
