From owner-freebsd-stable@FreeBSD.ORG Tue Oct 14 10:24:11 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1132C4D for ; Tue, 14 Oct 2014 10:24:11 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 925F27B3 for ; Tue, 14 Oct 2014 10:24:11 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1XdzGt-0006Q3-9t for freebsd-stable@freebsd.org; Tue, 14 Oct 2014 12:24:08 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: VT switch to console disabled once X starts References: <2553F6A9-0363-491B-9585-E12AD32CF0F6@alkumuna.eu> Date: Tue, 14 Oct 2014 12:24:02 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <2553F6A9-0363-491B-9585-E12AD32CF0F6@alkumuna.eu> User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: -- X-Spam-Score: -2.9 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED, BAYES_00 autolearn=disabled version=3.3.2 X-Scan-Signature: 9090f8a1960d7f777b94d17b6f36e747 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2014 10:24:11 -0000 On Tue, 14 Oct 2014 11:50:21 +0200, Matthieu Volat wrote: > Hello, > > I've had this problem with a HP Z400 workstation which is currently > running 10.1-RC2, but had it since I put FreeBSD 10 on it: using either > syscons or vt, I can see the console output when the system boots. > > But once the X server start (through xdm, using the nvidia driver), if I > try to switch to another screen, I get only a black screen, but I can > get back to vt #9 and get my X session back. If I don't set xdm in > /etc/ttys, I can use the consoles... > > I have no relevant information in dmesg and little in syslog: only > messages from console-kit-daemon giving up on the consoles (Device not > configured) and devd messages: > devd: check_clients: dropping disconnected clients > when switching. > > Does anybody have an idea of what is wrong with my setup? > > Thanks, > > -- Matthieu Volat > People will like a little bit more information about your hardware and settings. The output of 'dmesg' is helpfull for a start. And the content of /var/log/Xorg.0.log. Regards, Ronald.