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

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble 

These BSPs use older version of X and need these config options
in xorg.conf for keyboard & mouse to work.

Fixes bug:
[YOCTO #5279]

Signed-off-by: Nitin A Kamble 
---
 .../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 000..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
-- 
1.8.1.4

___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2013-10-01 Thread Darren Hart
Nitpic since we're looking at respinning for EMGD only changes.

On Tue, 2013-10-01 at 11:35 -0700, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble 
> 
> 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 
> ---
>  .../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 000..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


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2013-10-01 Thread Burton, Ross
On 1 October 2013 19:35,   wrote:
> +Option"DontZap"  "0"

This is the default, so you won't need this.  I'd also love to see
some xorg logs to understand why turning off hotplug makes input work
- maybe the udev environment is broken.

Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2013-10-01 Thread Kamble, Nitin A


> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: Tuesday, October 01, 2013 11:51 AM
> To: Kamble, Nitin A
> Cc: Zanussi, Tom; Hart, Darren; meta-intel@yoctoproject.org
> Subject: Re: [meta-intel] [PATCH 1/4] crownbay, crownbay-noemgd: fix
> xorg.conf
> 
> On 1 October 2013 19:35,   wrote:
> > +Option"DontZap"  "0"
> 
> This is the default, so you won't need this. 
That seems correct. I was wondering there must be some reason to add this 
option. Whoever
added it for the 1st time, must have some thinking to add it.

>  I'd also love to see some xorg logs
> to understand why turning off hotplug makes input work
> - maybe the udev environment is broken.

I have posted the logs on the bug now. I think I have posted the log earlier, 
somehow my update on the bug did not reach to bz earlier.

It looks like udev env is broken, and should be checked. But then why is it 
working with newer Xserver.

Nitin


> 
> Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel