Page 1 of 1

4K Ultra HD display

Posted: Tue Jul 03, 2018 9:13 pm
by glennr
HI,

Our app uses ogre3d (1.10) embedded in Qt5 window. I have a report from a user that Ogre fails to start when using a 4K display (on Windows 10) but works correctly when using a 1920x1080 display. Unfortunately I don't have any log info for this instance and don't have access to a 4K display to test it.

Has anyone else had this or a similar issue? If so, what caused it and how did you fix it?

Glenn

Re: 4K Ultra HD display

Posted: Wed Jul 04, 2018 1:36 am
by dark_sylinc
Mmmm...

A few possibilities:

1. The GPU does not have enough RAM. If you have a compositor, it's possible the combination of all the RenderTargets needed exceed what the GPU can do.

2. Qt5 is capturing WM_GETMINMAXINFO, and preventing 4K resolutions

Without an Ogre.log, what RenderSystem, system specs, or anything else for that matter it's impossible to say. It could be a million reasons.

Re: 4K Ultra HD display

Posted: Wed Jul 04, 2018 9:54 am
by glennr
Thanks, I knew it was a long shot, but you never know unless you ask. I'll investigate the memory issue and work on getting a log.