[meta-intel] [PATCH 1/4] crownbay, crownbay-noemgd: fix xorg.conf

Darren Hart darren.hart at intel.com
Tue Oct 1 11:48:35 PDT 2013


Nitpic since we're looking at respinning for EMGD only changes.

On Tue, 2013-10-01 at 11:35 -0700, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> 
> These BSPs use older version of X and need these config options
             an ^

> in xorg.conf for keyboard & mouse to work.

                        and ^

Thanks,

Darren

> 
> Fixes bug:
> [YOCTO #5279]
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  .../xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf       | 4 ++++
>  .../xorg-xserver/xserver-xf86-config/crownbay/xorg.conf              | 5 +++++
>  2 files changed, 9 insertions(+)
>  create mode 100644 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
> 
> diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
> new file mode 100644
> index 0000000..2b8ca52
> --- /dev/null
> +++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
> @@ -0,0 +1,4 @@
> +Section "ServerFlags"
> +    Option        "DontZap"  "0"
> +    Option        "AutoAddDevices"  "False"
> +EndSection
> diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
> index 5217963..662f60f 100644
> --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
> +++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
> @@ -41,3 +41,8 @@ Section "ServerLayout"
>     # InputDevice    "Keyboard0" "CoreKeyboard"
>     # InputDevice    "DevInputMice" "SendCoreEvents"
>  EndSection
> +
> +Section "ServerFlags"
> +    Option        "DontZap"  "0"
> +    Option        "AutoAddDevices"  "False"
> +EndSection

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel





More information about the meta-intel mailing list