--- "Kevin R. Bullock" <kbullock at ringworld.org> wrote:
> On Thu, 5 Jul 2001 peter.clark at tides.com wrote:
>
> > :0 local /usr/X11R6/bin/X :0 -dpi 100 -nolisten tcp
> > :1 local /usr/X11R6/bin/X :1 -dpi 100 -nolisten tcp
>
> Try giving them tty's explicitly. E.g.:
>
> :0 local /usr/X11R6/bin/X :0 tty7 -dpi 100
> :1 local /usr/X11R6/bin/X :1 tty8 -dpi 100
 
   Ok, this worked...but only after I reinstalled kdm. I had tried it
before, with no luck. Very strange...
   Also, if anyone is interested, I found a small little program called
rcconf that acts pretty much like ntsysv on RedHat (selects what
programs to run on boot). Just apt-get install rcconf. Nice.
   :Peter