All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] Add default xorg.conf for the Pandora.
Date: Tue, 10 Feb 2009 13:22:38 -0000	[thread overview]
Message-ID: <00a701c98b82$a59b2f70$f0d18e50$@Willis@Distant-earth.com> (raw)
In-Reply-To: <gm6oc5$o0k$1@ger.gmane.org>

> Looks good, but you need to bump PR on the xserver-xorg-conf recipe as
> well.

Updated patches below (I hope). Sorry, real life got in the way.

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>

---
 .../xserver-xorg-conf/omap3-pandora/xorg.conf      |   29
++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100755
packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
diff --git a/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
new file mode 100755
index 0000000..983bb08
--- /dev/null
+++ b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/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                                              

---
packages/xorg-xserver/xserver-xorg-conf_0.1.bb |    2 +-
diff --git a/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
b/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
index 23dcf18..95aa82b
--- a/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "file://xorg.conf"







  parent reply	other threads:[~2009-02-10 13:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-02 11:40 Small set of patches to add a few default configuration files for the OMAP3-Pandora machine David-John Willis
2009-02-02 11:40 ` [PATCH] Add pointercal file for the omap3-pandora touchscreen David-John Willis
2009-02-02 11:40   ` [PATCH] Add fb.modes default file for the Pandora David-John Willis
2009-02-02 11:40     ` [PATCH] Add default xorg.conf " David-John Willis
2009-02-02 12:19       ` Koen Kooi
2009-02-02 13:02         ` John Willis
2009-02-10 13:22         ` John Willis [this message]
2009-02-02 12:19     ` [PATCH] Add fb.modes default file " Koen Kooi
2009-02-02 12:20   ` [PATCH] Add pointercal file for the omap3-pandora touchscreen Koen Kooi

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='00a701c98b82$a59b2f70$f0d18e50$@Willis@Distant-earth.com' \
    --to=john.willis@distant-earth.com \
    --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.