Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mumble-overlay.1 « man - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c50c734bc8dd03ae73378ec1de3f8071edae00bd (plain)
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
.TH mumble-overlay 1 "2008 January 07"
.SH NAME
mumble-overlay \- load OpenGL overlay for Mumble.
.SH SYNOPSIS
.B mumble-overlay
.RI "executable"
.SH DESCRIPTION
This wrapper will load the OpenGL overlay for Mumble into the application
of your choice. This allows you to easily see who is talking even in
fullscreen games and applications.
.PP
Nothing will be shown unless you have Mumble running and it is
currently connected to a server.
.SH ENVIRONMENT VARIABLES
.TP
.B MUMBLE_OVERLAY_DEBUG
If this environment variable is set, extended debugging will be output to
standard output. Only usefull for debugging.
.SH EXAMPLE
To run glxgears with the mumble-overlay active:
.IP
mumble-overlay glxgears
.SH NOTES
This will only work with OpenGL drivers which support the full
OpenGL and GLX specifications.
.SH SEE ALSO
.BR mumble (1),
.BR murmur (1).
.SH AUTHOR
mumble and murmurd was written by Thorvald Natvig
<slicer@users.sourceforge.net>.