<div dir="ltr">Yeah HiDPI is a mess in wx applications currently. <div><br></div><div>The OS's have handled this differently, with GTK being behind of course. <br></div><div>wxWidgets have some support in 3.0.x release and more coming in 3.2.<br><br></div><div>wxWidgets sees 3.1 as a developer release so linux distributions don't distribute that, </div><div>the wxWidgets team never seems to finish 3.2, and patches 3.0 very little since all development is</div><div>on 3.1, sigh.</div><div><br></div><div>I have not owned a HiDIP screen so I have not had any problems with this, nor been able to test it,</div><div>thus basically ignoring the problem altogether until the world came up with a solution of how to handle it.</div><div><br></div><div>OBSERVER_SCALE was a temporary hack to make it work a couple of years ago, I don't remember the</div><div>discussion but it might have been a PR or something I did for Loic after a discussion on this mailing list.</div><div><br></div><div>So this is a mess, and I could really need some help from someone jumping into the rabbit hole.</div><div>There are probably some functions in wx-api that are missing, and we need to scale the fonts and drawing done</div><div>in the observer tabs.</div><div><br></div><div>/Dan</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 28, 2021 at 4:08 AM Rick Payne <<a href="mailto:rickp@rossfell.co.uk">rickp@rossfell.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Running Ubuntu 20.04 and i3 as my window manager, and I'm struggling<br>
with Observer ending up with tiny text. This is on a Dell XPS 13 with a<br>
HiDPI display. Clearly I'm making things a bit difficult for myself, so<br>
wondering if I've missed something...<br>
<br>
I can set the environment variable GDK_DPI_SCALE to (say) 1.6 and that<br>
helps to a certain extent. The text on the 'System' page is much more<br>
readable.<br>
<br>
I can set another (undocumented?) environment variable OBSERVER_SCALE<br>
to (say) 3 and now the 'Load Charts' page is readable as are the graphs<br>
on the 'Memory Allocator' page. However the list of allocators at the<br>
bottom is very small and hard to read. Ditto the process list on the<br>
'Processes' page. In fact any text that is generated from a list.<br>
<br>
I've never played with wx much but I had a quick look at the code which<br>
is how I found the OBSERVER_SCALE trick. However, I don't grok it all<br>
yet. For instance, I'm suprised that GDK_DPI_SCALE affects the fonts on<br>
one page, but not on others - so clearly some different drawing<br>
mechanism is at play.<br>
<br>
Anyone else have this issue and found a solution?<br>
<br>
Cheers<br>
Rick<br>
<br>
</blockquote></div>