Search found 8 matches
- Wed May 01, 2024 12:42 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
It appears that vga_mode affects both direct video and the analog I/O board at the same time. I don't see an option in the ini to control them separately. It probably won't help, but you could try: vga_mode=rgb ypbpr=1 ; set to 1 for YPbPr on VGA output. (obsolete. see vga_mode) and see what happens. Thanks for the suggestion, unfortunately no cha...
- Tue Apr 30, 2024 10:37 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
Alright so my issue is definitely with MiSTer and not the HDMI to VGA adapter. If I have the following settings in my ini vga_mode=svideo composite_sync=1 direct_video=1 I get proper image on my s-video connection but any core that supports s-video I get incorrect colors out of the direct video output. My blacks are red, my whites are yellow/green....
- Sat Apr 27, 2024 10:15 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
Yeah I bought that one bc people said it worked. The ones listed on the mister are all imports which will take weeks to get here. Any one have a US store with VGA adaptors that work? I imagine that not everyone is buying only those out of Germany
- Fri Apr 26, 2024 10:54 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
This is what I'm using
- Fri Apr 26, 2024 7:53 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
https://github.com/MiSTer-devel/Main_MiSTer/blob/74d819b35ac3151aff0dc86874aafac21e07a9aa/MiSTer.ini#L6 - try changing this line in your MiSTer.ini to s-video if you are using an s-video adapter, ypbpr if you are using ypbpr, etc... https://github.com/MiSTer-devel/Main_MiSTer/blob/master/MiSTer.ini#L8 - what happens when you enable this line? http...
- Fri Apr 26, 2024 6:52 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
dickhardpill wrote: ↑Fri Apr 26, 2024 3:35 pmI would possibly try adding some core specific options. I don't know that this will fix the problem but it is the first thing I would try.
I'm not entirely sure what I should even specify in the core specific options to fix the problem as I don't really understand what is causing it to do this
- Fri Apr 26, 2024 3:25 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
Re: RGB Issue with Direct Video
Adding Core-specific Settings It is possible to specify different settings for different cores; for example, you may prefer to use integer scaling just for the Game Boy Advance core so that you don't need any video filters for smooth scrolling. Simply add a section at the end of the INI file with the core name in brackets and paste your different ...
- Fri Apr 26, 2024 1:09 pm
- Forum: Display Devices
- Topic: RGB Issue with Direct Video
- Replies: 25
- Views: 17744
RGB Issue with Direct Video
I recently got an RGB CRT and I'm having an issue getting the mister to cooperate with it. I have a VGA to RGB BNC cable, if I use the Analog I/O board VGA output I get a correct image on the CRT. My usual set up is a CRT connected via S-Video so I was hoping to do dual output using HDMI to VGA adapter to the RGB CRT. I set up a secondary ini file ...