From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0185.outbound.messaging.microsoft.com [213.199.154.185]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B8EECE01466 for ; Fri, 10 May 2013 04:37:07 -0700 (PDT) Received: from mail183-db8-R.bigfish.com (10.174.8.233) by DB8EHSOBE010.bigfish.com (10.174.4.73) with Microsoft SMTP Server id 14.1.225.23; Fri, 10 May 2013 11:37:05 +0000 Received: from mail183-db8 (localhost [127.0.0.1]) by mail183-db8-R.bigfish.com (Postfix) with ESMTP id EB0CE680172; Fri, 10 May 2013 11:37:05 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hz8dhz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1155h) Received: from mail183-db8 (localhost.localdomain [127.0.0.1]) by mail183-db8 (MessageSwitch) id 13681858244631_17583; Fri, 10 May 2013 11:37:04 +0000 (UTC) Received: from DB8EHSMHS020.bigfish.com (unknown [10.174.8.237]) by mail183-db8.bigfish.com (Postfix) with ESMTP id F332D14004C; Fri, 10 May 2013 11:37:03 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS020.bigfish.com (10.174.4.30) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 10 May 2013 11:36:58 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.2.328.11; Fri, 10 May 2013 11:36:56 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r4ABasTJ006897; Fri, 10 May 2013 04:36:55 -0700 Message-ID: <518CDB84.9060603@freescale.com> Date: Fri, 10 May 2013 08:35:32 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: jojo References: <9BA1CE649FBB49D5A45BED55EF4D6A80@gmail.com> In-Reply-To: <9BA1CE649FBB49D5A45BED55EF4D6A80@gmail.com> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: configuring the resolution of display in boot command line 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: Fri, 10 May 2013 11:37:08 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 05/10/2013 02:37 AM, jojo wrote: > Hi, > > How to know that how many resolution supported in current device (my > device is imx6q) ? Hi Jojo, Please, see the release notes from the Freescale BSP you've been using. You can also take a look on "modes" file for your fb device. On my imx53qsb I have: root@imx53qsb:/# find -name modes ./sys/devices/platform/mxc_sdc_fb.1/graphics/fb0/modes ./sys/devices/platform/mxc_sdc_fb.0/graphics/fb1/modes ./sys/devices/platform/mxc_sdc_fb.2/graphics/fb2/modes and root@imx53qsb:/# cat ./sys/devices/platform/mxc_sdc_fb.1/graphics/fb0/modes D:1680x1050p-60 D:1280x1024p-60 D:1024x768p-60 D:800x600p-60 The best place to ask this kind of imx related questions is https://community.freescale.com/community/imx I know it's very difficult to know exactly what is a "yocto" question and what is a "imx" question. But as soon as you start to look for your questions on imx-community you will be used with this difference. --- Daiane