From owner-freebsd-arm@FreeBSD.ORG Sun May 10 11:25:17 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 267738B2 for ; Sun, 10 May 2015 11:25:17 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B598211D8 for ; Sun, 10 May 2015 11:25:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431257086; l=517; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Subject:To:From: Date; bh=5PMxNemDTA6XpqiRWrbeuXtaIuA8FKfEGeW+sKiOJo8=; b=siskdpz4hMBxPSW17Tmw5GR+tVkSoGsAJ3NACbq2T7w+SLDjrnK3GAtw8oL7Y7dquwr wOZG/0t1Dqx9D7iHheFIi5nx8QCFjNx6dmh6X/khWFXOvIv6h/0E4RLCHgAEavxbEkd6N 3RGtXoX9Aqc6NOnVq7H47EsVdh3UWa9r048= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg47v8v/Ocj7 X-RZG-CLASS-ID: mo00 Received: from quad (p548689BF.dip0.t-ipconnect.de [84.134.137.191]) by smtp.strato.de (RZmta 37.5 DYNA|AUTH) with ESMTPSA id 600a75r4ABOk7rj (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve sect571r1 with 571 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sun, 10 May 2015 13:24:46 +0200 (CEST) Date: Sun, 10 May 2015 11:24:44 +0000 From: Ulrich Grey To: freebsd-arm@FreeBSD.org Subject: Xorg on a RaspberryPI Message-Id: <20150510112444.9e12a9739c7e2b91e5fc2ea4@ulrich-grey.de> Organization: - X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Sun, 10 May 2015 11:25:17 -0000 Hello, 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 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). Can anybody give me a hint what is wrong? Thank you.