From owner-freebsd-x11@FreeBSD.ORG Mon Dec 23 19:44:16 2013 Return-Path: Delivered-To: x11@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 ESMTPS id 0340C92C; Mon, 23 Dec 2013 19:44:16 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC134192F; Mon, 23 Dec 2013 19:44:15 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DBB66B968; Mon, 23 Dec 2013 14:44:14 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: [HEADS UP] xorg version switch in CURRENT Date: Mon, 23 Dec 2013 11:59:44 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <52AEE215.1060806@freebsd.org> <20131217200756.GA46033@troutmask.apl.washington.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201312231159.44394.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 23 Dec 2013 14:44:15 -0500 (EST) Cc: ports@freebsd.org, Adrian Chadd , x11@freebsd.org, current@freebsd.org, Steve Kargl X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 19:44:16 -0000 On Tuesday, December 17, 2013 3:15:33 pm Adrian Chadd wrote: > I'm rapidly wondering if building this way should become unsupported. Too > muxh unknown stuff is needed at startup and wed have to load all firmware > bits to make it remotely work. The Intel driver (i915kms) does not need firmware bits. Radeon does, but those could be statically compiled in for people who want this. The drivers should be fixed. They never worked with syscons because syscons didn't work once KMS was enabled, but they should be able to work with newcons. -- John Baldwin