source: gnome/core/mutter.xml@ 87679b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 87679b2 was 2001b3e, checked in by Ken Moffat <ken@…>, 12 years ago

Reinstate some of the DRI explanation, expanded to mention DRI2 hardware video acceleration.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9881 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mutter-download-http "&gnome-download-http;/mutter/3.2/mutter-&mutter-version;.tar.xz">
8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/3.2/mutter-&mutter-version;.tar.xz">
9 <!ENTITY mutter-md5sum "7cbe2f903096c2271c76f656e0a7db03">
10 <!ENTITY mutter-size "1.6 MB">
11 <!ENTITY mutter-buildsize "69 MB">
12 <!ENTITY mutter-time "1.1 SBU">
13]>
14
15<sect1 id="mutter" xreflabel="mutter-&mutter-version;">
16 <?dbhtml filename="mutter.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>mutter-&mutter-version;</title>
24
25 <indexterm zone="mutter">
26 <primary sortas="a-mutter">mutter</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to mutter</title>
31
32 <para><application>Mutter</application> is the window manager for
33 <application>GNOME</application>. It is not invoked directly, but from
34 <application>gnome-session</application> (on a machine with a hardware
35 accelerated video driver).</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&mutter-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&mutter-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &mutter-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &mutter-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &mutter-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &mutter-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">mutter Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="clutter"/>,
65 <xref linkend="GConf"/>,
66 <xref linkend="gdk-pixbuf"/>,
67 <xref linkend="gobject-introspection"/>,
68 <xref linkend="gtk3"/>,
69 <xref linkend="intltool"/>,
70 <xref linkend="libcanberra"/>, and
71 <xref linkend="zenity"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/mutter"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of mutter</title>
80
81 <para>Install <application>mutter</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=$GNOME_PREFIX \
85 --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
86make</userinput></screen>
87
88 <para>This package's testsuite is only intended to be used by the
89 maintainer to check i18n files.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
101 ensures the <application>GConf</application> schemas are located consistently.
102 </para>
103
104 <para><option>--enable-static=no</option>: This switch prevents the static
105 libraries being installed.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>mutter, mutter-message, mutter-theme-viewer, and mutter-window-demo</seg>
119 <seg>default.so and libmutter.{so,a}</seg>
120 <seg><envar>$GNOME_SYSCONFDIR</envar>/gconf/schemas, <envar>$GNOME_PREFIX</envar>/{include/mutter/meta,lib/mutter/plugins,share/mutter/icons}</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="mutter-prog">
130 <term><command>mutter-prog</command></term>
131 <listitem>
132 <para>does this .....</para>
133 <indexterm zone="mutter mutter-prog">
134 <primary sortas="b-mutter-prog">mutter-prog</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="mutter-message">
140 <term><command>mutter-message</command></term>
141 <listitem>
142 <para>does this .....</para>
143 <indexterm zone="mutter mutter-message">
144 <primary sortas="b-mutter-message">mutter-message</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="mutter-theme-viewer">
150 <term><command>mutter-theme-viewer</command></term>
151 <listitem>
152 <para>does this .....</para>
153 <indexterm zone="mutter mutter-theme-viewer">
154 <primary sortas="b-mutter-theme-viewer">mutter-theme-viewer</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="mutter-window-demo">
160 <term><command>mutter-window-demo</command></term>
161 <listitem>
162 <para>does this .....</para>
163 <indexterm zone="mutter mutter-window-demo">
164 <primary sortas="b-mutter-window-demo">mutter-window-demo</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="default">
170 <term><filename class='libraryfile'>default.so</filename></term>
171 <listitem>
172 <para>contains functions that .....</para>
173 <indexterm zone="mutter default">
174 <primary sortas="c-default">default.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="libmutter">
180 <term><filename class='libraryfile'>libmutter.{so,a}</filename></term>
181 <listitem>
182 <para>contains functions that .....</para>
183 <indexterm zone="mutter libmutter">
184 <primary sortas="c-libmutter">libmutter.{so,a}</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.