Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anderse77 opened this issue Nov 20, 2022 · 5 comments

Comments

@anderse77
Copy link

anderse77 commented Nov 20, 2022

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
Copy link
Member

sorgelig commented Nov 20, 2022

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

Provide your MiSTer.ini

@anderse77
Copy link
Author

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

@sorgelig
Copy link
Member

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

@anderse77
Copy link
Author

anderse77 commented Nov 21, 2022

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

@sorgelig
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants