MorphOS having problem with autoscaling screenmodes.
Posted: Mon Jun 24, 2013 9:49 pm
You can see from this thread:
viewtopic.php?f=7&t=761&start=20
On post #3 Tolkien tells that program is requesting the 1920x1080 screen on Morphos and hence fails.
On post #18, i asked tolkien to try following codes on his MorphOS:
Code 1:
(This is how the program i posted on that topic starts, except for the debugprint line)
Code 2:
He however reported on post #22 that he was still having the same problem that MorphOS wouldnt open either of those codes since the screen resolution is too high.
On post #24 Juan Carlos is reporting about same issue, which is that the original program keeps asking for screen resolution on MorphOS.
As far as I have understood, at least one of the codes, and to my understanding both of those codes, should make it so that no matter what the resolution you are having, it should autoscale the program to fit.
Have I misunderstood something, or is this perhaps a bug in Hollywood in MorphOS version?
viewtopic.php?f=7&t=761&start=20
On post #3 Tolkien tells that program is requesting the 1920x1080 screen on Morphos and hence fails.
On post #18, i asked tolkien to try following codes on his MorphOS:
Code 1:
Code: Select all
@VERSION 1, 0
@DISPLAY {Width = 1920, Height = 1080, Borderless = True, ScaleMode = #SCALEMODE_AUTO, FitScale=True}
Debugprint("test")Code 2:
Code: Select all
@SCREEN {Mode = "FakeFullScreen"}
@DISPLAY {Width = 1920, Height = 1080, Borderless = True, ScaleMode = #SCALEMODE_AUTO, FitScale=True}
He however reported on post #22 that he was still having the same problem that MorphOS wouldnt open either of those codes since the screen resolution is too high.
On post #24 Juan Carlos is reporting about same issue, which is that the original program keeps asking for screen resolution on MorphOS.
As far as I have understood, at least one of the codes, and to my understanding both of those codes, should make it so that no matter what the resolution you are having, it should autoscale the program to fit.
Have I misunderstood something, or is this perhaps a bug in Hollywood in MorphOS version?