octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows 8


From: Giorgio De Nunzio
Subject: Re: Windows 8
Date: Wed, 01 Apr 2015 21:06:17 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Il 01/04/2015 20:52, Søren Hauberg ha scritto:
Den 01-04-2015 kl. 18:19 skrev John W. Eaton:
Has anyone tested the Windows binary distribution of 4.0.0-rc2 on a Windows 8 system? I remember that there were reports of problems with earlier versions and I'm wondering if those have been fixed. If not, what were/are the problems?
I recently got a new laptop, which comes with Windows 8 pre-installed. I haven't had the time to wipe the machine clean and install Linux yet, so I figured I could do a quick test of how things work on a fresh Windows 8.

I downloaded the rc2 .exe installer and ran it. I was greeted with a warning saying "Do you want to allow the following program from an unknown publisher to make changes to this computer?". I said yes. Would it be possible to provide a publisher (e.g. GNU) ? That would make this first step less scary.

I was then presented with a warning from the Octave installer saying that Windows 8 is not supported -- do I really want to continue? I went ahead. The installer was easy to use, so no troubles here.

I started Octave and ran the following commands,

  A = rand(7);
  C = chol(A * A');

Worked nicely. I then tried plotting

  plot(diag(C))

This opened a figure window at the very top of the screen; in fact the top window decoration is outside the screen, so I can't actually grab the window and move it around. Also, the plot took around one minute to appear, which made me think that it wasn't working.

Other than that, I get the impression that things are working fairly nicely in Windows 8. One minor issue is that I have a high resolution screen (3800x1800, I think). While the main GUI is nicely scaled, the OpenGL plots appear rather tiny -- perhaps these could be scaled?

Is there anything in particular you would like to see tested?

Cheers
Søren



Hi Søren,
thanks for your tests.
I think the delay in plotting only takes place the first time (at least it was so till now for me on many win7/win8 pcs). The following plots are quick. I imagine it depends on some sort of first-time house keeping.
On the contrary, I have never seen this "partially out of screen" issue.

Can you please save the figure as a pdf file, then open it to see if the plot is well drawn? I tried with the "sombrero" surface and with the simple x=1:10; plot(x, x.^2) stuff, obtaining empty axes as the pdf file (on some installations).

Thanks
Giorgio



--
Dr. Giorgio De Nunzio
Dipart. di Matematica e Fisica "Ennio De Giorgi", Univ. del Salento
INFN Sezione di Lecce
DReAM (Laboratorio Diffuso di Ricerca Interdisciplinare Applicata alla Medicina)
ADAM (Advanced Data Analysis in Medicine) srl
Lecce (Italy)
address@hidden
address@hidden
tel +39 0832 297084-297051
fax +39 0832 297100
mobile +39 320 3829845


---
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
http://www.avast.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]