Comment 35 for bug 135093

Revision history for this message
In , Hong-liu (hong-liu) wrote :

(In reply to comment #7)
> Created an attachment (id=12687) [details]
> Xorg.0.log witch patched Ubuntu Gutsy Gibbon Intel driver after xorg.conf
> removal
>
> Many thanks for your patch but problem still appears.

Sorry, the patch only works on new chips (945 and 965..).
It seems we can't detect the connected monitors, will work on this to see if we can find any solution...

> Still gdm starts with 640x480 instead of 1024x768.
> If I use my normal xorg.conf and replace i810 with intel X crashes. I am going
> to attach a gdb report soon.
>

For i810 driver, it filters out the 1024x768 mode because of the hysnc range:

(II) I810(0): Builtin Default Monitor: Using default hsync range of 31.50-37.90 kHz

You can try to add HorizSync to your monitor section to enlarge the hysnc range.

Thanks,
Hong