From owner-freebsd-arm@FreeBSD.ORG Mon May 11 04:51:43 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 B2712CC3 for ; Mon, 11 May 2015 04:51:43 +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 91BDA18F7 for ; Mon, 11 May 2015 04:51:43 +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=uaaOGRADSZKQ9TADBcjQfYfmdl5u65jW8uoQSzgp0aI=; b=FIBzH1MpvqOaSuBJtvZbXbpt8gCLV6RTCIC71CM83IU/UCt8MkXgQ0169S39yH06OKaLJCj+qD5Trimxkg86Tg6PFxYsIQ8WWo5DENmXBs9Q+eLmGQly8BGgfhEVxvvajR303eD96dU8B54qURcOfyQNXG19Ev3QDCTEDZdFlic=; Received: from [114.124.2.96] (port=30316 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 1Yrfgl-003cav-J5; Sun, 10 May 2015 22:51:36 -0600 Date: Mon, 11 May 2015 12:51:30 +0800 From: Erich Dollansky To: Ulrich Grey Cc: freebsd-arm@FreeBSD.org Subject: Re: Xorg on a RaspberryPI Message-ID: <20150511125130.5004ddf6@B85M-HD3-0.alogt.com> In-Reply-To: <20150510112444.9e12a9739c7e2b91e5fc2ea4@ulrich-grey.de> References: <20150510112444.9e12a9739c7e2b91e5fc2ea4@ulrich-grey.de> Organization: ALO Green Technologies 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: erich@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 04:51:43 -0000 Hi, On Sun, 10 May 2015 11:24:44 +0000 Ulrich Grey wrote: > I am running FreeBSD 11.0-CURRENT #1 r282366M on a RaspberryPI. The > Raspberry serves as a X-Terminal to access a Wandboard-Quad running > the same FreeBSD version. > I have this running on 10.0 and now 10.1 without problems. > I have build x11/xorg and x11-drivers/xf86-video-scfb packages on the > Wandboard and installed it on the Raspberry. It works, but there is a > problem with the colors. I think the display shows complementary > colors (the background of the xcfe4 desktop is not blue but > yellow/ochre). > Is it also the same ports tree? Why don't you compile it on the Raspberry? It just takes some time. > Can anybody give me a hint what is wrong? Try a very basic window manager. I use blackbox without any problems. Erich