Page 1 of 1

Screen Centering in VGA Mode

Posted: Wed Sep 23, 2020 2:45 pm
by rashohyo
Is there a way to center the screen also in analogue mode?
Real Amiga also have this problem on lots of tv...it would be great to have an options for that
Thanks

Re: Screen Centering in VGA Mode

Posted: Thu Sep 24, 2020 8:06 pm
by kolla
http://aminet.net/package/util/boot/CenterScreen12

May not work with games though. There are also other tools that feature this.

Re: Screen Centering in VGA Mode

Posted: Thu Sep 24, 2020 11:11 pm
by bbond007
Sometimes games are more centered to to right because if they were closer to the left sprites 6 & 7 would not be visible.

Re: Screen Centering in VGA Mode

Posted: Fri Sep 25, 2020 9:25 am
by akeley
On hardware side, there are some cheap Extrons that can center horizontally, you can read about them here.

Some later Trinitron models also have a "RGB centering" option in the menu which does just that.

Re: Screen Centering in VGA Mode

Posted: Sun Nov 08, 2020 8:38 am
by NightShadowPT
I'm also trying to find the best solution for this, and I have mixed results depending on the resolution I use.

To play games, in a 4:3 LCD screen that supports 1280x1024@60Hz, connected through VGA, what video configs would you recommend?

Currently I'm using the following:

On the Mister.ini:

Code: Select all

[Minimig]
vscale_mode=1
video_mode=4
video_mode_ntsc=4
video_mode_pal=4
On the OSD Video Options:

Code: Select all

TV Standard: PAL
Scandoubler FX: OFF
Video Area by: BLANK
Aspect Ratio:Original
I also use the Scale Filter "Scanlines (Bright Sharp)" because I like scanlines, but it is not needed.

To my eyes, this gives me a correct aspect ratio with clean scanlines, but unfortunately the screen is a bit far to the right and that messes with my OCD.

Is this something that can be fixed in the Core? (i.e.: the current "Adjust Screen Position option" only distorts the image, does not move it around the screen).

Thanks

Re: Screen Centering in VGA Mode

Posted: Tue Dec 29, 2020 5:19 am
by NightShadowPT
Bumping it in case any of the new users can help :)

Also, I have no idea what I did (maybe pressed some wrong key) and now the Amiga "visible screen" is on the top-left of my monitor, and no longer to the right as previously mentioned.

Meaning, I have the same problem, but on a different location :).

EDIT: If I change the "TV Standard" in the menu from PAL to NTSC, the image is now on the bottom right...

Are there any specific settings you guys would recommend for this? (remember I'm using a 4:3 LCD, not a CRT).

Not being able to center the screen is really messing up with my concentration.

Cheers

Re: Screen Centering in VGA Mode

Posted: Wed Jan 06, 2021 11:06 am
by MikkyTee
I'm a new mister user, and recently i've just been setting up cores etc The amiga was one of the main reasons i wanted a mister, initially i used the vga on a crt, but honestly i think im getting a better picture and with the scanlines @25% it looks good to me on an old 17in 4:3 lcd with a hdmi to vga adataptor. The screen is centered and looks great with all the 8&16 bit computers etc. Maybe have a look at that? :)

Re: Screen Centering in VGA Mode

Posted: Wed Jan 06, 2021 2:43 pm
by NightShadowPT
MikkyTee wrote: Wed Jan 06, 2021 11:06 am I'm a new mister user, and recently i've just been setting up cores etc The amiga was one of the main reasons i wanted a mister, initially i used the vga on a crt, but honestly i think im getting a better picture and with the scanlines @25% it looks good to me on an old 17in 4:3 lcd with a hdmi to vga adataptor. The screen is centered and looks great with all the 8&16 bit computers etc. Maybe have a look at that? :)
That may be a solution... I can even connect it to the same monitor in a different input...

Can you please share the details of your configuration? (Mister.ini)?

Thanks

Re: Screen Centering in VGA Mode

Posted: Wed Jan 06, 2021 3:35 pm
by ash2fpga
If you are using the scaler, you may be able to adjust the hfp/hbp/vfp/vbp video_mode values to center the image.

Some discussions on the concept, although for different products/platforms:
https://retropie.org.uk/forum/topic/867 ... 666-to-pvm
https://shmups.system11.org/viewtopic.p ... 6&start=30

Re: Screen Centering in VGA Mode

Posted: Thu Jan 07, 2021 7:34 pm
by MikkyTee
NightShadowPT wrote: Wed Jan 06, 2021 2:43 pm
MikkyTee wrote: Wed Jan 06, 2021 11:06 am I'm a new mister user, and recently i've just been setting up cores etc The amiga was one of the main reasons i wanted a mister, initially i used the vga on a crt, but honestly i think im getting a better picture and with the scanlines @25% it looks good to me on an old 17in 4:3 lcd with a hdmi to vga adataptor. The screen is centered and looks great with all the 8&16 bit computers etc. Maybe have a look at that? :)
That may be a solution... I can even connect it to the same monitor in a different input...

Can you please share the details of your configuration? (Mister.ini)?

Thanks
I have not changed anything in mister.ini apart from enable scan doubler ;)

Re: Screen Centering in VGA Mode

Posted: Sun Jan 10, 2021 4:34 am
by NightShadowPT
ash2fpga wrote: Wed Jan 06, 2021 3:35 pm If you are using the scaler, you may be able to adjust the hfp/hbp/vfp/vbp video_mode values to center the image.

Some discussions on the concept, although for different products/platforms:
https://retropie.org.uk/forum/topic/867 ... 666-to-pvm
https://shmups.system11.org/viewtopic.p ... 6&start=30
That's interesting, thanks for sharing.

Is there anywhere on the Wiki where I can read what is the meaning of hfp/hbp/vfp/vbp? Cant seem to find it, and I dont know exactly what to use here.

Cheers,

Re: Screen Centering in VGA Mode

Posted: Mon Jan 11, 2021 1:29 am
by ash2fpga
NightShadowPT wrote: Sun Jan 10, 2021 4:34 am That's interesting, thanks for sharing.

Is there anywhere on the Wiki where I can read what is the meaning of hfp/hbp/vfp/vbp? Cant seem to find it, and I dont know exactly what to use here.

Cheers,
hfp=horizontal front porch
hbp=horizontal back porch
vfp=vertical front porch
vbp=vertical back porch

The front/back descriptor appears to be in relation to the respective sync signal, and not the on-screen image.

Here is a document illustrating from the on-screen image perspective (p. 12), and the signal perspective (p. 13): https://www.nxp.com/wcm_documents/techz ... logies.pdf

Re: Screen Centering in VGA Mode

Posted: Sun Feb 14, 2021 8:27 pm
by lordoftime79
Hi there - this is how Amiga is supposed to be, go check a Real Amiga, Go check a Vampire 4 Stand alone both dont have centered displays when displaying native chipset output.

Re: Screen Centering in VGA Mode

Posted: Mon Feb 15, 2021 9:21 am
by ByteMavericks
The placement on the screen, as many above have said, was programmable... The fun of DIWSTRT, DDFSTRT, DIWSTOP and DDFSTOP - the horror.

It's a non-trivial thing to solve given programmers can and do shift them around: the joy of CRTs on a real Amiga is that once you've got it perfect for one screenmode, you can guarantee it'll be nearly unusable for another :)

Re: Screen Centering in VGA Mode

Posted: Sat Apr 03, 2021 9:20 pm
by Xtro
Anyway would be interesting to have a centering option for VGA output on all cores, the same than jotego does for his arcade cores