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=DKIM_SIGNED,DKIM_VALID, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22698 invoked from network); 12 Jan 2024 04:25:15 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 12 Jan 2024 04:25:15 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 9front; Thu Jan 11 23:24:23 -0500 2024 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id BDA2E1DF8B7 for <9front@9front.org>; Thu, 11 Jan 2024 23:24:21 -0500 (EST) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=fQUEmYQbiOxw4qRe7LoX7OOmx KMyu573z5LqxPA7v2Q=; b=WCnRyvo40XhLPhM7WSokZyRwy33NcvrBFFrrqSFiA OVnKtSOXZLgLkaEcohK1bMmukegvXbVRIe/IlUjRDfZq2DVKQMZIqTZ3zVke8Jn2 AN7X1rVIW+ZO7hbHHBhT/WDpG/m2xN+mbgBQ0YsNd/KW0QTZa7fbK8u2hK0Y4/Pz SM= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id B6BF41DF8B6 for <9front@9front.org>; Thu, 11 Jan 2024 23:24:21 -0500 (EST) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [24.205.13.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 142731DF8B5 for <9front@9front.org>; Thu, 11 Jan 2024 23:24:19 -0500 (EST) (envelope-from unobe@cpan.org) Message-ID: To: 9front@9front.org Date: Thu, 11 Jan 2024 20:24:18 -0800 From: unobe@cpan.org In-Reply-To: <86C3DB50BCE0BF0A8FAA5C778AADB7DE@9lab.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Pobox-Relay-ID: 74C18988-B102-11EE-9F66-25B3960A682E-09620299!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: mobile immutable property JSON realtime-java-aware configuration manager Subject: Re: [9front] [PATCH] vncv: implement autoscaling with -a flag Reply-To: 9front@9front.org Precedence: bulk Thanks for committing, Igor. Quoth igor@9lab.org: > Quoth Romano : > > for large remote framebuffers, only the upper left-hand corner > > of the screen is ever visible. Autoscaling, while slow, at least > > makes all the screen visible. There is a noticeable lag while the > > scaling occurs, but vncv as-is isn't a paragon of speed. While in > > the code, update documentation for this feature. > [=E2=80=A6] >=20 > Thanks! I tested it connecting to OSX Sonoma and indeed, with > autoscaling the full screen is visible for large remote frame buffers. >=20 > Without autoscaling only the upper left-hand corner is visible. >=20 > Apart from some tweaks to your man page modifications (see attached > patch) the diff looks good to me. >=20 > With the option to enable autoscaling the task of reducing the > resolution on the remote machine in case it is too large for the local > window is much simplified. >=20 > Unless there is any objection I would like to merge the attached patch > aimed at improving usability of vncv by the end of this week. >=20 > Please let me know if you disagree. >=20 > Cheers, > Igor >=20