2010-01-30, 01:59
Yes kindof.
You don't need edid to do this.
You can find the specs for your tv (sync rates etc) in the manual or (hopefully) on the web.
Try this: http://www.mythtv.org/wiki/Working_with_Modelines
Note I used gtf to calculate modelines for specific resolutions instead.
Or you can use online modeline calculators.
If you think faulty edid is tripping you up even though you have hard-set modelines, then make sure your xorg.conf hasand
in it.
Check http://http.download.nvidia.com/XFree86/...dix-b.html for more xorg.conf info & explanations about options
Or just give in and give the sample xorg.conf a go.
You don't need edid to do this.
You can find the specs for your tv (sync rates etc) in the manual or (hopefully) on the web.
Try this: http://www.mythtv.org/wiki/Working_with_Modelines
Note I used gtf to calculate modelines for specific resolutions instead.
Or you can use online modeline calculators.
If you think faulty edid is tripping you up even though you have hard-set modelines, then make sure your xorg.conf has
Code:
Option "ModeValidation" "NoEdidModes"
Code:
Option "ExactModeTimingsDVI" "true
Check http://http.download.nvidia.com/XFree86/...dix-b.html for more xorg.conf info & explanations about options
Or just give in and give the sample xorg.conf a go.