It's like "i want it to be red but it should remain blue"

Currently it is only possible to get 100Hz with vsync_adjust=0 and a custom video_mode and that has 2 frames of latency. At 100hz this is only 20ms compared to 40ms at 50hz. If you use vsync_adjust=2 then there is no latency but it will match the Minimig refresh rate.comatron wrote:Ahoi. I got a PC Screen capable of higher refresh rates (up to 100hz @ 1024x768). I really like the screen and my prefered method is just to use scandoubler as there is no latency. But then of course it flickers as it is at 50hz. Is there a possibility to get it running at double refresh so the flickering is gone and i stick with a latency free pic? that would be sooo awesome (mainly using minimig)
Standard 1280x1024 @60Hz ?uigiflip wrote:whats best for 1280 by 1024?
Code: Select all
video_mode=4
impossible. 1920x1080 is max with a little extra. 2560x1440 is simply too high. Get a proper Monitor either 1920x1080 or 3840x2160.Epic wrote:Anyone have a custom video mode for 2560x1440?
Can anyone help me with the settings for 1366x768@50Hz?Sorgelig wrote:1366x768 is one of predefined modes.
video_mode=10
This would be useful to find modes that my monitor supports. Any chance you have steps on how to do this?Grabulosaure wrote:Standard 1280x1024 @60Hz ?uigiflip wrote:whats best for 1280 by 1024?
That's in mister.ini help comments.Code: Select all
video_mode=4
There is also the possibility of dumping the screen EDID with a PC and create a mode matching exactly one of the screen supported resolutions.
There are various ways to get monitor EDID.Epic wrote:This would be useful to find modes that my monitor supports. Any chance you have steps on how to do this?Grabulosaure wrote:Standard 1280x1024 @60Hz ?uigiflip wrote:whats best for 1280 by 1024?
That's in mister.ini help comments.Code: Select all
video_mode=4
There is also the possibility of dumping the screen EDID with a PC and create a mode matching exactly one of the screen supported resolutions.
This works for my VGA CRT:fabius77 wrote:can someone please help me in setting the video mode for 1280x960 please?
thanks a lot!Lightwave wrote:This works for my VGA CRT:fabius77 wrote:can someone please help me in setting the video mode for 1280x960 please?
video_mode=1280,80,136,216,960,1,3,30,102100
Code: Select all
max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
hdmi_drive=1
Code: Select all
video_mode=800,40,48,128,480,13,3,45,33000
Hum, I'm unable to find any tech spec or data. Is there a way to find it out other than guessing randomly ? I'm lost here...Sorgelig wrote:i think you need to find out timings of mode 87 first.
If you have a Windows PC with integrated Intel video, you can dump the raw EDID using the Intel display software to save info with the monitor connected. Then copy and paste the EDID from the text file into an online convertor like this:luke79 wrote:Hum, I'm unable to find any tech spec or data. Is there a way to find it out other than guessing randomly ? I'm lost here...Sorgelig wrote:i think you need to find out timings of mode 87 first.
It will require more complicated scaler which is already at the edge of timing violations. Also MiSTer is about supporting of modern devices, not obsolete ones. 1080i is in the past, so leave it there. None of flat pannels support interlaced mode natively, so additional de-interlacer with additional latency is used for 1080i to be able to provide data for panel. There is no reason to put effort on supporting 10 years old TVs. My TV in living room is pretty old and also doesn't support 1080p but supports 1080i. Buy a new TV already! 1080p capable TVs are pretty cheap today.Peredonov wrote:Please forgive that this is a plea from a mere pleb user, and not someone with the skills to implement this, but I would like to bring to Sorgelig and other MiSTer contributors' attention the benefits of adding support for 1080i video output, if possible.
Understood. I am of the opinion that 1080i can still have a place, as a lot of HD broadcast and bluray content is in 1080i. I also feel that very few people have actually ever seen 1080i displayed pure without processing or de-interlacing. I have seen it both on an HD CRT, a multisyinc BVM, and a BVM OLED. It is actually a very special picture that as a video aficionado I can really appreciate. I personally prefer it to the look of 1080p.Sorgelig wrote: It will require more complicated scaler which is already at the edge of timing violations. Also MiSTer is about supporting of modern devices, not obsolete ones. 1080i is in the past, so leave it there.
Vectrex resolution is 410 lines in low-res mode. vscale_mode=1 won't work. Also it will be downscaled to 240 which will be ugly. It's not suited for 15KHz mode anyway.Sigismond0 wrote:Has anybody had any luck with a alt video mode that works for Vectrex on a 15khz CRT? I tried using the Gameboy recommended resolution below, and it sort of works, but it looks like the Vectrex is just too detailed to really work in 240p. I get a strange mix of dark and light scanlines. 480i might just be enough to make it playable, but as far as I can tell that's not doable with this method.
[Vectrex]
video_mode=320,8,32,24,240,4,3,16,6048
vga_scaler=1
vsync_adjust=2
vscale_mode=1