View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002251 | NoesisGUI | C++ SDK | public | 2022-01-28 17:21 | 2022-06-21 02:43 |
Reporter | ext.mnawrot | Assigned To | jsantos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1 | ||||
Target Version | 3.1.5 | Fixed in Version | 3.1.5 | ||
Summary | 0002251: Xbox: NoesisApp Window doesn't utilize 4K resolution | ||||
Description | Xbox works with both 1080p and 4K depending what res a TV supports but the GameCoreDisplay and D3D12RenderContext use hardcoded 1080p for Xbox consoles which makes Noesis UI to appear blurry on 4K TVs. We haven't found a solution for that as it was a lower priority than 720p limitation on Nintendo Switch (https://www.noesisengine.com/bugs/view.php?id=2250) but 4K output is a desired feature for testing our UI on Xbox consoles. | ||||
Steps To Reproduce | Enable 4K output on XBox | ||||
Tags | No tags attached. | ||||
Platform | XboxOne | ||||
We finally found time to investigate this. This is by design on Xbox. You are supposed to choose a fixed resolution for your game and the system will scale to the native resolution depending on user settings, TV configuration, etc. I have improved a bit our implementation in r11421 by having the resolution hard-coded only in one place (at the top of GameCoreDisplay.cpp) |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-01-28 17:21 | ext.mnawrot | New Issue | |
2022-01-28 17:21 | ext.mnawrot | Issue generated from: 0002250 | |
2022-01-31 11:29 | sfernandez | Assigned To | => jsantos |
2022-01-31 11:29 | sfernandez | Status | new => assigned |
2022-01-31 11:29 | sfernandez | Product Version | => 3.1 |
2022-01-31 11:29 | sfernandez | Target Version | => 3.1.3 |
2022-01-31 16:00 | jsantos | Relationship added | related to 0002250 |
2022-02-14 17:51 | sfernandez | Target Version | 3.1.3 => 3.1.4 |
2022-03-17 21:31 | sfernandez | Target Version | 3.1.4 => 3.1.5 |
2022-06-21 02:43 | jsantos | Status | assigned => resolved |
2022-06-21 02:43 | jsantos | Resolution | open => fixed |
2022-06-21 02:43 | jsantos | Note Added: 0007986 | |
2022-06-21 02:43 | jsantos | Fixed in Version | => 3.1.5 |