Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Marcin Juszkiewicz <marcin@buglabs.net>
Subject: Re: [STABLE][PATCH 2/3] xserver-xorg-conf: added BUG support
Date: Wed, 02 Dec 2009 15:47:51 -0500	[thread overview]
Message-ID: <20091202204751.GE21762@denix.org> (raw)
In-Reply-To: <1259691294-1131-2-git-send-email-marcin@juszkiewicz.com.pl>

On Tue, Dec 01, 2009 at 07:14:53PM +0100, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

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

> ---
>  .../xorg-xserver/xserver-xorg-conf/bug/xorg.conf   |   65 ++++++++++++++++++++
>  recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
>  2 files changed, 66 insertions(+), 1 deletions(-)
>  create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf
> 
> diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf
> new file mode 100644
> index 0000000..8b6cd94
> --- /dev/null
> +++ b/recipes/xorg-xserver/xserver-xorg-conf/bug/xorg.conf
> @@ -0,0 +1,65 @@
> +#
> +# Initial version of X11 configuration for BugLabs BUG device.
> +#
> +# Up to 2 LCD modules are supported (as DISPLAY=0.0/0.1).
> +# Touchscreen on first screen works properly (req tslib 0.0.6 driver).
> +#
> +# By default software starts on 0.0 only.
> +#
> +
> +Section "Monitor"
> +        Identifier      "Monitor 1"
> +EndSection
> +
> +Section "Monitor"
> +        Identifier      "Monitor 2"
> +EndSection
> +
> +Section "Device"
> +        Identifier      "fbdev Device 2"
> +        Driver  "fbdev"
> +	Option "fbdev" "/dev/fb2"
> +	Option "shadowfb" "true"
> +EndSection
> +
> +Section "Device"
> +        Identifier      "fbdev Device 1"
> +        Driver  "fbdev"
> +	Option "fbdev" "/dev/fb1"
> +	Option "shadowfb" "true"
> +EndSection
> +
> +Section "Screen"
> +        Identifier      "fbdev Screen 2"
> +        Device  "fbdev Device 2"
> +        Monitor "Monitor 2"
> +EndSection
> +
> +Section "Screen"
> +        Identifier      "fbdev Screen 1"
> +        Device  "fbdev Device 1"
> +        Monitor "Monitor 1"
> +EndSection
> +
> +Section "ServerLayout"
> +        Identifier      "Layout"
> +        Screen  "fbdev Screen 1"
> +        Screen  "fbdev Screen 2" Below "fbdev Screen 1"
> +	InputDevice "ts4" "CorePointer"
> +EndSection
> +
> +Section "InputDevice"
> +    Identifier "ts5"
> +    Driver "tslib"
> +    Option "Device" "/dev/input/bmi_lcd_ts5"
> +EndSection
> +
> +Section "InputDevice"
> +    Identifier "ts4"
> +    Driver "tslib"
> +    Option "Device" "/dev/input/bmi_lcd_ts4"
> +EndSection
> +
> +Section "ServerFlags"
> +	Option "AutoAddDevices" "false"
> +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.5.2
> 
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



  reply	other threads:[~2009-12-02 20:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01 18:14 [STABLE][PATCH 1/3] bug: ship SDIO firmware for WiFi Marcin Juszkiewicz
2009-12-01 18:14 ` [STABLE][PATCH 2/3] xserver-xorg-conf: added BUG support Marcin Juszkiewicz
2009-12-02 20:47   ` Denys Dmytriyenko [this message]
2009-12-01 18:14 ` [STABLE][PATCH 3/3] MAINTAINERS: added BUG to my devices Marcin Juszkiewicz
2009-12-02 20:48   ` Denys Dmytriyenko
2009-12-02 20:46 ` [STABLE][PATCH 1/3] bug: ship SDIO firmware for WiFi 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=20091202204751.GE21762@denix.org \
    --to=denis@denix.org \
    --cc=marcin@buglabs.net \
    --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