From owner-freebsd-stable@FreeBSD.ORG Thu Jun 19 01:51:29 2014 Return-Path: Delivered-To: freebsd-stable@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 0E93A80A for ; Thu, 19 Jun 2014 01:51:29 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AFDE02766 for ; Thu, 19 Jun 2014 01:51:28 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s5J1pJxc051020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Jun 2014 19:51:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s5J1pJum051017; Wed, 18 Jun 2014 19:51:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 18 Jun 2014 19:51:19 -0600 (MDT) From: Warren Block To: Michael Gass Subject: Re: New Xorg with vt, radeon, and 10-stable In-Reply-To: <20140618231418.GA15764@csbsju.edu> Message-ID: References: <20140618231418.GA15764@csbsju.edu> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 18 Jun 2014 19:51:19 -0600 (MDT) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 01:51:29 -0000 On Wed, 18 Jun 2014, Michael Gass wrote: > I'm running 10-stable with AMD64. My graphics card is > AMD RV610 Radeon HD 24000. > > I installed xorg with xf86-video-ati. The xorg server runs > and terminates just fine, but I cannot get back to syscons. > This seems to be the current state with this video card > and 10-stable - according to > wiki.freebsd.org/Graphics/WITH_NEW_XORG > -the window/system seems to freeze, but I can blindly type commands. > > Since my card is RV610 and I am on 10-stable and using X.Org 1.12, > it does not look like vt-switching is available to me. If that > is the case, would I be able to build WITHOUT_NEW_XORG in 10-stable > and have things work the old way? Or should I be able to use vt? As far as I know, that will work with vt(4). However, you must build a kernel with vt(4) instead of syscons(4). And it requires 9-STABLE, 10-STABLE, or newer.