Re: setFullscreen doesn't work
Posted by
Sven Gothel on
May 12, 2015; 10:53am
URL: https://forum.jogamp.org/setFullscreen-doesn-t-work-with-the-DK2-tp4034465p4034468.html
On 05/12/2015 10:52 AM, elect [via jogamp] wrote:
> I just tried on win 8.1, last nv drivers, jogl 2.3.1
>
> When I set the fullscreen on the Oculus (dk2) it doesnt really go to
> fullscreen, but a smaller resolution on the upper right corner
>
> I pick the oculus in this way (always worked so far)
See StereoDemo01 for a better approach to determine the monitor.
>
> And then when I need the fullscreen on the oculus, I was used to call
>
> /glWindow.setFullscreen(monitorDevices);/
works within StereoDemo01 quite well,
tested on X11/Linux and Windows.
>
> Any idea?
Well, you can see in StereoDemo01,
that we rotate the monitor for DK2 ..
you probably have missed that.
~Sven