I own a 4:3 1600 x 1200 monitor and use the following line for 60hz and it works perfect:
video_mode=1600,64,192,304,1200,1,3,46,162000
Does anyone know how to work out the PAL equivalent for this please?
Thanks!
I need settings for 1600 x 1200 50hz
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
Re: I need settings for 1600 x 1200 50hz
Hi, you can try one of these:
video_mode=1600,96,168,264,1200,3,4,31,131500
video_mode=1600,48,32,80,1200,3,4,22,108000
video_mode=1600,8,32,40,1200,15,8,6,103240
I got these from running cvt12 on linux (https://github.com/kevinlekiller/cvt_mo ... culator_12)
./cvt12 1600 1200 50
./cvt12 1600 1200 50 -c -r
./cvt12 1600 1200 50 -b
and converting to video_mode using morf77's site (https://morf77.pythonanywhere.com/)
video_mode=1600,96,168,264,1200,3,4,31,131500
video_mode=1600,48,32,80,1200,3,4,22,108000
video_mode=1600,8,32,40,1200,15,8,6,103240
I got these from running cvt12 on linux (https://github.com/kevinlekiller/cvt_mo ... culator_12)
./cvt12 1600 1200 50
./cvt12 1600 1200 50 -c -r
./cvt12 1600 1200 50 -b
and converting to video_mode using morf77's site (https://morf77.pythonanywhere.com/)
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
Re: I need settings for 1600 x 1200 50hz
Thank you! I will try them next week and let you know how it goes as thought now I'm having my mancave walls painted
- SwedishGojira
- Posts: 65
- Joined: Sun May 24, 2020 7:26 pm
- Location: Sweden
- Has thanked: 27 times
- Been thanked: 29 times
- Contact:
Re: I need settings for 1600 x 1200 50hz
I don't have access to my MiSTer at the moment, but can anyone confirm if any of these 50hz modes work properly?
Check out my MiSTer scripts on Github.