From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [PATCH] Add default xorg.conf for the Pandora.
Date: Mon, 02 Feb 2009 13:19:17 +0100 [thread overview]
Message-ID: <gm6oc5$o0k$1@ger.gmane.org> (raw)
In-Reply-To: <1233574850-4230-4-git-send-email-John.Willis@Distant-earth.com>
On 02-02-09 12:40, David-John Willis wrote:
> 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
Looks good, but you need to bump PR on the xserver-xorg-conf recipe as well.
regards,
Koen
>
> 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
next prev parent reply other threads:[~2009-02-02 12:27 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 [this message]
2009-02-02 13:02 ` John Willis
2009-02-10 13:22 ` John Willis
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='gm6oc5$o0k$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.