Moderators: Mug UK, Zorro 2, Greenious, spiny, Sorgelig, Moderator Team
Sorgelig wrote:You need to find HDMI parameters for 240p and use it in custom HDMI resolution in MiSTer.ini.
Sorgelig wrote:I don't know. 240p should based on NTSC SDTV (480i) resolution if i remember correct.
msamiullah wrote:so do you mean putting "NTSC SDTV" as video mode ?
hyperterminal wrote:msamiullah wrote:so do you mean putting "NTSC SDTV" as video mode ?
No. You need to edit mister.ini and enter the correct parameters (unknown to me) for 240p.
Look at the example in the mister.ini for 720p: video_mode=1280,110,40,220,720,5,5,20,74250
Look at the example in the mister.ini for 720p: video_mode=1280,110,40,220,720,5,5,20,74250
msamiullah wrote:hyperterminal wrote:msamiullah wrote:so do you mean putting "NTSC SDTV" as video mode ?
No. You need to edit mister.ini and enter the correct parameters (unknown to me) for 240p.
Look at the example in the mister.ini for 720p: video_mode=1280,110,40,220,720,5,5,20,74250
I see in the file they have provided the syntax for custom video mode.
Does any one the full appreivations for these:
; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz
GreyRogue wrote:msamiullah wrote:hyperterminal wrote:No. You need to edit mister.ini and enter the correct parameters (unknown to me) for 240p.
Look at the example in the mister.ini for 720p: video_mode=1280,110,40,220,720,5,5,20,74250
I see in the file they have provided the syntax for custom video mode.
Does any one the full appreivations for these:
; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz
Horizontal and Vertical active, front porch, synch, and back porch.
DrOG wrote:Look at the example in the mister.ini for 720p: video_mode=1280,110,40,220,720,5,5,20,74250
Try the following parameters for 240p (if you have FullHD screen and wants 4:3 AR), perhaps it will work, perhaps not:
video_mode=1440, 124, 38, 114, 240, 3, 4, 15, 27027
msamiullah wrote:DrOG wrote:Look at the example in the mister.ini for 720p: video_mode=1280,110,40,220,720,5,5,20,74250
Try the following parameters for 240p (if you have FullHD screen and wants 4:3 AR), perhaps it will work, perhaps not:
video_mode=1440, 124, 38, 114, 240, 3, 4, 15, 27027
thanks my CRT projector natively supports 240p. Do you know these parameters for native 240 displays ? I used the settings but the image is stressed vertically (very skinny). I think my display would need native 240p parameters or in other words for 320x240p ?
msamiullah wrote:GreyRogue wrote:msamiullah wrote:
I see in the file they have provided the syntax for custom video mode.
Does any one the full appreivations for these:
; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz
Horizontal and Vertical active, front porch, synch, and back porch.
thanks you know what is Fpix_in_KHz ?
DrOG wrote:msamiullah wrote:DrOG wrote:Try the following parameters for 240p (if you have FullHD screen and wants 4:3 AR), perhaps it will work, perhaps not:
video_mode=1440, 124, 38, 114, 240, 3, 4, 15, 27027
thanks my CRT projector natively supports 240p. Do you know these parameters for native 240 displays ? I used the settings but the image is stressed vertically (very skinny). I think my display would need native 240p parameters or in other words for 320x240p ?
Try to set the Aspect Ratio on the projector to 4:3...
hdmi_timings=<h_active_pixels> <h_sync_polarity> <h_front_porch> <h_sync_pulse> <h_back_porch> <v_active_lines> <v_sync_polarity> <v_front_porch> <v_sync_pulse> <v_back_porch> <v_sync_offset_a> <v_sync_offset_b> <pixel_rep> <frame_rate> <interlaced> <pixel_freq> <aspect_ratio>
<h_active_pixels> = horizontal pixels (width)
<h_sync_polarity> = invert hsync polarity
<h_front_porch> = horizontal forward padding from DE acitve edge
<h_sync_pulse> = hsync pulse width in pixel clocks
<h_back_porch> = vertical back padding from DE active edge
<v_active_lines> = vertical pixels height (lines)
<v_sync_polarity> = invert vsync polarity
<v_front_porch> = vertical forward padding from DE active edge
<v_sync_pulse> = vsync pulse width in pixel clocks
<v_back_porch> = vertical back padding from DE active edge
<v_sync_offset_a> = leave at zero
<v_sync_offset_b> = leave at zero
<pixel_rep> = leave at zero
<frame_rate> = screen refresh rate in Hz
<interlaced> = leave at zero
<pixel_freq> = clock frequency (width*height*framerate)
<aspect_ratio> = *
Code: Select all
; 240p
video_mode=320,16,30,34,240,2,3,22,6400
; 240p alternate
video_mode=320,10,20,54,240,6,8,10,6400
; 336:252 6.4MHz progressive
video_mode=336,10,30,34,252,15,3,42,6400
; 480i
video_mode=640,16,88,64,240,6,5,13,12700
; 256:192 Sega Master System (NTSC)
video_mode=256,6,17,18,192,26,22,29,4800
; 256:224 NES, SNES (NTSC)
video_mode=256,8,17,21,224,7,10,24,4800
; 320:224 Sega Genesis (NTSC)
video_mode=320,20,29,35,224,10,14,16,6400
; 320:256 Amiga (PAL)
video_mode=320,14,46,28,256,17,32,9,6400
hyperterminal wrote:Thank you GreyRogue. Now I was able to translate the values from RetroRGB to MiSTer Syntax:Code: Select all
; 240p
video_mode=320,16,30,34,240,2,3,22,6400
; 240p alternate
video_mode=320,10,20,54,240,6,8,10,6400
; 336:252 6.4MHz progressive
video_mode=336,10,30,34,252,15,3,42,6400
; 480i
video_mode=640,16,88,64,240,6,5,13,12700
; 256:192 Sega Master System (NTSC)
video_mode=256,6,17,18,192,26,22,29,4800
; 256:224 NES, SNES (NTSC)
video_mode=256,8,17,21,224,7,10,24,4800
; 320:224 Sega Genesis (NTSC)
video_mode=320,20,29,35,224,10,14,16,6400
; 320:256 Amiga (PAL)
video_mode=320,14,46,28,256,17,32,9,6400
Code: Select all
; 240p
video_mode=320,16,30,34,240,2,3,22,6472
Code: Select all
; 240p
video_mode=320,16,30,34,240,2,3,22
paulbnl wrote:For proper 240p/480i output through HDMI the 720x240 resolution should be output as 1440 or 2880x240 with pixel repetition set in byte 5 of AVI InfoFrame.
Pixel repetition seems to be fixed to 0 here https://github.com/MiSTer-devel/Menu_MiSTer/blob/master/sys/hdmi_config.sv#L109 so it would need to be added as a setting in mister.ini
Code: Select all
video_mode=320,336,96,48,240,250,2,33,25175
Users browsing this forum: normal19 and 3 guests