From owner-freebsd-questions@FreeBSD.ORG Sat May 30 18:35:57 2015 Return-Path: Delivered-To: freebsd-questions@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 565845C7 for ; Sat, 30 May 2015 18:35:57 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2209F15D6 for ; Sat, 30 May 2015 18:35:57 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: by iepj10 with SMTP id j10so83896367iep.3 for ; Sat, 30 May 2015 11:35:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=w35AdQkrLZQGtY3GdLPgbOaWV0ljXbSobcpBKFW/WXo=; b=wq/t3DtRgprG1DchrJexiguRWlf8+RrCbGwAXZXJ5rFzkikKbeLouCvNf/+rhBj8Q6 TdAixblGgFOXFZBKBRDv7loTNfYSQP6a+9TQQAMNOMTIxsZWQH7XWdTQOFn6sRb/0vEq WK1vcIBUBI2n7dg506fmj8zMwig3tRHAtJtbfQjBVZBiedoUzjpWOE9puqG+J76WZBkl XItgfAvJxZleGMOWF/07V3y+zOuVRyXxp5EzYbgbvyAnKiYLFVJJEmpxOyyYTpunJRuR dVvVLTmjbrgL2wDi9wLlsT1eN0TReu7FguiXbZxpxNkIw26dB9lUjaqbGH8FAGVjv3cl 655A== MIME-Version: 1.0 X-Received: by 10.107.138.208 with SMTP id c77mr17405387ioj.24.1433010956471; Sat, 30 May 2015 11:35:56 -0700 (PDT) Received: by 10.107.131.170 with HTTP; Sat, 30 May 2015 11:35:56 -0700 (PDT) Date: Sat, 30 May 2015 20:35:56 +0200 Message-ID: Subject: blank screen after hitting Ctrl+Alt+F1..12 from Xorg with syscons driver in any FreeBSD version and video card From: Xavier To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 18:35:57 -0000 Hi , When I hitting Ctrl+Alt+F1..12 from Xorg I get a blank screen. I not see any. I need a syscons because I need VGA text mode ( Newcons don't support VGA text mode ). Any way to debug this issue ? Thanks, see you.