From owner-freebsd-bugs Tue Mar 21 06:38:49 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA21320 for bugs-outgoing; Tue, 21 Mar 1995 06:38:49 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA21313; Tue, 21 Mar 1995 06:38:42 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA18147; Wed, 22 Mar 1995 00:35:13 +1000 Date: Wed, 22 Mar 1995 00:35:13 +1000 From: Bruce Evans Message-Id: <199503211435.AAA18147@godzilla.zeta.org.au> To: joerg_wunsch@uriah.heep.sax.de, mark@grondar.za Subject: Re: List of open Problem Reports Cc: freebsd-bugs@freefall.cdrom.com, jkh@freefall.cdrom.com Sender: bugs-owner@FreeBSD.org Precedence: bulk >> > > [1995/01/22] kern/175 Syscons does not recover X graphics mode >Yes. I was mis-understanding how it works. If you Ctrl-Alt-Fn to get away >from an X-ed screen, Alt-Fn' to get back takes you to the screen that >_launched_ the X session. To recover the X session itself, you have to >Alt-Fm, where screen Fm is the first one that does not have a getty running >on it. As X starts up, it reports "Attaching to virtual console m" or similar >words. How is it supposed work when there are only 4 vtys with gettys on them all? It worked like I expected for this setup with an old version of XFree, the SVGA server and an ET4000 - `m' didn't exist and Alt-Fn restored the X screen. Now I have Xfree86-3.1, the XF86_W32 server and an ET4000/W32i. `m' exists and Alt-Fm gives a blank screen and after that Alt-F* gives a blank screen. rlogin from another machine works but killing the X server doesn't help. Bruce