From owner-freebsd-arm@FreeBSD.ORG Sun May 10 19:03:42 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 906661E8; Sun, 10 May 2015 19:03:42 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::3]) (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 04CF81E79; Sun, 10 May 2015 19:03:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431284593; l=1636; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References: In-Reply-To:Subject:Cc:To:From:Date; bh=WwRXOlxhbUZ1dt/R6BypJPCJ2i7K1N2yJM1nLliQy8Q=; b=sQQGQRiICymWnmDnH0JOkce9i/XlQ7LfMhjH7S6OxK/Ldfx/zgXDcjxTHYbHn0VBSgK 1+/Ce2MmzXtPZIPGjUkQoNNwh2BU6gdZxtspCPxE5ApN4Pd9zPA2qA7J71GPY0kWk/ASA QFdvHV0IvZVi7+pxm/XhftwXQFhqAVHUEAw= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg48v8v70u0= X-RZG-CLASS-ID: mo00 Received: from quad (p54869332.dip0.t-ipconnect.de [84.134.147.50]) by smtp.strato.de (RZmta 37.5 DYNA|AUTH) with ESMTPSA id z07478r4AJ31CF9 (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); Sun, 10 May 2015 21:03:01 +0200 (CEST) Date: Sun, 10 May 2015 19:03:00 +0000 From: Ulrich Grey To: Adrian Chadd Cc: "freebsd-arm@freebsd.org" Subject: Re: Xorg on a RaspberryPI Message-Id: <20150510190300.05772f5ceaaf047d47f32b75@ulrich-grey.de> In-Reply-To: References: <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 19:03:42 -0000 On Sun, 10 May 2015 08:19:51 -0700 Adrian Chadd wrote: > 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? I have tried it with Depth 16, 24 and 32 in /etc/xorg.conf and /boot/msdos/config.txt. The colors are still strange. Section "Device" Identifier "Generic FB" Driver "scfb" EndSection Section "Screen" Identifier "Screen" Device "Generic FB" Monitor "Monitor" SubSection "Display" Depth 16 #24 #32 EndSubsection EndSection config.txt: framebuffer_depth=16 disable_commandline_tags=1 gpu_mem=64 device_tree=rpi.dtb device_tree_address=0x100 kernel=uboot.img > > 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"