2007-06-12 Matthew Allum <mallum@openedhand.com>

* doc/manual/Makefile.am:
        Fix typo in Makefile so PDF's actually get built.

        * doc/manual/clutter-manual.xml.in:
        Add an FAQ section with initial entry.
This commit is contained in:
Matthew Allum 2007-06-12 14:02:51 +00:00
parent 70a3c9fbe6
commit 7d0faf304f
3 changed files with 41 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2007-06-12 Matthew Allum <mallum@openedhand.com>
* doc/manual/Makefile.am:
Fix typo in Makefile so PDF's actually get built.
* doc/manual/clutter-manual.xml.in:
Add an FAQ section with initial entry.
2007-06-12 Tomas Frydrych <tf@openedhand.com> 2007-06-12 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.h: * clutter/clutter-fixed.h:

View File

@ -12,7 +12,7 @@ pdf-build.stamp: clutter-manual.xml
txt-build.stamp: clutter-manual.xml txt-build.stamp: clutter-manual.xml
xmlto txt $(srcdir)/clutter-manual.xml xmlto txt $(srcdir)/clutter-manual.xml
mv $(srcdir)/clutter-manual.txt clutter-manual-@CLUTTER_MAJORMINOR@.txt mv $(srcdir)/clutter-manual.txt clutter-manual-@CLUTTER_MAJORMINOR@.txt
touch pdf-build.stamp touch txt-build.stamp
htmldoc-build.stamp: clutter-manual.xml htmldoc-build.stamp: clutter-manual.xml
$(mkinstalldirs) html $(mkinstalldirs) html

View File

@ -82,10 +82,40 @@
</section> </section>
</chapter> </chapter>
<appendix id="FAQ">
<title>
Frequently Asked Questions
</title>
<qandaset defaultlabel='qanda'>
<qandaentry>
<question>
<para>
Why do Clutter applications run <emphasis>really</emphasis> slowly on Intel cards even though
direct rendering support is reported.
</para>
</question>
<answer>
<para>
There is a bug in some versions of the Intel drivers that causes the driver to 'stall' when
attempting to sync to vblank (as Clutter does by default). The fix is to either upgrade
your drivers or set 'CLUTTER_VBLANK=none' when running Clutter applications.
</para>
</answer>
</qandaentry>
</qandaset>
</appendix>
<appendix id="contrib"> <appendix id="contrib">
<title>Contributing to this document</title> <title>Contributing to this document</title>
<para>This document is written in Docbook XML. The source file for it is located in the <para>
subdirectory "doc" of the source directory of Clutter.
This document is written in Docbook XML. The source file for it is located in the
subdirectory "doc/manual" of the source directory of Clutter.
</para> </para>
</appendix> </appendix>