octave-maintainers
[Top][All Lists]
Advanced

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

Re: Windows 8


From: Søren Hauberg
Subject: Re: Windows 8
Date: Thu, 02 Apr 2015 15:08:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0



Den 02-04-2015 kl. 14:17 skrev Pantxo Diribarne:
Hi,

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?


What does the following script return on that machine and does the computed size conform to the actual size of the screen?

dpi = get (0, "screenpixelsperinch")
sz = get (0, "screensize")
sprintf ("width: %f in, height: %f in\n", sz(3)/dpi, sz(4)/dpi)
I get

  dpi = 110.90
  sz = [1, 1, 1280, 720]
  width: 11.541991 in, height: 6.492370

This is a 13 inch screen (diagonal measure, I guess) running 3800x1800, so these numbers don't appear to be quite right. I don't know if this is due to the way Windows rescales its GUI in hidpi screeens or if it's due to a bug in Octave.

Søren



reply via email to

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