[mythtv-users] Static Xorg.conf Config from EDID

Kirk Bocek t004 at kbocek.com
Fri Feb 20 00:13:29 UTC 2009



Kirk Bocek wrote:
> I have a 1080p screen that I've been happily using on a GEForce 7600 GT 
> for over a year now. Displays HD content just great.
> 
> However I'm using EDID for Xorg to configure itself. I bought a new 
> receiver through which I am now passing the HDMI signal. If the receiver 
> isn't on, Xorg doesn't get the EDID configuration information it needs 
> from the screen.
> 
> I've played with a few mode lines but none of them create a setup that 
> will display on this screen.
> 
> Does anyone know how to convert an EDID-based setup into a static 
> configuratin that won't require a screen attached at run-time? I'd like 
> to be able to restart X without the receiver being on.
> 
> Thanks,
> Kirk Bocek

Let's answer my own post. I finally got around the "No Validated Modes Found 
for 1920x1080" error message.

I added to the "Device" section:
     Option      "ExactModeTimingsDVI" "true"
     Option      "ModeValidation" 
"NoEdidModes,NoEdidDFPMaxSizeCheck,NoMaxSizeCheck,NoDFPNativeResolutionCheck,NoEdidMaxPClkCheck,NoMaxPClkCheck, 
AllowNon60HzDFPModes,NoVertRefreshCheck,NoHorizSyncCheck"

I also needed to add to the "Screen" section:
	Option "ConnectedMonitor"   "DFP"

Otherwise the video card would output to the CRT-0 device instead of DFP-0.

After these changes, X would now accept the 1080p modeline in the "Monitor" 
section:
	ModeLine    "1920x1080" 148.5 1920 2008 2052 2200 1080 1084 1094 1124 +hsync 
+vsync

And in the "Screen" section:
     SubSection "Display"
         Viewport   0 0
         Modes     "1920x1080"
         Depth     24
     EndSubSection


More information about the mythtv-users mailing list