From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 18:17:47 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 68C1AE17 for ; Sun, 1 Jun 2014 18:17:47 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (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 F2AB9235E for ; Sun, 1 Jun 2014 18:17:46 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id x13so4145171wgg.22 for ; Sun, 01 Jun 2014 11:17:45 -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=jZ7EKxiYd53hy1G6fEiuiBGb1sEg8Tsumh9552CyYXg=; b=zedjHKoO/W0nVuxZHDA72u1lImtFbNA8WBpoT2fdY4Yumb48SfSIyfgn2BaWlMTsPk EvHjlM9s2iAWJKciyiRXBOUUskVNXeNRZztU75OyVpvRm//Wk5YLb9gwa3c9EF7yTL6H 1zJTZ4L5mgw5Hx+c2xUj4B/aqDgnnouzU43+6L4ik/TGLRxQHAD+JHPzE0N0tk71esbB g5qrR1oLpAoIdw8O5D3OVo1Q+4kEy1z3bEMZq5KCxe7zmTBeQSpVjY1l3yXcsZIWqPo+ QCdWi+BNzwgil8TZDa0VyPG1CJsh4jPlllI+X68YHoHa1uHgGJyZVPNxmjzXNiq6BayT B5xg== X-Received: by 10.180.90.242 with SMTP id bz18mr16321137wib.12.1401646665313; Sun, 01 Jun 2014 11:17:45 -0700 (PDT) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de. [217.92.171.227]) by mx.google.com with ESMTPSA id fs5sm25461168wic.22.2014.06.01.11.17.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 01 Jun 2014 11:17:44 -0700 (PDT) From: Peter Ulrich Kruppa X-Google-Original-From: Peter Ulrich Kruppa Message-ID: <538B6E46.5050100@pukruppa.de> Date: Sun, 01 Jun 2014 20:17:42 +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> <5388A13C.1010307@pukruppa.de> In-Reply-To: <5388A13C.1010307@pukruppa.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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: Sun, 01 Jun 2014 18:17:47 -0000 Am 30.05.2014 17:18, schrieb Peter Ulrich Kruppa: > > > 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 . Hmm, o.k. - I rebuilt my base system an I seem to have newcons: At least the letters look different and I can type funny letters like ÄÖÜ on the console. Also I can exit xfce4 (by clicking "Log Out") and return to console which wasn't possible berfore either. But [ctrl] + [alt] + [Fn] don't work :-( > >> >> It works for me with both Intel and Radeon hardware. >> _______________________________________________