From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ih4Qz-0002Mf-3E for qemu-devel@nongnu.org; Sun, 14 Oct 2007 10:27:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ih4Qx-0002L4-EA for qemu-devel@nongnu.org; Sun, 14 Oct 2007 10:27:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ih4Qx-0002Kv-7L for qemu-devel@nongnu.org; Sun, 14 Oct 2007 10:27:11 -0400 Received: from nf-out-0910.google.com ([64.233.182.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ih4Qw-0005I4-Om for qemu-devel@nongnu.org; Sun, 14 Oct 2007 10:27:10 -0400 Received: by nf-out-0910.google.com with SMTP id 30so1177780nfu for ; Sun, 14 Oct 2007 07:27:09 -0700 (PDT) Message-ID: Date: Sun, 14 Oct 2007 17:27:08 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] Fix color problems with sdl on bgr displays In-Reply-To: <47121F0F.9020804@qumranet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47121F0F.9020804@qumranet.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm-devel On 10/14/07, Avi Kivity wrote: > Some kvm users complained that the blue and red channels are flipped on > their displays. Reverting sdl.c rev 1.40 fixed that problem, so > apparently that commit made the problem larger than it was previously. > > Attached a patch the removes the commit and fixes the problem. Please > apply. But this commit was previously reported as the best solution for OSX (Intel, PPC) and Linux/PPC: http://article.gmane.org/gmane.comp.emulators.qemu/18071 What kind of machines are the users using?