Thanks a lot. I'll try.<br><br><div class="gmail_quote">On Sun, Jan 18, 2009 at 2:24 PM, Keith Packard <span dir="ltr"><<a href="mailto:keithp@keithp.com">keithp@keithp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, 2009-01-18 at 11:00 +0800, Zhe Su wrote:<br>
</div><div class="Ih2E3d">> Hi,<br>
>    I just bought a machine with Intel DG45ID mother board. I installed<br>
> openSUSE 11.1 and use the on-board graphics card to connect my 37'<br>
> Full HD LCD TV via a HDMI cable. However the highest resolution can be<br>
> used is 1600x1200 instead of the real physical resolution 1920x1080.<br>
<br>
</div>Yeah, the 1920x1080 resolution is probably in some CEA EDID block, which<br>
we aren't parsing yet (the EDID parsing code lives in the X server,<br>
btw). I think there's a patch around that adds more EDID parsing stuff.<br>
<br>
Until the X server gets this code, you can add the right mode line to<br>
your xorg.conf file, I'm betting a 1920x1080 reduced blanking mode will<br>
work just fine (using 'cvt -r 1920 1080'):<br>
<br>
# 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz<br>
Modeline "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync<br>
<br>
Yeah, it's a pain, and yeah, I hope to see this code added to the X<br>
server soon.<br>
<font color="#888888"><br>
--<br>
<a href="mailto:keith.packard@intel.com">keith.packard@intel.com</a><br>
</font></blockquote></div><br>