Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Peter Klassen <neo.freerunner@googlemail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] xserver-xorg-conf/palmpre/xorg.conf
Date: Wed, 08 Sep 2010 22:30:46 +0200	[thread overview]
Message-ID: <4C87F276.2080104@googlemail.com> (raw)
In-Reply-To: <4C85164B.4050704@gravedo.de>

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

Hey,

okay I've changed the commit message.

best
Peter



On 06.09.2010 18:26, Simon Busch wrote:
> On 06.09.2010 17:57, Peter Klassen wrote:
>   
>> Hey devs,
>>
>> attached to this mail you will find a pathch for xorg-conf
>> to support palm pre.
>> This is my very first patch ever, so I hope I havent't build in any
>> faux pas
>>
>> best
>> Peter
>>     
> You should change the commit line to something like "xserver-xorg-conf:
> add xorg.conf for palmpre machine" to indicate which recipe your are
> changing with this patch. If you change this detail:
> Acked-by: Simon Busch <morphis@gravedo.de>
>
> regards,
> morphis
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>   


[-- Attachment #2: palmpre-xorg-conf.patch --]
[-- Type: text/x-patch, Size: 2420 bytes --]

From 16559df664ab8ca8d61f6b08d5880a8a155dee7b Mon Sep 17 00:00:00 2001
From: Peter Klassen <pklassen@web.de>
Date: Mon, 6 Sep 2010 16:29:31 +0200
Subject: [PATCH] xserver-xorg-conf:
 add xorg.conf for palmpre machine

---
 .../xserver-xorg-conf/palmpre/xorg.conf            |   44 ++++++++++++++++++++
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 45 insertions(+), 1 deletions(-)
 create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
new file mode 100644
index 0000000..822b2ad
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
@@ -0,0 +1,44 @@
+Section "Module"
+    Load    "extmod" 
+    Load    "dbe"
+    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"
+    Option "fb" "/dev/fb0"
+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"
+    InputDevice "Touchscreen" "CorePointer"
+EndSection
+
+Section "InputDevice"
+    Identifier  "Touchscreen"
+    Driver      "tslib"
+    Option      "Device"                "/dev/touchscreen"
+    Option      "CorePointer"           "true"
+    Option      "SendCoreEvents"        "true"
+    Option      "Protocol"              "Auto"
+    Option      "Width"                 "320"
+    Option      "Height"                "480"
+    Option      "EmulateRightButton"    "1"
+    Option      "CorePointer"           "true"
+
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index c15bae6..0b1b60d 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 = "r31"
+PR = "r32"
 
 SRC_URI = "file://xorg.conf"
 
-- 
1.7.0.4


      reply	other threads:[~2010-09-08 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-06 15:57 [PATCH] xserver-xorg-conf/palmpre/xorg.conf Peter Klassen
2010-09-06 16:26 ` Simon Busch
2010-09-08 20:30   ` Peter Klassen [this message]

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=4C87F276.2080104@googlemail.com \
    --to=neo.freerunner@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox