Dear ykzhao,<br>
<br>
This is dmesg by using kernel 2.6.33-rc5 and the screen is black but external monitor is OK.<br>
<br>
[    9.558076] Linux agpgart interface v0.103<br>
[    9.561544] agpgart-intel 0000:00:00.0: Intel Ironlake/M Chipset<br>
[    9.562215] agpgart-intel 0000:00:00.0: detected 32764K stolen memory<br>
[    9.627322] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000<br>
[    9.638539] [drm] Initialized drm 1.1.0 20060810<br>
[    9.652006] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16<br>
[    9.652094] i915 0000:00:02.0: setting latency timer to 64<br>
[    9.656600] i915 0000:00:02.0: irq 28 for MSI/MSI-X<br>
[    9.656607] [drm] set up 31M of stolen space<br>
[   10.387980] [drm:intel_crtc_mode_set] *ERROR* Couldn't find PLL settings for mode!<br>
[   10.387983] [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on crtc f69b6800<br>
[   10.395882] Console: switching to colour frame buffer device 210x65<br>
[   10.396684] [drm:intel_crtc_mode_set] *ERROR* Couldn't find PLL settings for mode!<br>
[   10.396686] [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on crtc f69b6800<br>
[   10.405432] fb0: inteldrmfb frame buffer device<br>
[   10.405469] registered panic notifier<br>
[   10.412285] acpi device:01: registered as cooling_device4<br>
[   10.412974] input: Video Bus as /class/input/input6<br>
[   10.413114] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)<br>
[   10.420361] acpi device:13: registered as cooling_device5<br>
[   10.425291] acpi device:14: registered as cooling_device6<br>
[   10.425667] input: Video Bus as /class/input/input7<br>
[   10.425822] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)<br>
[   10.425956] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0<br><br><br><br><br><div class="gmail_quote">2010/1/28 ykzhao <span dir="ltr"><<a href="mailto:yakui.zhao@intel.com">yakui.zhao@intel.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu, 2010-01-28 at 12:18 +0800, CSJ wrote:<br>
> Hello,<br>
><br>
<br>
Hi,<br>
        Do you have an opportunity to try the 2.6.33-rc5 kernel and see whether<br>
the issue still exists?<br>
<br>
Thanks.<br>
        Yakui<br>
<div><div></div><div class="h5">> I got an issue on Intel Core i5 M540 with LG panel (Max resolution is<br>
> 1920x1080).<br>
> That screen is fuzzy on the right area on Ubuntu as attached picture.<br>
><br>
> And after checking, the root cause is PLL setting in the Intel native<br>
> driver.<br>
> (drivers/gpu/drm/i915/intel_display.c)<br>
><br>
> in intel_igdng_find_best_PLL function, it goes to red lines,<br>
><br>
>                                                 continue;<br>
>                                         this_err = abs((10000 -<br>
> (target*10000/clock.dot)));<br>
>                                         if (this_err < err_most) {<br>
>                                                 *best_clock = clock;<br>
>                                                 /* found on first<br>
> matching */<br>
>                                                 goto out;<br>
>                                         } else if (this_err < err_min)<br>
> {<br>
>                                                 *best_clock = clock;<br>
>                                                 err_min = this_err;<br>
><br>
> and the clock settings before function return are:<br>
>         clock.n=6<br>
>         clock.m1=11<br>
>         clock.m2=4<br>
>         clock.p1=0<br>
>         clock.p2=7<br>
>         clock.dot=188571<br>
>         clock.vco=1320000<br>
>         clock.m=77<br>
>         clock.p=7<br>
> the kernel version is 2.6.32.6 .<br>
><br>
> It will become terrible if I modify the clock setting<br>
> manually(forcellu) to the values that<br>
> from the the other machine with same chips but CMO panel (the screen<br>
> is normal).<br>
> (the CMO screen max resolution is 1600x900)<br>
><br>
> Is there any suggestion to tune the clock settings?<br>
> thanks a lot :)<br>
><br>
> CSJ<br>
> <<a href="mailto:changsijay@gmail.com">changsijay@gmail.com</a>><br>
<br>
</div></div></blockquote></div><br>