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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Q7NI5Y8SMVHcJRcc HG2uNzllMdws/5Ikw9jo8fe+PrvnTpQjmxBhgb4HefIrAq6M1DbdJjgcG51kcO0F ZdwMhLwKrDeFuHxtabz6s9j8wWEsg/Ghz7lO5AhGyYE/LHe6IJ4yyGtp6pFhNiXe JK5XZ0eHT2OwBoUCJckiZFk4YEQ= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=gkiNp4U2a9SCvZN+GZlFeC w55LU=; b=PoTTcqG2R/gzPOMnVPGvozqPo28LCr6zoXlTDpKm0eVmIQYhPG9I3H WB1+G/RBIMkIxlHdCChw/8tYiHZ9scVtMQVCUwMU67q2yVFaapWJc4bXXuZZSkSW 0fD3UeC5fji0A8D1bNVWrk0EZ9Fq7vkQzjbK3/yybyu+/neOiieok= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> 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=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, auf, von, UD:avast.com X-HELO: mail-wr1-f53.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=GCkRbVG9Ek9zER7y8Vq2EjrCKpuESHEBWmvQE7lKb7A=; b=eUtF5pRgo+vewlcSOJTYmOwt+jhkp/tUGXXwtvh1c70gtFtl6LMEadLLnQhEWet56I 2A9KQd2vORyaYWd145eOmfgq2kr2hgxHfuG7UXtFOaVs88umSqPmfRZhr+ndEl5TuH0k 3TttsBAGBAH93Mk0KKTsEZ6/v+9UXOPyhWmCyJnS1DKdm5PqWGKlQ9rbNOi2tVw5Apqr gxbUR+RIfqWSlPOSe4LgPzURFF+BelrQ3bjdKkB+0CG97LXNJ5YNcIK7LH1MPOHflVcq Rp78fOvuxKZ49sjyf9vfMiYzoXd1Zzt9vhJNY0wh7RrIq6K7Q8R4yI2RTjHHR0qH9inY CP4A== Subject: Re: test request for octave To: cygwin AT cygwin DOT com References: <e4d802ea-36de-079e-4b79-f8d51b970188 AT gmail DOT com> <9682ac18-02aa-d97e-28a3-1f0507e35523 AT maxrnd DOT com> From: Marco Atzeri <marco DOT atzeri AT gmail DOT com> Message-ID: <c5108e82-3cf5-371c-e6b2-6a3e03b9cec5@gmail.com> Date: Thu, 27 Dec 2018 11:01:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <9682ac18-02aa-d97e-28a3-1f0507e35523@maxrnd.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Am 27.12.2018 um 09:59 schrieb Mark Geisert: > Marco Atzeri wrote: >> Hi, >> I am trying to understand if octave has a problem >> with Cygwin X interface or it is a specific >> issue on my new Laptop >> >> Can someone make this test from octave >> in a Xterm ? >> >> available_graphics_toolkits() >> graphics_toolkit("fltk") >> x=(0:360)*pi()/180; >> y=sin(x); >> plot(x,y) >> print -djpg figure-fltk.jpg >> clear clg >> graphics_toolkit("qt") >> plot(x,y) >> print -djpg figure-qt.jpg >> >> >> In my system the plots are incomplete >> (missing the upper and right portion) >> and the print frezees octave requiring >> a "kill -9 PID" > > On my test system all seems to work as desired. Full plots and no > freezing of octave. Windows 7 x64. Newly downloaded and installed > latest: octave, dbus. > HTH, > > ..mark > thanks. It seems an issue of the Intel Graphics driver. When running with "startxwin -- -nowgl" the plots are correct. QT has still issue on window plot resizing but the plots are correctly drawn. --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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