From owner-freebsd-questions@freebsd.org Fri Sep 18 02:48:11 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 937869CFE24 for ; Fri, 18 Sep 2015 02:48:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7512215BE for ; Fri, 18 Sep 2015 02:48:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id 727C39CFE23; Fri, 18 Sep 2015 02:48:11 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7208A9CFE21 for ; Fri, 18 Sep 2015 02:48:11 +0000 (UTC) (envelope-from wblock@wonkity.com) 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 2FCA415BD for ; Fri, 18 Sep 2015 02:48:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t8I2m9xX007620 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 17 Sep 2015 20:48:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t8I2m6QH007516; Thu, 17 Sep 2015 20:48:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 17 Sep 2015 20:48:06 -0600 (MDT) From: Warren Block To: Glenn English cc: freebsdQuestions Subject: Re: 10.2 graphics problem In-Reply-To: Message-ID: References: <8F541F88-2EAE-434C-B52C-43A744F54ADD@slsware.net> <55FADDE7.9000702@bananmonarki.se> <0F355724-42C6-4DB4-A470-7AC8D7667CEA@slsware.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) 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]); Thu, 17 Sep 2015 20:48:09 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 02:48:11 -0000 On Thu, 17 Sep 2015, Glenn English wrote: > On Sep 17, 2015, at 5:23 PM, Warren Block wrote: > >> Again, that is solved by using vt(4). Although I should ask which video hardware you have. Sorry if that has been mentioned already. > >> root@log:~/init.d# lspci | egrep -i radeon >> 03:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Robson CE [AMD Radeon HD 6300 Series] >> 03:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI Audio [Radeon HD 5400/6300 Series] > > Is that an the answer? Yes, although around these parts we tend to use pciconf -lv. You have an AMD Radeon HD6300. > And what is vt(4)? vt(4) is the KMS-aware system console. To use it, enter kern.vty=vt in /boot/loader.conf. It will take effect on boot. The problem of leaving X and having the screen stop responding is due to the old system console not understanding kernel video mode switching. vt(4) is the new console. See 'man 4 vt' for more information.