Comment 20 for bug 312133

Revision history for this message
In , Ling-ma (ling-ma) wrote :

Hi Nuzhdin Urii,

From the log file, I find the reasone may be from too high pixel clock, 388.04MHZ of initial mode 2048x1536 exceed our scope.

please try use lower resolution and pixel rate, then paste your log file, which are configured in xorg.conf as follow.

Section "Device"
        Identifier "videocard"
        Option "monitor-TV" "TV"
        Option "monitor-LVDS" "LVDS"

        ...
EndSection

Section "Monitor"
        Identifier "LVDS"
        Modeline "1280x1024_60.00" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
        Option "PreferredMode" "1280x1024_60.00"
EndSection

Thanks
Ma Ling