All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@openembedded.org>, Koen Kooi <k-kooi@ti.com>
Subject: Re: [STABLE][PATCH 2/3] xserver-xorg-conf: add omap3517-evm	support
Date: Thu, 05 Nov 2009 01:00:36 -0500	[thread overview]
Message-ID: <20091105060036.GF30116@denix.org> (raw)
In-Reply-To: <1257337925-46801-2-git-send-email-koen@dominion.thruhere.net>

On Wed, Nov 04, 2009 at 01:32:04PM +0100, Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
> 
> * This fixes the "blank screen" problem Frank Walzer reported
> 
> Signed-off-by: Koen Kooi <k-kooi@ti.com>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  .../xserver-xorg-conf/omap3517-evm/xorg.conf       |   29 ++++++++++++++++++++
>  recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
>  2 files changed, 30 insertions(+), 1 deletions(-)
>  create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf
> 
> diff --git a/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf
> new file mode 100644
> index 0000000..983bb08
> --- /dev/null
> +++ b/recipes/xorg-xserver/xserver-xorg-conf/omap3517-evm/xorg.conf
> @@ -0,0 +1,29 @@
> +Section "Module"                                       
> +        Load    "extmod"                                
> +        Load    "dbe"                           
> +        Load    "glx"                                           
> +        Load    "freetype"                             
> +        Load    "type1"                        
> +        Load    "record"                    
> +        Load    "dri"                       
> +EndSection                            
> +
> +Section "Monitor"                                                                    
> +        Identifier      "Builtin Default Monitor"
> +EndSection                                       
> +
> +Section "Device"                                  
> +        Identifier      "Builtin Default fbdev Device 0"
> +        Driver  "omapfb"
> +EndSection                                                
> +
> +Section "Screen"                                        
> +        Identifier      "Builtin Default fbdev Screen 0"     
> +        Device  "Builtin Default fbdev Device 0"            
> +        Monitor "Builtin Default Monitor"               
> +EndSection                                              
> +
> +Section "ServerLayout"                                 
> +        Identifier      "Builtin Default Layout"                                     
> +        Screen  "Builtin Default fbdev Screen 0"        
> +EndSection                                              
> diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
> index 95aa82b..67fc683 100644
> --- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
> +++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
> @@ -1,5 +1,5 @@
>  DESCRIPTION = "Machine specific xorg.conf files"
> -PR = "r4"
> +PR = "r5"
>  
>  SRC_URI = "file://xorg.conf"
>  
> -- 
> 1.6.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



  parent reply	other threads:[~2009-11-05  6:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-04 12:32 [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines Koen Kooi
2009-11-04 12:32 ` [STABLE][PATCH 2/3] xserver-xorg-conf: add omap3517-evm support Koen Kooi
2009-11-04 12:32   ` [STABLE][PATCH 3/3] omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion Koen Kooi
2009-11-05  6:02     ` Denys Dmytriyenko
2009-11-05  6:00   ` Denys Dmytriyenko [this message]
2009-11-05  5:59 ` [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091105060036.GF30116@denix.org \
    --to=denis@denix.org \
    --cc=k-kooi@ti.com \
    --cc=koen@openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.