Lets see if this makes the list this time.<br><br><div class="gmail_quote">On Wed, Nov 19, 2008 at 12:15 PM, Graeme Gregory <span dir="ltr">&lt;<a href="mailto:graeme@openmoko.org">graeme@openmoko.org</a>&gt;</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;">On Wed, 2008-11-19 at 18:30 +0800, Wolfgang Spraul wrote:<br>
&gt; Jacob,<br>
&gt; I think Graeme is working on X, please coordinate with him.<br>
&gt; Graeme, how are things going? Is some of your stuff in the testing<br>
&gt; image already?<br>
<br>
I think if this discussion is moving to actual code and development we<br>
should shift onto the devel@ list. So much noise in community list its<br>
hard to keep track.<br>
<br>
Currently Xorg 7.4 is in OE and with a small modification to<br>
om-gta02.conf can be used as the default xserver.<br>
<br>
-XSERVER = &quot;xserver-kdrive-glamo xserver-kdrive-fbdev&quot;<br>
+XSERVER = &quot;xserver-xorg \<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xf86-video-fbdev \<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xf86-input-tslib \<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xf86-input-keyboard&quot;<br>
<br>
One regression with this is fbdev driver in Xorg doesnt support RandR so<br>
I wanted to get that into the new glamo driver as the first operation<br>
before acceleration as a lot of people like RandR support.<br>
<br>
The tslib driver I did some fixes on so that it no longer required the<br>
xorg.conf to define the screen size.<br>
<br>
Then I want to split the glamo acceleration stuff into sensible sized<br>
chunks for importing into Xorg driver.<br>
<br>
Graeme<br>
<br>
<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@lists.openmoko.org">devel@lists.openmoko.org</a><br>
<a href="https://lists.openmoko.org/mailman/listinfo/devel" target="_blank">https://lists.openmoko.org/mailman/listinfo/devel</a><br>
</blockquote></div><br><br>Now seems like a good time to move this here, thanks Graeme.&nbsp; Hopefully some of the other developers will join in.<br>
<br>I will grab a copy of the current code in a few minutes and start familiarizing my self with it.<br><br>Do you have any plans yet on how you want to approach breaking up the existing acceleration code once RandR is going?<br>

<br>I
think for the sake of documentation it would be good to try throughly
commenting the acceleration parts of the code with doxygen comments, so
then part of the work of getting specifications for the Glamo out in
the public domain is already done.<br>