From owner-freebsd-x11@FreeBSD.ORG Thu Jan 30 06:51:47 2014 Return-Path: Delivered-To: freebsd-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 3C405881 for ; Thu, 30 Jan 2014 06:51:47 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 121F618FA for ; Thu, 30 Jan 2014 06:51:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Eq3XpylJEorNoyyelfWYBA0JEImJtq3MD+azLuWT2CY=; b=sIgL1MUyKdMRWhbjnOAgqZqkKklPGYcCrf5vZN094I1H5i5ZX1UcPn0TR+SOSrlmxxsPDpwtwl5Pe2SovKvfRvOZ1Dk5iaf319eORA8pR1JONJeFQ30vrxvUdg251gXtN4Pl5fnKFcn0j4SvQauzYEbMEVF9keX3jWDCD0evvZk=; Received: from [39.200.40.79] (port=42017 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1W8lTV-000PGs-DZ; Wed, 29 Jan 2014 23:51:46 -0700 Date: Thu, 30 Jan 2014 14:51:37 +0800 From: Erich Dollansky To: Paul Schiro Subject: Re: What driver (and how) to use for Radeon HD 6950 these days Message-ID: <20140130145137.018866a2@X220.alogt.com> In-Reply-To: References: <20140130135214.397bb406@X220.alogt.com> <1391062264.1372.10.camel@ghostwheel.tribble.net> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-x11@freebsd.org 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: Thu, 30 Jan 2014 06:51:47 -0000 Hi, On Wed, 29 Jan 2014 23:30:54 -0700 Paul Schiro wrote: > JFYI... I following the link given here: > > To have a working console on HEAD with the radeon and intel KMS > drivers please read the vt(9) page. > > And tried to add vt and vt_vga devices to my kernel config, but when I > do, I get: > > "config: Error: device "vt" is unknown" > "config: Error: device "vt_vga" is unknown" > "config: 2 errors" > > Not sure what the deal is there, unless that didn't make it into > 10-STABLE, and its still just in -HEAD HEAD is 11, I thought you have 10. 10 does not support this yet. I stayed at 10 even when HEAD became 11. Erich