| 1 |
# We always try and start X on a static VT. The various DMs normally default
|
| 2 |
# to using VT7. If you wish to use the xdm init script, then you should ensure
|
| 3 |
# that the VT checked is the same VT your DM wants to use. We do this check to
|
| 4 |
# ensure that you haven't accidentally configured something to run on the VT
|
| 5 |
# in your /etc/inittab file so that you don't get a dead keyboard.
|
| 6 |
CHECKVT=7
|
| 7 |
|
| 8 |
# What display manager do you use ? [ xdm | gdm | kdm | kdm-4.3 | gpe | entrance ]
|
| 9 |
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
|
| 10 |
#
|
| 11 |
# KDE-specific note:
|
| 12 |
# - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
|
| 13 |
# You can find possible versions by looking at the directories in /usr/kde/.
|
| 14 |
# - Else, if you are using KDE 3 enter "kdm-3.5"
|
| 15 |
# - Else, if you are using KDE 4 enter "kdm" without a version
|
| 16 |
DISPLAYMANAGER="xdm" |