<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[UI scaling issue with OTA-24]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">I recently updated to OTA-24 and have an issue with the UI scaling since. The scaling slider in the UT tweak tools eternally thinks it's on 21, but the actual scaling sits at 23 (three icons wide drawer) after a reboot (or when re-opening the tweak tools). I can choose to "reset to default values" in the tweak tools and it will reset to a scaling of 21 (4 icons wide app drawer), but the slider will again sit at 23. If I apply the 23 scaling it will change to that, but again I can't select the 21 scaling without resetting to default values (and the mandatory unity8 restarted that requires). Is there a workaround to fix the scaling?</p>
<p dir="auto">thanks :waving_hand:</p>
]]></description><link>https://forums.ubports.com/topic/8426/ui-scaling-issue-with-ota-24</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 15:35:10 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/8426.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Dec 2022 21:18:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to UI scaling issue with OTA-24 on Fri, 23 Dec 2022 17:15:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kugiigi" aria-label="Profile: kugiigi">@<bdi>kugiigi</bdi></a><br />
I think it's the same issue as this old bug report:<br />
<a href="https://gitlab.com/myii/ut-tweak-tool/-/issues/32" target="_blank" rel="noopener noreferrer nofollow ugc">https://gitlab.com/myii/ut-tweak-tool/-/issues/32</a> instead of copying an old value over this time the default for the device changed ¯\_(ツ)_/¯</p>
]]></description><link>https://forums.ubports.com/post/69309</link><guid isPermaLink="true">https://forums.ubports.com/post/69309</guid><dc:creator><![CDATA[gandalf]]></dc:creator><pubDate>Fri, 23 Dec 2022 17:15:48 GMT</pubDate></item><item><title><![CDATA[Reply to UI scaling issue with OTA-24 on Thu, 22 Dec 2022 15:21:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gandalf" aria-label="Profile: gandalf">@<bdi>gandalf</bdi></a> I guess this is a bug in the tweak tool so thanks for reporting too.</p>
]]></description><link>https://forums.ubports.com/post/69267</link><guid isPermaLink="true">https://forums.ubports.com/post/69267</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Thu, 22 Dec 2022 15:21:48 GMT</pubDate></item><item><title><![CDATA[Reply to UI scaling issue with OTA-24 on Wed, 21 Dec 2022 17:14:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kugiigi" aria-label="Profile: kugiigi">@<bdi>kugiigi</bdi></a><br />
I see. That file does not exist most of the time oO This is my first UT phone, so no copying from anywhere else.<br />
Usually have this file only:</p>
<pre><code>$ cat ~/.config/ut-tweak-tool.sverzegnassi/ut-tweak-tool.sverzegnassi.conf 
[General]
defaultDeviceGU=21
</code></pre>
<pre><code>$ ls -l ~/.config/upstart/
total 0
</code></pre>
<p dir="auto">I think you're right that the default scaling changed in OTA24...</p>
<pre><code>$ initctl get-env GRID_UNIT_PX
23
</code></pre>
<p dir="auto">I changed the scaling in the tweak tools to 20 and it did create "your" file:</p>
<pre><code>$cat ~/.config/upstart/ut_tweak_gu.conf 
start on starting dbus
exec initctl set-env --global GRID_UNIT_PX=20
</code></pre>
<p dir="auto">Resetting the scaling in the tweak tools seems to simply delete this file.  Not sure why that reverts to 21 though. Maybe the tweak tools call the initctl command explicitly with it's saved default value?</p>
<p dir="auto">I changed the scaling to 20 in the tweak tools, then manually changed it to 21 in the newly created <code>~/.config/upstart/ut_tweak_gu.conf</code>. It now stays after a reboot.</p>
<p dir="auto">I guess I can just change the default value in ut-tweak-tool.sverzegnassi.conf to 23 or delete that file/directory (an re-install the tweak tools) to get UT and the tweak tools to agree on the system state again?</p>
<p dir="auto">Thanks for pointing out that file and location.</p>
<p dir="auto">Edit: I changed the stored default value in <code>~/.config/ut-tweak-tool.sverzegnassi/ut-tweak-tool.sverzegnassi.conf'</code> to 23 and things are behaving as expected again. :thumbs_up:</p>
]]></description><link>https://forums.ubports.com/post/69235</link><guid isPermaLink="true">https://forums.ubports.com/post/69235</guid><dc:creator><![CDATA[gandalf]]></dc:creator><pubDate>Wed, 21 Dec 2022 17:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to UI scaling issue with OTA-24 on Wed, 21 Dec 2022 14:57:39 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I'm still confused <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f605.png?v=56a73af4c47" class="not-responsive emoji emoji-android emoji--sweat_smile" style="height:23px;width:auto;vertical-align:middle" title="😅" alt="😅" /><br />
But in any case, you can check this file <code>~/.config/upstart/ut_tweak_gu.conf</code>. It'll show you the actual value applied to the system.<br />
And default value is whatever the scaling was when you first opened the tweak tool app. So that also means if you transferred the config from another phone, it'll use the other phone's default scaling</p>
]]></description><link>https://forums.ubports.com/post/69233</link><guid isPermaLink="true">https://forums.ubports.com/post/69233</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Wed, 21 Dec 2022 14:57:39 GMT</pubDate></item><item><title><![CDATA[Reply to UI scaling issue with OTA-24 on Wed, 21 Dec 2022 13:20:12 GMT]]></title><description><![CDATA[<p dir="auto">I'm honestly not sure what the default was before the update and if I changed it to 21 or if that was the default value previously. It looks like 21 is the new default value somewhere as well, but it's not properly applied/sync'ed to the UI.</p>
<p dir="auto">yeah, that text is a bit hard to follow, so here's two screenshots:<br />
After booting the scale is set to 23. I can "apply" 23, which changes nothing. The UI slider can't decide if it's set to 21 (internally) or 23 (as displayed) I think:<br />
<img src="/assets/uploads/files/1671628741251-screenshot20221221_101433378.png" alt="screenshot20221221_101433378.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If I change the slider to 21 I can't apply that, as it's stuck with the same confusion here again:<br />
<img src="/assets/uploads/files/1671628749155-screenshot20221221_101448789.png" alt="screenshot20221221_101448789.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">"restore to default" is the only way I can get the 21 scaling back, and that doesn't stick around. After that the UI is scaled correctly to 21, but the slider once again thinks it's on 23.</p>
]]></description><link>https://forums.ubports.com/post/69229</link><guid isPermaLink="true">https://forums.ubports.com/post/69229</guid><dc:creator><![CDATA[gandalf]]></dc:creator><pubDate>Wed, 21 Dec 2022 13:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to UI scaling issue with OTA-24 on Tue, 20 Dec 2022 17:08:47 GMT]]></title><description><![CDATA[<p dir="auto">If I understand correctly, you want to set it to 21 but it's stuck to 23 and can't change to 21?<br />
Did the scaling value change after the OTA update? because I don't think that's possible unless didn't change it and the default device value was changed in OTA-24</p>
]]></description><link>https://forums.ubports.com/post/69212</link><guid isPermaLink="true">https://forums.ubports.com/post/69212</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Tue, 20 Dec 2022 17:08:47 GMT</pubDate></item></channel></rss>