summaryrefslogtreecommitdiff
path: root/x11/gdm2/pkg-message
blob: 36a2d11510f51044c56460849df7da4b0a346e3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GDM is installed.

Please note the following:
- This port has been tested on 5.0-CURRENT and 4.4-STABLE. It only works
  with XFree86-3.3.x. It will not work on 3.x.
- You should append these lines to your /etc/pam.conf, otherwise
  GDM will refuse all logins:

# gdm config
gdm     auth            requisite       pam_unix.so     try_first_pass
gdm     account         requisite       pam_unix.so     try_first_pass
gdm     session         required        pam_permit.so

- To enable GDM after booting, edit your /etc/ttys(5), and change the line
  for ttyv8 to

ttyv8   "/usr/X11R6/bin/gdm -nodaemon"  xterm   on

These notes were written by:  Yukihiro Nakai <nakai@FreeBSD.org>
and updated by: Stijn Hoop <stijn@win.tue.nl>