I personally had success making a 4:3 1440p (1920x1440) custom video mode. The settings are:
Code: Select all
video_mode=1920,48,32,112,1440,3,4,39,184828
Moderators: Mug UK, Zorro 2, spiny, Greenious, Sorgelig, Moderator Team
Code: Select all
video_mode=1920,48,32,112,1440,3,4,39,184828
Nice. I will try this on my 1440p monitorSuperBabyHix wrote:I didn't want to post this in the scaler thread since that is supposed to be for the devs, but some people in there were asking about 1440p video modes.
I personally had success making a 4:3 1440p (1920x1440) custom video mode. The settings are:I tested this with both PAL and NTSC cores using vsync_adjust=1. Maybe this could be a thread for people to post other custom video modes that work for them.Code: Select all
video_mode=1920,48,32,112,1440,3,4,39,184828
This seems to work well on my 1440p monitor, which fortunately has a 1:1 pixel mode. You get a nice 7x6 integer scale on the SNES core. Though it is interesting to see where the scanline filters draw their edges with this high a res.SuperBabyHix wrote:The settings are:Code: Select all
video_mode=1920,48,32,112,1440,3,4,39,184828
Try these.bitfan2011 wrote:what settings do people use for 1600x1200 and 1920x1200?
thanks
Code: Select all
video_mode=1920,48,32,112,1200,3,6,32,154000
video_mode=1600,48,32,112,1200,3,4,32,130250
Forgot to say, no and I'm pretty sure it just wont work. I believe it was Grabulosaure that mentioned in another thread that the pixel clock limit is 200Mhz. 4k has a pixel clock of something like 650Mhz. That's why 1440p needs to be a 4:3 aspect ratio instead of 16:9, to get it under the 200Mhz. At least that is my understanding.BlockABoots wrote:Is there a 4K working mode line?
Code: Select all
ModeLine "1920x1200@60" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync
Code: Select all
video_mode=1920,48,32,80,1200,3,6,26,154000
1920x1080 to 3840x2160 should be nicely scaled by monitor. May be need to check monitor settings to make sure it doesn't add any blurring. Otherwise it's integer scaling without artifacts.JamesF wrote:Are 4k tv's doing poor job upscaling 1080p to 2160p, so much so that we need true 4k output from the mister?
Upscaling 240p to 1080 with the right filter will be very sharp already imo.
What's this? That doesn't look like on of the scanline filters done through the scaler. Is it a "Scandoubler FX" scanline option?jft wrote: Though it is interesting to see where the scanline filters draw their edges with this high a res.
IMG_20190126_075940.jpg
240p requires a custom build of the mister binary because they have pixel clocks around 6mhz and mister doesn't allow pizel clocks under 20mhz by default. With a custom mister build, 240p modes work fine. I use one for gameboy on my crt tv.hyperterminal wrote: Anybody got working modes for 240p and 480i?
ASCAL isn't as good as the VIP scaler for image quality.ghogan42 wrote: What's this? That doesn't look like on of the scanline filters done through the scaler. Is it a "Scandoubler FX" scanline option?
Cool! I see it as "aggravated tests". Going beyond certified operational range, up to malfunctioning, to get an idea of the margins under normal operation.ghogan42 wrote: With a custom core and mister build I got my 4k TV to show a picture at 4k around 24hz. But the image wasn't correct. I had to use a pixel clock around 205-210mhz to get the blanking times high enough to show a picture at all. Obviously this is useless but still neat to see![]()
ASCAL doesn't support interlaced output. It could be added, if needed. Didn't look into details. May also need some tuning of the I2C HDMI encoder configuration. Boring.ghogan42 wrote:I haven't made an interlaced modeline for mister before. Can interlaced modes be given through mister.ini?
Maybe but that looks like the old scanline effects and not a filter coefficient effect. Scanlines couldn't be misaligned with the filter txt files like that because the coefficient row that you pull out dictates the darkness + which pixels to blend with the same exact set of numbers. There would be no way to accidentally put a dark line in the middle of a pixel because a "dark row" like [0 24 48 0] for example also dictates that you blend two source pixels. Even if you pull out incorrect coefficients sometimes it doesn't change that 'Dark Part of Scanline' == 'At the border between pixels'Grabulosaure wrote:ASCAL isn't as good as the VIP scaler for image quality.ghogan42 wrote: What's this? That doesn't look like on of the scanline filters done through the scaler. Is it a "Scandoubler FX" scanline option?
I have tried several things, such as rounding, but it is not quite right.
The only use case I would have is to force the gameboy core to run through the scaler for output to a 15khz TV at 3x scaling. So it's boring and also dumb.Grabulosaure wrote: ASCAL doesn't support interlaced output. It could be added, if needed. Didn't look into details. May also need some tuning of the I2C HDMI encoder configuration. Boring.
I can lower the bottom limit of pixel clock. Current limit is for HDMI output. With pixel clock like 6MHz you can create video compatible with VGA, but HDMI definitely won't work as it'a far beyond the lower HDMI limit.ghogan42 wrote:240p requires a custom build of the mister binary because they have pixel clocks around 6mhz and mister doesn't allow pizel clocks under 20mhz by default. With a custom mister build, 240p modes work fine. I use one for gameboy on my crt tv.
Interlaced video output is not supported and i'm not going to support it, sorry. 240p/288p are fine - i can just remove the pixel clock limit. No for Interlace.ghogan42 wrote:I haven't made an interlaced modeline for mister before. Can interlaced modes be given through mister.ini?
AFAIK old computers/consoles produced 240p/288p videos instead of 480i/576i anyway, don't think it would be a problem even on older CRTs...Sorgelig wrote: Interlaced video output is not supported and i'm not going to support it, sorry. 240p/288p are fine - i can just remove the pixel clock limit. No for Interlace.
Correct this is the Scandoubler FX option. I mostly use MiSTer through a CRT without the scaler so I'm not used to using the scaler options for scanlines. I did however set the scaler to Nearest Neighbor to get the sharp pixels.The comment was in the spirit of "hey, that's interesting..."ghogan42 wrote: Maybe but that looks like the old scanline effects and not a filter coefficient effect.
Code: Select all
Modeline "NTSC 720x480 (60Hz)" 13.846 720 744 809 880 480 488 494 525 interlace -hsync -vsync
Code: Select all
Modeline "720x480" 13.846 720 744 809 880 480 488 494 525 interlace -hsync -vsync
video_mode=1280,64,136,200,800,1,3,24,83460esmith13 wrote:I wish I could understand what's going on in this thread... Makes my head hurt...
Could anyone possibly tell me what the custom mode setting would be for a 1280x800 HDMI monitor please?
I'm using a 10.1" panel and matching HDMI/VGA driver board that doesn't have an option in the menu to use black bars with a 720p signal. It vertically stretches it to the 800 native pixels and it's killing my OCD.
Thank you in advance for any answers/help/suggestions...
Thanks so much!Sorgelig wrote: video_mode=1280,64,136,200,800,1,3,24,83460
http://tinyvga.com/vga-timing/1680x1050@60Hzkikusui wrote:Would someone be able to tell me what the custom mode setting would be for this 1680x1050 hdmi monitor?
That's worked a treat. Thank you so much Sorgelig.Sorgelig wrote:kikusui wrote:Would someone be able to tell me what the custom mode setting would be for this 1680x1050 hdmi monitor?![]()
http://tinyvga.com/vga-timing/1680x1050@60Hz
I would say that 4k tv's are doing a great job upscaling content... imho, upscaling content is one of the best reasons to get a 4k display... if you think about it, almost every single common display resolution from the past is an integer scale away from 2160p...JamesF wrote:Are 4k tv's doing poor job upscaling 1080p to 2160p, so much so that we need true 4k output from the mister?
Upscaling 240p to 1080 with the right filter will be very sharp already imo.
Code: Select all
# 3x: 752x2160 @ 60.00 Hz (GTF) hsync: 134.10 kHz; pclk: 139.46 MHz
# Modeline "752x2160_60.00" 139.46 752 816 896 1040 2160 2161 2164 2235 -HSync +Vsync
# video_mode=752,64,80,144,2160,1,3,71,139460
# 1008x2160 @ 59.98 Hz (GTF) hsync: 134.05 kHz; pclk: 186.59 MHz
#Modeline "1008x2160_59.98" 186.59 1008 1088 1200 1392 2160 2161 2164 2235 -HSync +Vsync
video_mode = 1008, 80, 112, 192, 2160, 1, 3, 71, 186590