MorphOS having problem with autoscaling screenmodes.

Report any Hollywood bugs here
Post Reply
Bugala
Posts: 1268
Joined: Sun Feb 14, 2010 7:11 pm

MorphOS having problem with autoscaling screenmodes.

Post 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?
User avatar
airsoftsoftwair
Posts: 5635
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MorphOS having problem with autoscaling screenmodes.

Post 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.
Bugala
Posts: 1268
Joined: Sun Feb 14, 2010 7:11 pm

Re: MorphOS having problem with autoscaling screenmodes.

Post by Bugala »

I guess AOS4 has the same bug:
http://amigaworld.net/modules/newbb/vie ... =15#710646

post#4
Bugala
Posts: 1268
Joined: Sun Feb 14, 2010 7:11 pm

Re: MorphOS having problem with autoscaling screenmodes.

Post 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?
User avatar
airsoftsoftwair
Posts: 5635
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MorphOS having problem with autoscaling screenmodes.

Post by airsoftsoftwair »

Yes, of course it's fixed in all versions :)
Post Reply