From 7d0faf304f45bf1380ad088daa904ac9b2e75a52 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 12 Jun 2007 14:02:51 +0000 Subject: [PATCH] 2007-06-12 Matthew Allum * 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. --- ChangeLog | 8 ++++++++ doc/manual/Makefile.am | 2 +- doc/manual/clutter-manual.xml.in | 34 ++++++++++++++++++++++++++++++-- 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fd13d6ea..f3d8ea6f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-12 Matthew Allum + + * 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 * clutter/clutter-fixed.h: diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 9d3f52ae8..9f8663f52 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -12,7 +12,7 @@ pdf-build.stamp: clutter-manual.xml txt-build.stamp: clutter-manual.xml xmlto txt $(srcdir)/clutter-manual.xml mv $(srcdir)/clutter-manual.txt clutter-manual-@CLUTTER_MAJORMINOR@.txt - touch pdf-build.stamp + touch txt-build.stamp htmldoc-build.stamp: clutter-manual.xml $(mkinstalldirs) html diff --git a/doc/manual/clutter-manual.xml.in b/doc/manual/clutter-manual.xml.in index f5bd061e0..800ad9a99 100644 --- a/doc/manual/clutter-manual.xml.in +++ b/doc/manual/clutter-manual.xml.in @@ -82,10 +82,40 @@ + + + Frequently Asked Questions + + + + + + + Why do Clutter applications run really slowly on Intel cards even though + direct rendering support is reported. + + + + + + + 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. + + + + + + + Contributing to this document - This document is written in Docbook XML. The source file for it is located in the - 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. +