Black & White Menu Core on Composite with CRT

Discussion about displays and related hardware including MiSTer filters and video settings.
jordanthornquest
Posts: 3
Joined: Mon Sep 11, 2023 5:05 pm

Black & White Menu Core on Composite with CRT

Unread post by jordanthornquest »

Hello folks,

I'm using a MiSTer with a Digital I/O board. I'm using the following signal chain:

  1. Digital I/O HDMI out
  2. HDFury 3 HDMI input to VGA output
  3. MiSTer Addons YC Active Encoder Board VGA input to Composite output
  4. Sony Trinitron KV-9PT40 Composite input

Here's my MiSTer.ini.

I'm currently running into an issue where the [Menu] core is only showing in black and white whenever I'm viewing a normal image background. If I view the static snow background, the [Menu] core renders in color. By extension, running video playback on the MiSTer using MiSTer_SAM renders in black and white, as well.

Game cores appear to render in color, with no other visual issues.

Any ideas on how I can fix this?

bricabrac
Posts: 27
Joined: Wed May 11, 2022 8:47 pm
Has thanked: 18 times
Been thanked: 5 times

Re: Black & White Menu Core on Composite with CRT

Unread post by bricabrac »

I have the same issue so would be interested in the resolution as well. Although my setup is much simpler with Analog IO board and active YC encoder.

In my case besides the menu the colour is hit or miss in games too. Especially in PS1 core where e.g. in TR1 FMVs render B/W but game in colour, FFVII in game is B/W but menu in colour, while Crono Cross is B/W only. It all seems to be related to resolution particular part is rendered.

gamesfan
Posts: 67
Joined: Mon Jun 07, 2021 7:15 pm
Has thanked: 2 times
Been thanked: 10 times

Re: Black & White Menu Core on Composite with CRT

Unread post by gamesfan »

Your Mister.ini is really dated, with the YC encoders you need to set the videomode, see this INI.

https://github.com/MiSTer-devel/Main_Mi ... MiSTer.ini

Taken from Mister addons.
https://misteraddons.com/products/yc-ac ... oder-board

MiSTer.ini settings:
vga_mode=svideo (never use cvbs setting)
ntsc_mode=0
composite_sync=1

jordanthornquest
Posts: 3
Joined: Mon Sep 11, 2023 5:05 pm

Re: Black & White Menu Core on Composite with CRT

Unread post by jordanthornquest »

gamesfan wrote: Tue Sep 12, 2023 1:50 am

Your Mister.ini is really dated, with the YC encoders you need to set the videomode, see this INI.

https://github.com/MiSTer-devel/Main_Mi ... MiSTer.ini

Taken from Mister addons.
https://misteraddons.com/products/yc-ac ... oder-board

MiSTer.ini settings:
vga_mode=svideo (never use cvbs setting)
ntsc_mode=0
composite_sync=1

Hmm, after updating my MiSTer.ini, I am seeing the same results. Here is my updated MiSTer.ini.

Anything I might be missing?

gamesfan
Posts: 67
Joined: Mon Jun 07, 2021 7:15 pm
Has thanked: 2 times
Been thanked: 10 times

Re: Black & White Menu Core on Composite with CRT

Unread post by gamesfan »

Are you using a new Mister file?
Update_all should grab it, but it should work out of the box

jordanthornquest
Posts: 3
Joined: Mon Sep 11, 2023 5:05 pm

Re: Black & White Menu Core on Composite with CRT

Unread post by jordanthornquest »

gamesfan wrote: Tue Sep 12, 2023 3:40 am

Are you using a new Mister file?
Update_all should grab it, but it should work out of the box

Yes! I'm using the new MiSTer.ini file I shared above. I ran update_all.sh after doing so and rebooted the MiSTer. The [Menu] core is still in black and white and incorrectly cropped (the MiSTer logo in the top right is partially cut off).

Game cores are still working correctly.

saiyaman23
Posts: 1
Joined: Sat Nov 05, 2022 6:37 pm

Re: Black & White Menu Core on Composite with CRT

Unread post by saiyaman23 »

Hi, I'm having the same issue. Were you able to solve it?

MikeS1
Core Developer
Posts: 98
Joined: Wed Feb 03, 2021 12:24 am
Has thanked: 29 times
Been thanked: 128 times

Re: Black & White Menu Core on Composite with CRT

Unread post by MikeS1 »

The problem exists if the menu is trying to use the scalar for whatever reason, if you make sure its off, you will have color in the menu core.

Things to check
vga_scaler=1

If using direct video and fb_terminal=1 (for some reason).

Catwalk9445
Posts: 3
Joined: Sat Jan 13, 2024 11:09 pm

Re: Black & White Menu Core on Composite with CRT

Unread post by Catwalk9445 »

MikeS1 wrote: Sat Dec 02, 2023 3:10 am

The problem exists if the menu is trying to use the scalar for whatever reason, if you make sure its off, you will have color in the menu core.

Things to check
vga_scaler=1

If using direct video and fb_terminal=1 (for some reason).

Hi! I'm having the same problem. I have the analog board and the active Y/C adapter.

I have this at the bottom of the MiSTer.ini file so I can have wallpapers and use the scripts with the CRT, but the menu is black and white.

Code: Select all

[Menu]
video_mode=512,42,62,64,224,11,21,6,10689
vga_scaler=1

Is there any workaround or it's just impossible to have?

Thank you!

ape
Posts: 6
Joined: Wed Feb 07, 2024 1:11 am

Re: Black & White Menu Core on Composite with CRT

Unread post by ape »

Same problem, has anyone figured this out? I notice the same thing (black and white output) when I try to use the scaler on the 486 or x68000 cores for example either with direct video output or when connecting the y/c module to the analog I/O board.

Flandango
Core Developer
Posts: 404
Joined: Wed May 26, 2021 9:35 pm
Has thanked: 42 times
Been thanked: 343 times

Re: Black & White Menu Core on Composite with CRT

Unread post by Flandango »

Try, as MikeS suggested, turning the scaler off with

Code: Select all

vga_scaler=0

Unfortunately I don't have the means to test this myself.

ape
Posts: 6
Joined: Wed Feb 07, 2024 1:11 am

Re: Black & White Menu Core on Composite with CRT

Unread post by ape »

Understood, but in order for wallpaper to work the scaler must be enabled, right? Is this just unsupported on CRTs as Catwalk9445 suggested? I found this thread where sorgelig said as much but it’s from several years ago:
https://github.com/MiSTer-devel/Menu_MiSTer/issues/10

Post Reply