1
Window / Re: Desktop/Fullscreen resolution with multiple monitors
« on: July 07, 2020, 06:14:56 pm »
Ok, getDesktopMode() gives you a resolution that is configured for the desktop. My expectation was that you get the resolution of the primary monitor.
But the list of resolutions of the method getFullscreenModes seems inconsistent to me.
I wouldn't expect the first resolution (4480x1440) in this list, the first resolution I expected was 2560x1440.
And the resolution 1600x900 does not belong in the list for me either, if the resolutions of the primary monitor are displayed there. This resolution belongs to my secondary monitor according to the xrandr tool.
But the list of resolutions of the method getFullscreenModes seems inconsistent to me.
I wouldn't expect the first resolution (4480x1440) in this list, the first resolution I expected was 2560x1440.
And the resolution 1600x900 does not belong in the list for me either, if the resolutions of the primary monitor are displayed there. This resolution belongs to my secondary monitor according to the xrandr tool.