From owner-freebsd-arm@FreeBSD.ORG Sun May 10 15:19:52 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 C19C39B8 for ; Sun, 10 May 2015 15:19:52 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (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 8D30618E4 for ; Sun, 10 May 2015 15:19:52 +0000 (UTC) Received: by igbpi8 with SMTP id pi8so52653445igb.1 for ; Sun, 10 May 2015 08:19:51 -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=7oOClzFrI9xQgD8nE5LElVFwSjVyBZ+9E7nBCmb7dvw=; b=pycu7UPbOEe8cvMc0DXXdesCi2RV2RijTsMMbtxdWMZtD33aZdmXx2JGXj3kbUjGU5 7KMmAROb11OXW6f6obHboZQIeD3PLZemOC+td0zLhPgiDREX+Ea1bMvaUvUYgdUXgWQ2 4tVeVlUr6954nxyJI8a5OPMOE7/fA0DLf759tNb1uoNVW3YUidHoGG2WE2lGgBBUmoAR uL+4nqbOVFzrH29medF8PVPnpr9DPJr5z2sitVeUStnd6cEvnLkaElDyPPYgjPypfQyA wL9KyN0EC2MlwpgeH/CaP20SgLb+r9W2B3DPZzECjL0GPEGj/7W4B/LDyIAQ0IHzEAOT pH0A== MIME-Version: 1.0 X-Received: by 10.50.73.198 with SMTP id n6mr9594326igv.32.1431271191778; Sun, 10 May 2015 08:19:51 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sun, 10 May 2015 08:19:51 -0700 (PDT) In-Reply-To: <20150510112444.9e12a9739c7e2b91e5fc2ea4@ulrich-grey.de> References: <20150510112444.9e12a9739c7e2b91e5fc2ea4@ulrich-grey.de> Date: Sun, 10 May 2015 08:19:51 -0700 X-Google-Sender-Auth: xnnRsse_6EcQynUhSCuK0TCfDJg Message-ID: Subject: Re: Xorg on a RaspberryPI From: Adrian Chadd To: Ulrich Grey Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 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 15:19:52 -0000 hm, there's something odd with 32 bit colours in the fb driver. The red and blue are swapped. That may be your problem. Can you try booting / running it on 24 bit colour instead? -adrian On 10 May 2015 at 04:24, Ulrich Grey wrote: > 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. > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"