From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C49A5E0051D for ; Thu, 16 May 2013 06:29:31 -0700 (PDT) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 7E4604B0178; Thu, 16 May 2013 15:29:22 +0200 (CEST) Date: Thu, 16 May 2013 15:29:20 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: "PAPARO Nino (MM)" Message-ID: <20130516152920.413dd3bf@e6520eb> In-Reply-To: References: <013101ce51b8$47b04610$d710d230$@vt.edu> <20130516091404.675499c0@e6520eb> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.16; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: resolution not changing X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 13:29:33 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Le Thu, 16 May 2013 14:58:25 +0200, "PAPARO Nino (MM)" a =C3=A9crit : > Hi, > I'm having a similar issue with a 800x480 rgb screen, I'd like to change = the colordepth to 24. > The uboot setting I'm using is: >=20 > setenv bootargs $bootargs video=3Dmxcfb0:dev=3Dlcd,CLAA-WVGA,if=3DRGB666 >=20 > and I tried setting it to: >=20 > setenv bootargs $bootargs video=3Dmxcfb0:dev=3Dlcd,800x480,if=3DRGB24 >=20 > but this does'nt seem to work. > Any help would be appreciated. >=20 you need to check that the 800x480 is a valid mode known by the driver (as is CLAA-WVGA actually). grep in the kernel source is youer friend here ;-) Eric