X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=GZ+SYeoOtzoVA82X v9jNUwcqptuI2K7EFvkNtIuNVXMxAFf1ULye4scY5K/ADt3g5ysPX5XBMRjL3weh CEnBkQ+MtGPA43csFzxZbNJ1+0pvsY7eyV5c9MmmMP/rCLYzZQ18tIwq0hEkMLnX OeJJwRVTwfr/fkQYpqaYjrK/GPY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=jZfoxqCLu6JSsiLgYe6aB7 9mX/M=; b=AOF9ZWtBLOKZYhdsgJ5efQAGN8KcL8AfoMC8hkLnAlVUPEXKrKrVwm A2AF/AY1ENaxuImKQl2Iz0EqI5DnGFgaau2YhBsRyq6YED58LooJphY/SDNWSR8+ N3NPGmWV3KrJ6vtRg4Go4UAoyFYq4vr56l0XkCpdkIZ1KBl+MftTM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2 autolearn=ham version=3.3.2 spammy=smooth, screens, locally, scroll X-HELO: Ishtar.sc.tlinx.org Message-ID: <5BFC756C.50007@tlinx.org> Date: Mon, 26 Nov 2018 14:36:28 -0800 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: David Dombrowsky <6thstreetradio AT gmail DOT com> CC: cygwin AT cygwin DOT com Subject: Re: mintty slow refresh rate over RDP References: <7339de60-cc38-ff7e-224c-0fa239962a11 AT baur-itcs DOT de> <293c3f88-ffb7-3d83-bdfb-46229887050d AT gmail DOT com> In-Reply-To: <293c3f88-ffb7-3d83-bdfb-46229887050d@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 11/26/2018 12:20 PM, David Dombrowsky wrote: > mintty is the only non-X11 terminal emulator in the stack, correct? --- I find best results hosting the GUI (the window of the TTY) on the local machine, and only transfering the data (the txt of the ssh session). On of the features you might want to use for your situation, though, is make sure "jump-scroll" is turned on if it is not. Otherwise any terminal program might take a very long time to catch up. It really is an expensive operation to scroll text on a remote machine. Early HW terminals and PC screens used special hardware to perform scrolling at fast speed. Performing a smooth scroll via bit-moves of memory would be VERY painful on older machines or current machines using a slow-enough remote interface. Try running xterm locally and make sure TERM is set correctly on the remote machine and I think you may be happier with the performance and "feel"... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple