Comment 19 for bug 67369

Revision history for this message
Adilson Oliveira (agoliveira) wrote :

I found a workaround to this problem. I didn't have the time to dig out exactly how to solve this but this should do the trick.
Looks like Xorg, unlike the XFree, by default don't trust modes that can't be confirmed by probing the hardware so, if you use this:
Option "ModeValidation" "NoDFPNativeResolutionCheck"
in session Device.
It will just accept whatever modes you indicated in the Screen session.
In my case I didn't need even to create a modeline. Just the defaults worked fine.

I hope this helps.