GDM
From FrugalWiki
Dansk – Deutsch – English – Español – Français – Indonesia – Italiano – Lietuviškai – Magyar – Nederlands – Polski – Português – Română – Slovenský – Suomi – Svenska – Türkçe – Česky – Ελληνικά – Български – Русский – Српски – Українська – עברית – ไทย – 日本語 – 正體中文 – 简体中文 – 한국어
Contents |
GDM (GNOME Display Manager)
GDM is the Graphical Login Manager of GNOME.
Installation
Then check in file /etc/sysconfig/desktop if only the line related to GDM is uncommented.
Automatic Login
To enable automatic login with GDM, add the following to /etc/gdm/custom.conf (replace user with the username that you want auto-logged in):
# Enable automatic login for user [daemon] AutomaticLogin=user AutomaticLoginEnable=True
Activating Numlock
Install numlockx:
Then add the following code to /etc/gdm/Init/Default:
if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi