From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1267 invoked from network); 20 Dec 2021 17:37:19 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 20 Dec 2021 17:37:19 -0000 Received: from mail-vk1-f181.google.com ([209.85.221.181]) by 4ess; Mon Dec 20 12:29:32 -0500 2021 Received: by mail-vk1-f181.google.com with SMTP id o2so6618212vkn.0 for <9front@9front.org>; Mon, 20 Dec 2021 09:29:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=lsy/B//4YxsY1z2Nrhz7zTaiADiUpOpUurdA4RZA4kw=; b=f+I79c4TzuFKy/TTvfNhZ/KitVfnoem7QqVub0981W2G9Tknvqda0Vjf7XfUYpecJG eSkRbToJwBKrFvPsWzZv6cvLrjamviJAy9UZju1k9HEnGCSjpQEp18ZUHbIDEL/dk8BC YYo/dirTLAD6Tkxf4YmaeMf81iw8pgcxCWLwTK9oCMnyi3OoUZd6aerxbhqv9N6HiEUN WJAwXOv6mTZ27UGaGAeB3jeceLZlZtIfNS74sRtzNOUTJ1U33GsfTlqtLIqt+/jzR0UP MnRCTlOYNJMQHL6IH6VUdIPxhK56JmZHdO+Wtyqvt4B6can/vtGkjAoyOXNz8uGH/Q7K 7o3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=lsy/B//4YxsY1z2Nrhz7zTaiADiUpOpUurdA4RZA4kw=; b=r0GdU1JmZK+uzSX+cGwhou8iYBzik4rxTNQsx65LQml0eD19IJfr6NnmoqPZcdZgaQ vaMGHaWd8BYN+y6eep7yEuWEe9UlA3DDbYvgdQlY5cwmrCzbtdNOCk4TbPr/RSU1hqmI H+yOd9HJqeLK7+n96Mdi+alkdCuKtw8EhXDhVTUUjkb/Rt85SmgqFjOaIfnUP8KuOSlD v025muvDvOat/fUl2cipWO/JONiO61y2DD0C5iDTUhb71d23u/IZXZqMUiNJBGzK4cUo WrDU0exRRMn8igmOsus2AbXYrlPzXsAOCRHV5q1Cso6f/uVD5uBM2md/ekr5JQA25yhK dxtg== X-Gm-Message-State: AOAM530YTo8mFxCRYa6/Pw42+opEnOim4Kdlt+3OLJ/SDUFUftBMvuIB MC/hTfxmPptl45LUrvWjN9kWyOKliEA7E1JGA0Mfrl5tMPg= X-Google-Smtp-Source: ABdhPJxiJwWHrhoiSpx1kI+NPavwGb7Smniby0OEDKX5t0qfJ60Hl0PiJ9aZ11yrhda8NEmYl+fq0xrmBvReC3u3gBM= X-Received: by 2002:a1f:9f04:: with SMTP id i4mr6087599vke.33.1640021365942; Mon, 20 Dec 2021 09:29:25 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a59:ab8c:0:b0:248:ba1c:c015 with HTTP; Mon, 20 Dec 2021 09:29:25 -0800 (PST) In-Reply-To: References: From: hiro <23hiro@gmail.com> Date: Mon, 20 Dec 2021 18:29:25 +0100 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven object-oriented realtime-java injection NoSQL interface Subject: Re: [9front] Re: hidpi Reply-To: 9front@9front.org Precedence: bulk I don't like *automatically* setting DPI depending on what lies Xorg tells us. On the other hand I find giving the user the ability to set DPI is nice. Mainly because different users sit at a different distance to their monitor. On 12/20/21, Philip Silva wrote: >> you didn't document this in the devdraw man page. > > True, I could add this. > >> are you sure though that we need to do this on devdraw level? > > Not really sure to be honest, I only have a rough idea about libdraw or how > to exchange configuration options. At least in plan9port there is also the > new q(1d) command to query DPIs and 9fans.net/go/draw uses it as well. I > wonder whether this could be realized by just using environment variables > instead of configuring this through plan9.ini/the result of q1d in > drawterm. > > https://github.com/9fans/go/blob/v0.0.4/draw/init.go#L300 > >