Add a FAQ about how to enable window compositing in GNOME 2.22.
This commit is contained in:
parent
5e2856123d
commit
c79ec0b98e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31755
1 changed files with 21 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.131 2008/03/22 16:11:01 mezz Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.132 2008/03/28 05:06:07 mezz Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||
<!ENTITY email "freebsd-gnome">
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
|
@ -70,6 +70,8 @@ Note: links for existing questions should NEVER be changed.
|
|||
Nautilus?</a>
|
||||
<li> <a href="#q27">Why do I need confirm access to my keyring
|
||||
every time Nautilus tries to open an external share?</a>
|
||||
<li> <a href="#q28">How do I enable the window compositing in
|
||||
GNOME &gnomever;?</a>
|
||||
</ol>
|
||||
<h2>Full Text </h2>
|
||||
|
||||
|
@ -1159,6 +1161,24 @@ proc /proc procfs rw 0 0
|
|||
</pre>
|
||||
|
||||
</li>
|
||||
<!-- Q28 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q28"></a>
|
||||
<p><b>How do I enable the window compositing in GNOME &gnomever;?</b></p>
|
||||
<!-- A28 -->
|
||||
<p>This feature is turn off and not yet exposed in the preferences
|
||||
by default, because not all graphics hardwares are stable enough
|
||||
to support compositing. If your graphics hardwares support the
|
||||
compositing and you want to use it. You can edit following in
|
||||
the Metacity's gconf key:</p>
|
||||
|
||||
<pre>
|
||||
gconftool-2 -s --type bool /apps/metacity/general/compositing_manager true
|
||||
</pre>
|
||||
|
||||
<p>If you want to disable it again, replace from 'true' to 'false'
|
||||
gconf key in the same way of how to enable it. Or you can use
|
||||
<tt>gconf-editor</tt> to edit it.</p>
|
||||
</li>
|
||||
</ol>
|
||||
&footer;
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue