Page 1 of 1

MorphOS having problem with autoscaling screenmodes.

Posted: Mon Jun 24, 2013 9:49 pm
by Bugala
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:

Code: Select all

@VERSION 1, 0

@DISPLAY {Width = 1920, Height = 1080, Borderless = True, ScaleMode = #SCALEMODE_AUTO, FitScale=True}

Debugprint("test")
(This is how the program i posted on that topic starts, except for the debugprint line)

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?

Re: MorphOS having problem with autoscaling screenmodes.

Posted: Tue Jun 25, 2013 3:33 pm
by airsoftsoftwair
Ok, this is a bug but it has already been fixed in Hollywood 5.3. That's why I wasn't able to reproduce it here. However, you're right that it doesn't work with 5.2. So you have to wait for 5.3 for a fix.

Re: MorphOS having problem with autoscaling screenmodes.

Posted: Fri Jun 28, 2013 1:41 pm
by Bugala
I guess AOS4 has the same bug:
http://amigaworld.net/modules/newbb/vie ... =15#710646

post#4

Re: MorphOS having problem with autoscaling screenmodes.

Posted: Fri Jun 28, 2013 5:40 pm
by Bugala
I posted Aos3 version as well, and seems that has the same problem. I guess that problem is with every machine. But you corrected it for all machines already, right?

Re: MorphOS having problem with autoscaling screenmodes.

Posted: Fri Jun 28, 2013 10:21 pm
by airsoftsoftwair
Yes, of course it's fixed in all versions :)