User Commands gdmdynamic(1)
NAME
gdmdynamic - GDM Dynamic Server Management
SYNOPSIS
gdmdynamic [-a display | -r display | -d display | -l pat-
tern] [--help]
DESCRIPTION
gdmdynamic allows the management of displays in a dynamic
fashion. It is typically used in environments where it isnot possible to list the possible displays in the GDM confi-
guration files. The gdmdynamic command can be used to
create a new display on a particular display number, run allnewly created displays, or remove a display. The gdmdynamic
can also be used to list all attached displays, or only attached displays that match a pattern. OPTIONS The following options are supported:-a display Add a new display configuration, leaving it
in the DISPLAY_CONFIG state. The display
will not actually be started until thedisplay is released by calling gdmdynamic
again with the -r option. The display
option for this option may include the Xserver command to run for this display by specifying the value as display=command. This is optional, and the default Xservercommand will be used if no command is pro-
vided on the command line.-d display Delete a display, killing the X server and
purging the display configuration.-h, --help Display detailed usage message.
-l pattern List displays that are started via the
gdmdynamic command.
Without a pattern, all attached displays are listed. With a pattern, all attached displays match using glob characters '*', '?' and '[]'.SunOS 5.11 Last change: 24 Oct 2009 1
User Commands gdmdynamic(1)
-r display Release (run) the specified display waiting
in the DISPLAY_CONFIG state.
EXAMPLES
Example 1: Adding display :20 providing the command to use.example% gdmdynamic -a "20=/usr/X11R6/bin/X -dev /dev/fb2"
Example 2: Release display 20.example% gdmdynamic -r 20
Example 3: Deleting display 20.example% gdmdynamic -d 20
Example 4: List all displays started via gdmdynamic
example% gdmdynamic -l
Example 5: List all displays started via gdmdynamic using a
pattern to matchexample% gdmdynamic -l "Xorg*"
FILES The following files are used by this application:/usr/bin/gdmdynamic Executable for GDM Dynamic Server
Management.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/display-manager/gdm |
|_____________________________|_____________________________|
| Interface stability | Volatile ||_____________________________|_____________________________|
SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform.SunOS 5.11 Last change: 24 Oct 2009 2
User Commands gdmdynamic(1)
gdmflexiserver(1), gdm-screenshot(1), gdm(1m), ck-seat-
tool(1m), gdm-stop(1m), attributes(5)
NOTES Written by Brian Cameron, Sun Microsystems Inc., 2006, 2009.SunOS 5.11 Last change: 24 Oct 2009 3