From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 89752E006EF; Thu, 11 Sep 2014 07:37:00 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.46 listed in list.dnswl.org] Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CA111E006C5 for ; Thu, 11 Sep 2014 07:36:55 -0700 (PDT) Received: by mail-qg0-f46.google.com with SMTP id q107so10850837qgd.33 for ; Thu, 11 Sep 2014 07:36:49 -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=poU3qZyNC9Uc8hcoqybs1OXARhRxx9jnUZ6BvbqABEQ=; b=JzaThz2QMrSgHkgH5AW3qBycuUqz8bhXXO1+BXzorWDA4RuRxwmchpud50Tl3r7N2t BSlv75G6kl7VnVApPufSpR3Yr/D5cIMqnA+DdOUcPjgBJ5TOacZWhsuagJQwnjJSF6gF eS+gBlnCayaNww42WuyVYr6XxCdfo1MCVNunJcCXrfVs9WVSP7tR50N97F6OhZTTQzMA uMwgXAYy7AKw1XJMfoJLfY/1r02iUv+8Tb7W9A7TqzQPi08GhRfm78m1sCjb4rRS/7eY cu3eoKDqdSNIq930/Y4jcIEGYotHa9XJAb3oE4te2SZ/9BlMJvG3Zjhn+kNnXpbws8VO 1l6Q== MIME-Version: 1.0 X-Received: by 10.224.122.137 with SMTP id l9mr2149022qar.76.1410446207655; Thu, 11 Sep 2014 07:36:47 -0700 (PDT) Sender: cliff.brake@gmail.com Received: by 10.140.106.134 with HTTP; Thu, 11 Sep 2014 07:36:47 -0700 (PDT) In-Reply-To: References: Date: Thu, 11 Sep 2014 10:36:47 -0400 X-Google-Sender-Auth: GjJb6U1mB0umxWXibHz3YTJbxHs Message-ID: From: Cliff Brake To: Riccardo Stronati Cc: "meta-freescale@yoctoproject.org" Subject: Re: Screen rotation 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, 11 Sep 2014 14:37:00 -0000 Content-Type: text/plain; charset=UTF-8 On Wed, Sep 3, 2014 at 3:09 AM, Riccardo Stronati wrote: > I need to rotate my desktop environment by 90 deg. I've read on freescale > comunity that vivante driver do not support the rotation so I need to go > back to framebuffer. Is that right? That is my experience. > How do I build and enable the frame buffer? bitbake xf86-video-fbdev > I changed the xorg.conf but the xserver can't find the framebuffer driver. I > suppose that I need to change the image recipe Correct, include xf86-video-fbdev in the image recipe. http://bec-systems.com/site/177/the-correct-way-to-add-packages-to-an-openembedded-image > and change the kernel bootargs, how? I don't think bootargs needs to change. lastly, modify /etc/X11/xorg.conf to include: Section "Device" Identifier "fbdev driver" Driver "fbdev" Option "fbdev" "/dev/fb0" Option "Rotate" "CCW" EndSection Thanks, Cliff