From owner-freebsd-arm@FreeBSD.ORG Sat Feb 28 11:34:34 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F266DA8 for ; Sat, 28 Feb 2015 11:34:34 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (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 6EDB69C2 for ; Sat, 28 Feb 2015 11:34:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=UBOdj9vlxjQ0gEChjfX5ZduAq7i3mBSIsORv7A3LLLY=; b=NZ2ExravuBey6BwLueM5Uf1GrL8tTwZWG1P0N+3XbKJqBNTZyXcnwfyTCAAYuR0K2Ix0qySs8TXCN2NrvJWhpQNJTprb0bcJdHQ2n8iw38NG4af11N4LpPCsFoq3Wz9KEIFrlJQt5mwE4nOL1neRGZAsewC0crUmjkDU+KsEg38=; Received: from [114.124.29.248] (port=63366 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1YRffD-002dHC-Ft; Sat, 28 Feb 2015 04:34:32 -0700 Date: Sat, 28 Feb 2015 19:34:23 +0800 From: Erich Dollansky To: Brett Wynkoop Subject: Re: FreeBSD 10.1 / 11 on a Raspberry Pi B+ / 2 ? Message-ID: <20150228193423.06df1bd5@B85M-HD3-0.alogt.com> In-Reply-To: <20150228013829.1b4b4616@ivory.wynn.com> References: <6ff566ec17fc2b0d61635d8886261d5a.squirrel@ikornapostur.1984.is> <028290c7462d8fcf63b07bfdbbd08897.squirrel@ikornapostur.1984.is> <20150228013829.1b4b4616@ivory.wynn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 11:34:34 -0000 Hi, On Sat, 28 Feb 2015 01:38:29 -0500 Brett Wynkoop wrote: > On Fri, 27 Feb 2015 19:48:23 -0000 > beastie@nawi.is wrote: > > > > > > Great to hear. I have no experience with booth but is X, the ports > > collection and sound possible ? > > Ports is part of every version of FreeBSD going all the way back to > the start. > > man portsnap > > X is of course in ports. I am not sure if there is an Xserver that > will build on the box, but I would not be surprised if it did as the > Linux crew has working X and the X sources all come from the same > place. I have X running on a B+. It does what you expect it to do, it is just slow. Even running it as a thin-client does not make it real fast. > > I am sure that the various X clients will build just fine if you want > remote display. > Do X clients even care where X is? Erich