From owner-freebsd-questions@FreeBSD.ORG Fri May 30 15:18:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7EB896C for ; Fri, 30 May 2014 15:18:28 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D30D206A for ; Fri, 30 May 2014 15:18:28 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x48so2122312wes.22 for ; Fri, 30 May 2014 08:18:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=K/+SBA31Bx30WMAPz8xAuoyBUl1snuFFQKr0dH1iswM=; b=vItIGxrixlx6ImHiFv2yw9h32wWhhNg6ejsTTCXsneoNsKeqAEMglDJzOfIPG1qAOo GPuofjRcv4axmAttL7zTUHuvnYbAL72p4e1rS3KmBgh/TcHal+7/dY1DsXy5RFyDLYXK 5Xb8O+pcEKk4ETeS6CI3xc7mI/I1sjBMcUMrZHTrnQmYOszdvi7adifmM0Bji89xJqZl pQ+/XqBKg34KPBJTFR/fmdetiekovfoH8b0ismpEXuoMeRGiROiBGD6XwuCFkoZUUjk/ f1NIhzEXJhhrj+AHkk/TyQ4YRr1ERMpUxE98hXfCNy/TdBK2nbLpE7CVRfezMEu8je5H WDsA== X-Received: by 10.180.36.212 with SMTP id s20mr7918561wij.18.1401463105729; Fri, 30 May 2014 08:18:25 -0700 (PDT) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de. [217.92.171.227]) by mx.google.com with ESMTPSA id f6sm6722774wiy.19.2014.05.30.08.18.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 May 2014 08:18:24 -0700 (PDT) From: Peter Ulrich Kruppa X-Google-Original-From: Peter Ulrich Kruppa Message-ID: <5388A13C.1010307@pukruppa.de> Date: Fri, 30 May 2014 17:18:20 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Back to Console with [ctrl] + [alt] + [Fn] References: <201405301430.s4UEUfFt006899@systemdatarecorder.org> <53889B5C.6090808@pukruppa.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 15:18:28 -0000 Am 30.05.2014 17:10, schrieb Warren Block: > On Fri, 30 May 2014, Peter Ulrich Kruppa wrote: > >> Am 30.05.2014 16:30, schrieb Stefan Parvu: >>> Hi, What GPU you use ? >> Thanks for the hint: I have got a Radeon GPU and now, that I know what I >> have to look for, I find >> >> http://www.phoronix.com/scan.php?page=news_item&px=MTU2MDk > > Um, yeah, let's politely ignore that. > > Switching from KMS to the console did not work because the old console > driver, syscons, did not know how to deal with it. The console is > there, but not visible. > > The new console driver, vt(4), is in 9-stable and 10-stable. It must be > built into the kernel instead of syscons. There is a sample kernel > config file called VT in /usr/src/sys/amd64/conf (or i386, if you prefer). That ist even better! So I simply have to rebuild with KERNCONF=VT . More thanks Peter > > It works for me with both Intel and Radeon hardware. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >