delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2022/07/08/20:49:04

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20210112;
h=mime-version:references:in-reply-to:from:date:message-id:subject:to;
bh=jelP+M13I7+i5qPs1cr7A3FRmDP1k0xX8Mqj6lDF2nE=;
b=GiJpOARbzUVWaIks19xl75WeBNCtsX0BM/J54GGo9CeyzygVUADH7niaSxhyCK3LZu
jdRR9L6V6NFZyQaxOCGTumZ8Kshg+BEfVKn6llYNWiwl3cZY+WvCov89NeqMWUaGI87Y
c4gHyg6rEP/xpe6vSwkpIS1B/jJCCBDoX6vFhzKXT/cl6PkoPO7ehcooP8t35QppTxov
U4F/6zM4U6ZgYzGBLGGeJkaKlbh0SGoBeXyUQwuJbMNZ8I9EM8kVCxNq/TGLizMTtELo
XFH/vzUkd95J4lkaKYrZ/n9YxDg/ZyJYj4X+iYf1iaeF2Zeat/+iaFBV+h4CEZKE/w++
+oNQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to;
bh=jelP+M13I7+i5qPs1cr7A3FRmDP1k0xX8Mqj6lDF2nE=;
b=ond6v/u+Neth4/GSfK9j+iPZv4fHqX7WUwmWAC8tZrov0wz52NGFLzWfzNYOgaxxz1
BAHuK0IaCqd2h+zrZaRd0Sdimfj+7cIXXQ5k2SJPUcrNh6XaIBE93QFSssBjfNuzkItA
VEKKJ1251CDdG9yFCtSdL/OQjDQqgA2LT+C8jzWUBY+fKXSNs+/3z1RyWXIwXkIbvSLo
rMZAYzda01E/02t3zbQepDuZzMm6sWlM/ig/AEU5deTydk+sv1MxOzTD2WrR+DLVVE06
Zu2gr4Qt/F/nsyLZ79ip6f5VRAe1bNPNRAv57CopkuXvhfnpO8gtFaOCx+ISmTdMxy3O
0tYg==
X-Gm-Message-State: AJIora8ej+cAKxG+O5+dZ15Lpc3EqSMfA8Zbj1XH4yQRLyU9lKj2Jcfz
xQhfigA8Q+q1HLnGXqi0mAkfeRCy7QahDsrx2s/UG6id
X-Google-Smtp-Source: AGRyM1s6gYFT4H71Jlbe+pOUrOvWe+kIN7zeFtThmOZtFc9hWMhjOZBopDE/MIhDzIBmKHl5rIN97L/WooQMOJ7f+is=
X-Received: by 2002:a05:6870:581b:b0:10c:17cb:ebbd with SMTP id
r27-20020a056870581b00b0010c17cbebbdmr1453931oap.131.1657327682909; Fri, 08
Jul 2022 17:48:02 -0700 (PDT)
MIME-Version: 1.0
References: <CAC4O8c-cqfHQ6AowGSH8of734NaA1aZGiZ4awnq=E=A1HK51aw AT mail DOT gmail DOT com>
In-Reply-To: <CAC4O8c-cqfHQ6AowGSH8of734NaA1aZGiZ4awnq=E=A1HK51aw@mail.gmail.com>
From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Sat, 9 Jul 2022 10:17:49 +0930
Message-ID: <CAHUm0tM0nSQ44ZQQ5MUksZaM9fC8q=A5aO0DKuHOLq5D75dmoQ@mail.gmail.com>
Subject: Re: [geda-user] user interface scaling on HiDPI possible?
To: geda-user <geda-user AT delorie DOT com>
Reply-To: geda-user AT delorie DOT com

--000000000000d0fac105e354abc3
Content-Type: text/plain; charset="UTF-8"

pcb-rnd had gtk4 support added a few months ago.

It would be worth seeing if gtk4 vs gtk2 makes a difference.

You will need the gtk4 dev libs installed of course.

pcb-rnd and camv-rnd depend on librnd for the shared code,  which includes
a lot of the cross platform lesstif/gtk2/gtk4 support stuff, plus support
for user scripting

http://repo.hu/projects/librnd/

Regards,

Erich.


On Sat, 9 Jul 2022 09:28 Britton Kerin (britton DOT kerin AT gmail DOT com) [via
geda-user AT delorie DOT com], <geda-user AT delorie DOT com> wrote:

> I just built 4.3 and the interface is almost unreadably tiny on my
> HiDPI screen.  I tried my normal desperation measure of this script:
>
> https://github.com/kaueraal/run_scaled
>
> which gets the tool icons visible but somehow the fonts managed to
> keep themselves the same size only more blurry.
>
> Anyone come up with a good approach to this?  I get the impression
> that it's hard to get gtk2 software to handle it.
>
> Britton
>

--000000000000d0fac105e354abc3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto"><div>pcb-rnd had gtk4 support added a few months ago.=C2=
=A0<div dir=3D"auto"><br></div><div dir=3D"auto">It would be worth seeing i=
f gtk4 vs gtk2 makes a difference.</div><div dir=3D"auto"><br></div><div di=
r=3D"auto">You will need the gtk4 dev libs installed of course.</div><div d=
ir=3D"auto"><br></div><div dir=3D"auto">pcb-rnd and camv-rnd depend on libr=
nd for the shared code,=C2=A0 which includes a lot of the cross platform le=
sstif/gtk2/gtk4 support stuff, plus support for user scripting</div><div di=
r=3D"auto"><br></div><div dir=3D"auto"><a href=3D"http://repo.hu/projects/l=
ibrnd/">http://repo.hu/projects/librnd/</a><br></div><div dir=3D"auto"><br>=
</div><div dir=3D"auto">Regards,=C2=A0</div><div dir=3D"auto"><br></div><di=
v dir=3D"auto">Erich.=C2=A0</div><br><br><div class=3D"gmail_quote"><div di=
r=3D"ltr" class=3D"gmail_attr">On Sat, 9 Jul 2022 09:28 Britton Kerin (<a h=
ref=3D"mailto:britton DOT kerin AT gmail DOT com">britton DOT kerin AT gmail DOT com</a>) [via <a=
 href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>], &lt;<a h=
ref=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>&gt; wrote:<b=
r></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border=
-left:1px #ccc solid;padding-left:1ex">I just built 4.3 and the interface i=
s almost unreadably tiny on my<br>
HiDPI screen.=C2=A0 I tried my normal desperation measure of this script:<b=
r>
<br>
<a href=3D"https://github.com/kaueraal/run_scaled" rel=3D"noreferrer norefe=
rrer" target=3D"_blank">https://github.com/kaueraal/run_scaled</a><br>
<br>
which gets the tool icons visible but somehow the fonts managed to<br>
keep themselves the same size only more blurry.<br>
<br>
Anyone come up with a good approach to this?=C2=A0 I get the impression<br>
that it&#39;s hard to get gtk2 software to handle it.<br>
<br>
Britton<br>
</blockquote></div></div></div>

--000000000000d0fac105e354abc3--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019