|
|
发表于 2004-5-15 03:32:34
|
显示全部楼层
# $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $
#
#
# $XFree86: xc/programs/xdm/config/Xserv.ws.cpp,v 1.1.1.1.12.2 1998/10/04 15:23:14 hohndel Exp $
#
# Xservers file, workstation prototype
#
# This file should contain an entry to start the server on the
# local display; if you have more than one display (not screen),
# you can add entries to the list (one per line). If you also
# have some X terminals connected which do not support XDMCP,
# you can add them here as well. Each X terminal line should
# look like:
# XTerminalName:0 foreign
#
:0 local /usr/X11R6/bin/X -deferglyphs 16 -nolisten tcp
:1 local reserve /usr/X11R6/bin/X :1 vt8 -deferglyphs 16 -nolisten tcp
:2 local reserve /usr/X11R6/bin/X :2 vt9 -deferglyphs 16 -nolisten tcp
:3 local reserve /usr/X11R6/bin/X :3 vt10 -deferglyphs 16 -nolisten tcp
:4 local reserve /usr/X11R6/bin/X :4 vt11 -deferglyphs 16 -nolisten tcp
:5 local reserve /usr/X11R6/bin/X :5 vt12 -deferglyphs 16 -nolisten tcp |
|