File: running-mutter.html

package info (click to toggle)
mutter 3.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,880 kB
  • sloc: ansic: 76,340; sh: 11,289; xml: 582; makefile: 574
file content (102 lines) | stat: -rw-r--r-- 4,486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Mutter Reference Manual: Part II. Running Mutter</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Mutter Reference Manual">
<link rel="up" href="index.html" title="Mutter Reference Manual">
<link rel="prev" href="mutter-overview.html" title="Part I. Overview">
<link rel="next" href="core-reference.html" title="Part III. Mutter Core Reference">
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="mutter-overview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="core-reference.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="running-mutter"></a>Part II. Running Mutter</h1></div></div></div>
<div class="partintro">
<div></div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="environment-variables"></a>Environment Variables</h2></div></div></div>
<p>
        Mutter automatically checks environment variables during
        its initialization. These environment variables are meant
        as debug tools or overrides for default behaviours:
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">MUTTER_VERBOSE</span></p></td>
<td><p>Enable verbose mode, in which more information is printed to the console. Mutter needs to be built with the --enable-verbose-mode option (enabled by default). For more fine-grained control of the output, see <a class="link" href="meta-Utility-functions.html#meta-add-verbose-topic" title="meta_add_verbose_topic ()"><code class="function">meta_add_verbose_topic()</code></a>.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_DEBUG</span></p></td>
<td><p>Traps and prints X errors to the console.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_G_FATAL_WARNINGS</span></p></td>
<td><p>Causes any logging from the domains Mutter, Gtk, Gdk, Pango or GLib to terminate the process (only when using the log functions in GLib).</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_USE_LOGFILE</span></p></td>
<td><p>Log all messages to a temporary file.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_DEBUG_XINERAMA</span></p></td>
<td><p>Log extra information about support of the XINERAMA extension.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_DEBUG_SM</span></p></td>
<td><p>Log extra information about session management.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_DEBUG_BUTTON_GRABS</span></p></td>
<td><p>Log extra information about button grabs.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_SYNC</span></p></td>
<td><p>Call XSync after each X call.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_DISPLAY</span></p></td>
<td><p>Name of the X11 display to use.</p></td>
</tr>
<tr>
<td><p><span class="term">META_DISABLE_MIPMAPS</span></p></td>
<td><p>Disable use of mipmaps for the textures that back window pixmaps.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_USE_STATIC_GRAVITY</span></p></td>
<td><p>Enable support for clients with static bit-gravity.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_WM_CLASS_FILTER</span></p></td>
<td><p>Comma-separated list of WM_CLASS names to which to restrict Mutter to.</p></td>
</tr>
<tr>
<td><p><span class="term">MUTTER_DISABLE_FALLBACK_COLOR</span></p></td>
<td><p>Disable fallback for themed colors, for easier detection of typographical errors.</p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21.1</div>
</body>
</html>