Skip to content

Instantly share code, notes, and snippets.

@666threesixes666
Created June 11, 2013 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 666threesixes666/5754513 to your computer and use it in GitHub Desktop.
Save 666threesixes666/5754513 to your computer and use it in GitHub Desktop.
lightdm tweaks to xdm config
# We always try and start X on a static VT. The various DMs normally default
# to using VT7. If you wish to use the xdm init script, then you should ensure
# that the VT checked is the same VT your DM wants to use. We do this check to
# ensure that you haven't accidentally configured something to run on the VT
# in your /etc/inittab file so that you don't get a dead keyboard.
CHECKVT=7
# What display manager do you use ? [ xdm | gdm | kdm | gpe | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
DISPLAYMANAGER="lightdm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment