From owner-freebsd-stable@freebsd.org Wed Jun 27 15:25:06 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF4B1029564 for ; Wed, 27 Jun 2018 15:25:06 +0000 (UTC) (envelope-from vince@hightek.org) Received: from mail.ngtek.org (ngtek.org [IPv6:2001:19f0:6400:8963:5400:ff:fe09:9585]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11D728281A for ; Wed, 27 Jun 2018 15:25:05 +0000 (UTC) (envelope-from vince@hightek.org) Received: from ip68-227-103-24.ok.ok.cox.net ([68.227.103.24] helo=hightek.org) by mail.ngtek.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1fYCJc-0009A8-QX for freebsd-stable@freebsd.org; Wed, 27 Jun 2018 10:25:04 -0500 Received: from localhost ([127.0.0.1] helo=quark.hightek.org) by hightek.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1fYCJa-000AHO-GI for freebsd-stable@freebsd.org; Wed, 27 Jun 2018 10:25:02 -0500 Received: (from vince@localhost) by quark.hightek.org (8.15.2/8.15.2/Submit) id w5RFP2OQ039517 for freebsd-stable@freebsd.org; Wed, 27 Jun 2018 10:25:02 -0500 (CDT) (envelope-from vince) Date: Wed, 27 Jun 2018 10:25:02 -0500 From: Vincent Stemen To: freebsd-stable@freebsd.org Subject: Re: ATI video problem - slow desktop - 100% cpu load [semi-solved] Message-ID: <20180627152502.GA39126@quark.hightek.org> References: <20180619212311.GA36401@quark.hightek.org> <20180620194347.GA87224@quark.hightek.org> <20180622015757.GA52468@quark.hightek.org> <86zhznbi8u.fsf@elm.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2018 15:25:06 -0000 On Sun, Jun 24, 2018 at 07:53:42PM +0200, Niclas Zeising wrote: > On 06/23/18 00:40, Mark Saad wrote: > > Vincent > > I used the scfb driver in openbsd land for a work project > > . Currently I am using 11-STABLE with the Radeon driver but at > > one point I had a different card under 11.0 that didn???t work > > unless I used the scfb driver . > > Hi! > If you are using FreeBSD 11.2 or later (stable or current) you should be > able to use graphics/drm-stable-kmod and get acceleration with your ATI > video cards. Please try it out! > Regards > -- > Niclas Thanks for the info. I'll make note of it for when I get a chance to upgrade. Right now, I am still running 11.1. Vince