From owner-freebsd-stable@freebsd.org Fri Jun 22 03:41:34 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 99B1E100C373 for ; Fri, 22 Jun 2018 03:41:34 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter01.peak.org (filter01.peak.org [207.55.16.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.peak.org", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C60A7C110 for ; Fri, 22 Jun 2018 03:41:33 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter01.peak.org ({e1c81c21-e4c4-4528-aa90-7a27869c545a}) via TCP (outbound) with ESMTPS id 20180622034124514_0000 for ; Thu, 21 Jun 2018 20:41:24 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id B39154DE14 for ; Thu, 21 Jun 2018 20:41:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 91D204DE46 for ; Thu, 21 Jun 2018 20:41:23 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id RvALpJjnvgpa for ; Thu, 21 Jun 2018 20:41:23 -0700 (PDT) Received: from mailproxy-lb-06.peak.org (mailproxy-lb-06.peak.org [207.55.17.96]) by zmail-mta02.peak.org (Postfix) with ESMTP id 598CA4DE14 for ; Thu, 21 Jun 2018 20:41:23 -0700 (PDT) Received: from carlj by elm.localnet with local (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1fWCwr-000EoG-Sj for freebsd-stable@freebsd.org; Thu, 21 Jun 2018 20:41:21 -0700 From: Carl Johnson To: freebsd-stable@freebsd.org Subject: Re: ATI video problem - slow desktop - 100% cpu load [semi-solved] References: <20180619212311.GA36401@quark.hightek.org> <20180620194347.GA87224@quark.hightek.org> <20180622015757.GA52468@quark.hightek.org> X-Clacks-Overhead: GNU Terry Pratchett Date: Thu, 21 Jun 2018 20:41:21 -0700 In-Reply-To: <20180622015757.GA52468@quark.hightek.org> (Vincent Stemen's message of "Thu, 21 Jun 2018 20:57:57 -0500") Message-ID: <86zhznbi8u.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 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: Fri, 22 Jun 2018 03:41:34 -0000 Vincent Stemen writes: > You must load radeonkms.ko after the system is fully booted. > > # kldload radeonkms > > That automatically loads the other 3 modules and initializes the console where > the console text goes into higher resolution mode. Then X and the desktop > environments work and seem to be fully functional, including transparency, etc. > > So I can either put it in /etc/rc.local, to be run at boot time, or put it in > an X startup script wrapper. Note that it must be run prior to startx because > it must be loaded before launching the X server. So it cannot be put in > ~/.xinitrc. Have you tried loading it with kld_list in /etc/rc.conf? Those get loaded during boot, but it might be late enough to work. That would be automated, so it might be a little more convenient. -- Carl Johnson carlj@peak.org