From owner-freebsd-ppc@freebsd.org Tue Aug 11 14:19:10 2015 Return-Path: Delivered-To: freebsd-ppc@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 B8C8E99F349 for ; Tue, 11 Aug 2015 14:19:10 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 846D7C0F; Tue, 11 Aug 2015 14:19:10 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by iodb91 with SMTP id b91so143549528iod.1; Tue, 11 Aug 2015 07:19:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=1PtPVUbCK6pLBL4+6WtZn1thMs/NXjiPWfcLLlgTD1w=; b=mYQsTmQ6xgRNGvmwKV2LlRGeHorgmf4Z857lJFaiAWed9QJKJ9U0PjB1Hukedi5UmZ o95U62G8Mul14/CTmENlGAye6CQzKhvx0GvI3ZKtziRk2e4MW1PO3upyfoTjnik3/LOU tt0QkUIgZAfUudTUZE1AaQOz6mEEFF1zoIAasdlxnt9qpRFde7HLzSZVJEwesMIWsk2e UcVqfraBDuAevOFEFvoxm6StKwF+15DjWCHKb0yKBTiTxF5+nEbeRFSwbQy0NV2Q3iXW QV9VAr2YdiJKL+q218fVM3P4Avz8hzeZuycUfGwEAW35uiIYTdeMiCvZUlxk8r290LPI gR5g== MIME-Version: 1.0 X-Received: by 10.107.137.87 with SMTP id l84mr33080567iod.119.1439302749830; Tue, 11 Aug 2015 07:19:09 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.58.149 with HTTP; Tue, 11 Aug 2015 07:19:09 -0700 (PDT) In-Reply-To: References: <20150805185841.GA61013@FreeBSD.org> Date: Tue, 11 Aug 2015 07:19:09 -0700 X-Google-Sender-Auth: TPsq_FG9eyZS9vLucTHg70M1TD4 Message-ID: Subject: Re: From: Justin Hibbits To: "Herminio Hernandez, Jr." Cc: Alexey Dokuchaev , FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 14:19:10 -0000 Not yet on FreeBSD. It's on my TODO list, but other things keep cropping up at higher priority. DRI1 'sort of' worked, on some versions, with specific Mesa and X versions, on some hardware, but mostly failed quite miserably. - Justin On Sun, Aug 9, 2015 at 4:42 PM, Herminio Hernandez, Jr. wrote: > setting "NoAccel" to "Ture" got my DE working. However I have been able to > get hardware accelerated graphics to work under Linux. I do see why this > cannot happen on FreeBSD. Has anyone been able to KMS and hardware > accelerated graphics working on PowerPC? > > On Wed, Aug 5, 2015 at 5:16 PM, Justin Hibbits > wrote: >> >> On Wed, Aug 5, 2015 at 11:58 AM, Alexey Dokuchaev >> wrote: >> > On Wed, Aug 05, 2015 at 11:26:37AM -0700, Justin Hibbits wrote: >> >> Try adding the following line into the card's Section "Device" of >> >> xorg.conf: >> >> >> >> Option "NoAccel" "true" >> >> >> >> I needed to add this option on my PowerBooks, with ATI graphics, using >> >> the xf86-video-ati-ums driver. >> > >> > Speaking of Apple iBooks/PowerBooks, and given than ATI (AMD) cards are >> > currently one of the best supported in post-KMS world, are there chances >> > to get them fully accelerated working in the foreseeable future? >> > >> > ./danfe >> >> I *think* all that's needed is atomic64 emulation. I had written a >> patch implementing them, but it utterly failed to compile for most >> architectures. If I didn't have to worry about userspace or the >> opensolaris atomic64 emulation, it wouldn't be too difficult. Anyone >> else wants a crack at it, feel free. >> >> - Justin > >