MiSTer-devel / Minimig-AGA_MiSTer

138 stars 53 forks source link

Video_mode cannot be set for this core. Will always send 640x480 signal to pc crt. #155

Open anderse77 opened 1 year ago

anderse77 commented 1 year ago

Video_mode and vga_scaler does not work correctly for this core on PC crt. Video_mode will be ignored regardless of vga_scaler.

Expected behaviour: Video_mode should always be respected. If it is not within mister_limits or screen does not support it, error message should show telling the user what went wrong. Log files should be present.

sorgelig commented 1 year ago

There is probably specific settings in your case. Scaler always output video_mode you set.

Provide your MiSTer.ini

anderse77 commented 1 year ago

MiSTer.txt Had to rename it from ini to txt to upload.

sorgelig commented 1 year ago

you have to use direct_video=0 if you want to set specific video mode.

anderse77 commented 1 year ago

Thank you for clarifying that. Does that mean I cannot use my direct_video adapter? I have to use analogue i/o-board?

sorgelig commented 1 year ago

video scaler has single instance. If you use vga_scaler=1 then whatever output on HDMI will be routed to VGA output. This includes direct_video mode. Actually direct_video implies you use only HDMI output connected to HDMI->VGA converter.