Subject: Re: Console and xdm
To: Robert Lundkvist <robert.lundkvist@telia.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 09/08/2000 17:48:19
On Fri, Sep 08, 2000 at 06:50:47PM +0200, Robert Lundkvist wrote:
> Is there anyway to have the console (text login) on ttyE0 to ttyE2 and
> have
> xdm (graphical login) on ttyE3?

In /etc/ttys something like:

console "/usr/libexec/getty Pc"         pc3     off secure
ttyE0   "/usr/libexec/getty Pc"         vt220   on secure
ttyE1   "/usr/libexec/getty Pc"         vt220   on secure
ttyE2   "/usr/libexec/getty Pc"         vt220   on secure
ttyE3   none                            vt220   off secure

In /usr/X11R6/lib/X11/xdm/Xservers:

:0 local /usr/X11R6/bin/X -once vt04

Cheers,

Patrick