public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* test request for octave
@ 2018-12-27  8:59 Marco Atzeri
  2018-12-27 10:01 ` Mark Geisert
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2018-12-27  8:59 UTC (permalink / raw)
  To: cygwin

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"

Thanks
Marco


---
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: test request for octave
  2018-12-27  8:59 test request for octave Marco Atzeri
@ 2018-12-27 10:01 ` Mark Geisert
  2018-12-27 14:39   ` Marco Atzeri
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Geisert @ 2018-12-27 10:01 UTC (permalink / raw)
  To: cygwin

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

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: test request for octave
  2018-12-27 10:01 ` Mark Geisert
@ 2018-12-27 14:39   ` Marco Atzeri
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2018-12-27 14:39 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-27 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27  8:59 test request for octave Marco Atzeri
2018-12-27 10:01 ` Mark Geisert
2018-12-27 14:39   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).