From owner-freebsd-hackers Sun Dec 18 14:14:07 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id OAA10576 for hackers-outgoing; Sun, 18 Dec 1994 14:14:07 -0800 Received: from physics.su.OZ.AU (dawes@physics.su.OZ.AU [129.78.129.1]) by freefall.cdrom.com (8.6.8/8.6.6) with SMTP id OAA10570 for ; Sun, 18 Dec 1994 14:13:31 -0800 Received: by physics.su.OZ.AU id AA02516 (5.67b/IDA-1.4.4 for hackers@freebsd.org); Mon, 19 Dec 1994 09:13:01 +1100 From: David Dawes Message-Id: <199412182213.AA02516@physics.su.OZ.AU> Subject: Re: syscons & multiple Xservers? To: jmb@kryten.atinc.com (Jonathan M. Bresler) Date: Mon, 19 Dec 1994 09:12:59 +1100 (EST) Cc: dawes@physics.su.oz.au, terry@cs.weber.edu, kaleb@x.org, hackers@freebsd.org In-Reply-To: from "Jonathan M. Bresler" at Dec 18, 94 09:25:56 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1708 Sender: hackers-owner@freebsd.org Precedence: bulk >On Sun, 18 Dec 1994, David Dawes wrote: >> >In point of fact, you *can* start up two servers. >> >> Yes. >> >> >You just have to *never* switch directly between the servers without >> >switching to a vanilla console in between. >> >> I've never had any problem switching directly from one server to another. > > so how about a copy of your Xservers and xdm-config files. i >havent been ablt ot get this to work. I don't start multiple servers with xdm. The problem in doing that seems to be with starting the second X when already in graphics mode. Alternatively the problem may be that the second server isn't waiting for the old VT to be released before it tries to start. Anyway, I just hacked together the following which seems to work (it may even help identify the real problem): First, a script to run the X server (I installed it as /usr/X11R6/bin/X-1): -------------------------cut----------------------- #!/bin/sh # First argument is delay sleep $1 shift /usr/local/bin/syscons -t 1