t

Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.


DSESSION 1 "dsession 1.0.0" "X Version 11"
NAME
dsession - Dynamic Session Manager
SYNOPSIS
"/usr/lib/ConsoleKit/dsession -h|--help" "/usr/sbin/dsession [option] sub-command"
DESCRIPTION
dsession uses ConsoleKit tool ck-seat-tool to dynamically add and delete individual sessions (the dynamically added and deleted sessions are also referred to as dsessions), uses ConsoleKit tool ck-list-sessions to list all or individual dsessions. With --init option, it probes whole PCI/PCIe system, and for each display device it finds, adds a dsession. When adding a dsession, it uses display file /etc/ConsoleKit/displays.d/HotPlug.display to start an X dsession on a display device identified by its Bus ID, and creates an entry in management table that has a mapping between display device path and dsession ID. The management table is referenced and updated in dsession add/delete/restart operations.
OPTION
"-v, --verb"
Print debug messages.
SUB-COMMAND
"-i, --init"
Initialize: create shared memory and mutex, add all dsessions.
"-f, --fini"
Finish: delete all dsessions.
"-c, --clean"
Delete all dsessions, destroy mutex and shared memory.
"-a, --add device"
Add a dsession to run on device.
"-d, --delete device"
Delete a dsession running on device.
"-r, --restart device"
Restart a dsession running on device.
"-l, --list device"
List a dsession running on device.
"-l, --list all"
List all dsessions.
"-l, --list dev"
List all display devices.
FILE
/usr/lib/ConsoleKit/dsession

/etc/ConsoleKit/displays.d/HotPlug.display

"SEE ALSO"
ck-list-sessions (1)

ck-seat-tool (1m) Begin Sun update

"ATTRIBUTES"
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE
Availability pkg:/x11/session/dsession
Interface Stability Volatile
End Sun update