On Wed, Jul 02, 2003 at 12:29:26PM -0400 or thereabouts, Adam wrote: > On Wed, 2003-07-02 at 12:23, stan wrote: > > I can't seem to figure out the proper syntax to start a 2nd X server using > > startx. > > > > Could some kind soule enlighten me? > > > > $ display=:1 startx
a) It's DISPLAY, not display -- all caps is important. The way I do this is: $ startx -- :1 -- Josh > > That should work. > > -- > Adam <[EMAIL PROTECTED]> > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
