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=from:references:user-agent:to:subject:date:in-reply-to:message-id :mime-version; bh=Dnw/uEiWrL2tg0cMOpwn0IT2RfKnKGfpl7drUIpjT/I=; b=nipjpP+J1V3Md67Odiy/t9RcfswT9Bmn01PQoVfd6mlw3V483aB9VOJyy2ZEUml2AX c3CDADGA/Xd/z8A8Roiw0nquyqEuMNPFEbBYL+MNKTt2fsJ5cu1Tj7t8hkr4D8ry55/y OIye3STKowxLID9n+tdaNuD48GYtq2zXDSxKHjrNawPHbITWWBdtrCr9wjUYe51es0ZC DemrGmnsiJK/Srm53VbzvaGCx7l9MN6jGG8OQce40Z362rcq+VPfsDglU1l2bsIqTHXq Ue/UIcO48lN95D+jBZN/dA5KrU6JPMHshVw3ojw/Z4uqmIPWVn+XF4a7tPPCIhPcCJlT 3DpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:references:user-agent:to:subject:date :in-reply-to:message-id:mime-version; bh=Dnw/uEiWrL2tg0cMOpwn0IT2RfKnKGfpl7drUIpjT/I=; b=wKQDiId1ZRviYqRGkeTDadacEQgtzaOQC9DhLAZZJaFrbLOCJbuRIFLqgaL/lK8Vj/ h88dvihZ6NhJlFa+H65/JXKZR6Sni10o/PwjniVFT1RBUSjc4h/SvRyQy+4UKmMGHfjf v3y9TjHuY3OmgPatbeQsm78r6sqoUH356yCDwRNkrLPS3MYVglGjgjAS3Hc/FScSU2Qn 5tNNNAntqJFo0plmOm51DjNsZIzJNOqr4Evc1FkrEsgcwZZHcl6DmT+gZwoedEKvYh9g 9o4wyP4ytQdN6IwbvmEuBzsNx94eWP1Yz4fG97xpOH1lLsF41O5XoSifZBeyMFEfcxfx vvqg== X-Gm-Message-State: AJIora+t89RRtJX83IntorbTY9gd4CtVK7+xwMIhvdA96hH5hwBt1clB L50GE2ryylCcC/M4WLyhDINnhlzg+/k= X-Google-Smtp-Source: AGRyM1trpcz98JHb0qdo4OzJXrer1e7ssT9qwBuyFUs6RhvFom/750TwaQjZ6Uhs81tiGwqEJhLEiw== X-Received: by 2002:a05:6512:13a6:b0:482:b947:77f7 with SMTP id p38-20020a05651213a600b00482b94777f7mr4535698lfa.687.1657350012693; Sat, 09 Jul 2022 00:00:12 -0700 (PDT) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov References: User-agent: mu4e 1.6.10; emacs 28.1 To: geda-user AT delorie DOT com Subject: Re: [geda-user] user interface scaling on HiDPI possible? Date: Sat, 09 Jul 2022 09:36:28 +0300 In-reply-to: Message-ID: <87czeelqis.fsf@lepton.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: text/plain Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Britton, "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" writes: > 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. Maybe xrandr could help (if you use X server)? Something like just $ xrandr to learn about your default output name and its properties, and then $ xrandr --output DP-1 --dpi 1000 Replace DP-1 and 1000 with what you need. The downside of this approach is affecting other apps. Apropos, it works with gtk2 for fonts, though PCB icons are not scaled. Well, here shortcuts may help. OTOH, it doesn't work at all with gtk3 apps on my system, I tried some, though it's not your case, I believe. -- Vladimir