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.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31382 invoked from network); 20 Dec 2021 21:30:50 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 20 Dec 2021 21:30:50 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 4ess; Mon Dec 20 16:26:34 -0500 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 4e09a2df (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 20 Dec 2021 13:19:40 -0800 (PST) Message-ID: <23C86644CE3EBA7E20C2A3C83D7E27E4@eigenstate.org> To: 9front@9front.org Date: Mon, 20 Dec 2021 16:19:39 -0500 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic virtualized out-scaling proxy Subject: Re: [9front] Re: hidpi Reply-To: 9front@9front.org Precedence: bulk Quoth hiro <23hiro@gmail.com>: > > mm can be calculated from dpi and amount of pixels. this doesn't add > anything to the game I'm not suggesting exposing both mm and dpi. The two are interchangable, and either one is fine. the key point is that it sits outside of devdraw, not as part of the draw protocol. the second point is that it's easy to extend to multihead; eg, on a triple head setup it would look something like: 0 0 3840 2160 527 296 3840 0 7680 2160 527 296 7680 0 11520 2160 527 296 (multihead has been on my wishlist for a long time, and I want to work on it soon.)