|
发表于 2005-4-18 19:41:01
|
显示全部楼层
楼上的哥哥,你看下面,还是不行阿!!!!!!!!!!1
## Path: Desktop/Display manager
## Description:
## Type: string(kdm,xdm,gdm,wdm,console)
## Default: ""
#
# Here you can set the default Display manager (kdm/xdm/gdm/wdm/console).
# all changes in this file require a restart of the displaymanager
#
DISPLAYMANAGER="kdm"
## Type: yesno
## Default: no
#
# Allow remote access to your display manager (xdm/kdm). Please note
# that a modified kdm or xdm configuration, e.g. by KDE control center
# will not be changed.
#
DISPLAYMANAGER_REMOTE_ACCESS="no"
## Type: yesno
## Default: no
#
# Allow remote access of the user root to your display manager
#
DISPLAYMANAGER_ROOT_LOGIN_REMOTE="no"
## Type: yesno
## Default: yes
#
# let the displaymanager start a local Xserver
# set to "no" for remote-access only
# set to "no" on architectures without any Xserver (e.g. s390/s390x)
#
DISPLAYMANAGER_STARTS_XSERVER="yes"
## Type: yesno
## Default: no
## Config: xdm
#
# Tcp port 6000 of Xserver. When set to "no" (default) Xserver is
# started with "-nolisten tcp". Only set this to "yes" if you really
# need to. Use ssh X11 port forwarding whenever possible.
#
DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="no"
## Path: Desktop/Display manager
## Description: settings to generate a proper displaymanager config
## Config: kdm3
## Type: list(root,all,none,local,auto)
## Default: auto
#
# KDM_SHUTDOWN determines who will be able to shutdown the
# system in kdm. Valid values are: "root", "all", "none", "local", "auto"
#
KDM_SHUTDOWN="auto"
## Type: string
## Default:
#
# space separated list of users for which icons should be shown in KDM
# if empty, then take system defaults
#
KDM_USERS=""
## Type: string
## Default:
#
# Special greeting words in kdm
#
KDM_GREETSTRING=""
## Type: string
## Default:
#
# Define the user whom should get logged in without request
#
DISPLAYMANAGER_AUTOLOGIN=""
## Type: yesno
## Default: no
#
# Allow all users to login without password, but ask for the user
#
DISPLAYMANAGER_PASSWORD_LESS_LOGIN="no"
## Type: string
## Default: SUSE
#
# Define the theme to be used by kdm. If empty, the traditional login
# window is used (which lacks some features)
#
DISPLAYMANAGER_KDM_THEME="SUSE" |
|