From owner-freebsd-current@FreeBSD.ORG Sat Nov 9 23:49:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E8FB533 for ; Sat, 9 Nov 2013 23:49:31 +0000 (UTC) (envelope-from dt71@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A14E829BF for ; Sat, 9 Nov 2013 23:49:30 +0000 (UTC) Received: from [157.181.98.186] ([157.181.98.186]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LobGI-1W7DBD0Fcg-00gW9n for ; Sun, 10 Nov 2013 00:49:29 +0100 Message-ID: <527EC9E8.5080103@gmx.com> Date: Sun, 10 Nov 2013 00:48:56 +0100 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:23.0) Gecko/20100101 Firefox/23.0 SeaMonkey/2.20 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re : newcons comming Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:irqWEDUdCuGvMbLkoDc7dDTZUH7Rt3L8l28rseTiGnK6JfJ+EaK WqqxkxQ3Jdy+iR8KNbsjagpu763T3jOilqsSyoQHlaDMcLBLWrDmO/m0yxbY45U1RLx2wph 110ZSLGaIxGSmgRE+MUkWQFjfoUM9gnZgFVjjo4L8ltfx+jQBNuFI8eixEzbGw6/rAKl8/+ 27QWKuDBcsWUotSw9HjbA== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 23:49:31 -0000 On Sat, 26 Oct 2013 10:45:32 +0200 > dt71 at gmx.com wrote: > > Suppose that Newcons gets in quickly. I use a Radeon 9600 card. Will > > I see something useful on my screen (with KMS and the new Xorg and > > things like that), or will my screen be black? > > Yup, you will get normal virtual terminal, but a bit bigger than > 640x480. It is main reason why x11 team ask me to merge newcons ASAP. > Newcons can use framebuffer provided by DRM. > > Try it yourself. You have successfully volunteered to diagnose why a graphical display fails to start when ports are built using WITH_NEW_XORG=1 WITH_KMS=1 WITH_GALLIUM=1 I still have a very custom kernel containing device drm device radeondrm and no loadable modules, so I'll be back with a situation report after building and installing a more GENERIC kernel.