On Thu, Apr 9, 2009 at 4:30 PM, Claudio M. Camacho <span dir="ltr"><<a href="mailto:claudiomkd@gmail.com" target="_blank">claudiomkd@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
Has anyone achieved KMS with 2.6.29.x or 2.6.30-rc1? If so, please let<br>
me know what is the exact version of your packages and what is the exact<br>
configuration of Xorg and the kernel graphics submenu.<br></blockquote><div> <br>I am currently running 2.6.29, KMS on GM45, and it's pretty stable. To get things<br>working I needed to add the following boot flag:<br>


<br>i915.modeset=1<br><br>Otherwise I would get corrupted terminals and could not exit X without freezing.<br><br>I following the config here:<br><br><a href="http://bbs.archlinux.org/viewtopic.php?pid=522665#p522665">http://bbs.archlinux.org/viewtopic.php?pid=522665#p522665</a><br>

<br>I am running the testing packages from arch if you want the kernel config etc.<br><br>$ cat /etc/X11/xorg.conf<br>
Section "ServerFlags"<br>    Option "AllowEmptyInput"<br>EndSection<br><br>Section "Monitor"<br>    Identifier    "DVI1"<br>    Option        "Ignore"<br>EndSection<br><br>


Section "Monitor"<br>    Identifier    "DVI2"<br>    Option        "Ignore"<br>EndSection<br><br>Section "Device"<br>    Identifier    "Card0"<br>    Driver        "intel"<br>


    Option        "monitor-DVI1"    "DVI1"<br>    Option        "monitor-DVI2"    "DVI2"<br>EndSection<br><br>Apart from that its all defaults, which means UXA for me.<br></div></div>