Window contents scale up when window is not borderless on Intel GPU

Ok this is a bit of a weird one.

The following applies to window 10 (maybe linux too but I don’t know).

I have a project that runs fine on a machine with a Nvidia dedicated GPU. But when I run on a Intel NUC (with Intel integrated graphics) the contents of the window are scaled up mostly in the vertical direction up from the bottom left (I think). Also the mouse cursor position doesn’t match up. So it would seem that the rendered output is getting scaled but the input is not. When in boarderless mode this goes away. This seems to happen with both Opengl and ANGLE.

Any ideas?

I haven’t filed a bug yet as I’m not 100% sure whats happening here.

What resolution are you running? Chances are your NVIDIA GPU can support it, but your Intel GPU can not.

The window is only 720x1024. Also it’s fine when the window is borderless so I don’t think that’s it.

Hi,

could you perhaps take a screenshot of your desktop (one with the standard window and one with the borderless window)? It might help determining what’s wrong.

Happy to help,

-Paul