The subject pretty much says it all… I’m trying to run RetroArch under XWindows on Linux (Ubuntu 20.04), outputting to a consumer 4:3 NTSC CRT TV via an HDMI to component video transcoder.
I’m not running CRT Switchres, I just want to run X at a fixed super resolution (1920x240 would be great.)
I’ve tried creating a 1920x240@60Hz Modeline using various Modeline generators I’ve found on the web, and a few have come close; they actually work on my LCD TV, but the CRT TV doesn’t quite sync up to them… I can see the picture, but it either rolls or loses horizontal sync.
Here are some that I’ve tried that DON’T work (among others):
"[email protected]" 31.92 1920 1952 2072 2104 240 245 248 253 -HSync +Vsync
"[email protected]" 34.25 1920 1864 2040 2224 240 241 244 257 -HSync +Vsync
"[email protected]" 37.25 1920 1968 2160 2400 240 243 253 259 -HSync +VSync
"[email protected]" 36.527232 1920 1968 2160 2400 240 244 248 254 -HSync -VSync
I’m guessing it has to do with the whole CEA/DMT/GFT/CVT timing standards. I think TVs need CEA timing, but all the modeline generators I’ve found online seem to only support the others?
I’m running an ancient AMD video card, so I don’t think I have any limits on the pixel clock like one does with Nvidia cards or on the Raspberry Pi.
Thanks!