All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard
@ 2013-05-29 15:01 Paul Eggleton
  2013-05-29 15:05 ` Burton, Ross
  2013-05-29 15:56 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-05-29 15:01 UTC (permalink / raw)
  To: poky

This was added quite a long time ago because of poor interactions
between HAL and the X server when it came to enabling input devices.
HAL is long gone and I think it's safe to say we don't need to disable
this any longer, especially as it gets in the way of being able to plug
in the keyboard/mouse after boot.

(This has already effectively been removed for the other BSPs in
meta-yocto-bsp).

Fixes [YOCTO #1823].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf               | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
index 0335e6a..264f3c9 100644
--- a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
+++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
@@ -30,5 +30,4 @@ EndSection
 
 Section "ServerFlags"
 	Option		"DontZap"  "0"
-        Option		"AutoAddDevices" "False"
 EndSection
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard
  2013-05-29 15:01 [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard Paul Eggleton
@ 2013-05-29 15:05 ` Burton, Ross
  2013-05-29 15:56 ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-05-29 15:05 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On 29 May 2013 16:01, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
> This was added quite a long time ago because of poor interactions
> between HAL and the X server when it came to enabling input devices.
> HAL is long gone and I think it's safe to say we don't need to disable
> this any longer, especially as it gets in the way of being able to plug
> in the keyboard/mouse after boot.
>
> (This has already effectively been removed for the other BSPs in
> meta-yocto-bsp).
>
> Fixes [YOCTO #1823].
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  .../xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf               | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
> index 0335e6a..264f3c9 100644
> --- a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
> +++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
> @@ -30,5 +30,4 @@ EndSection
>
>  Section "ServerFlags"
>         Option          "DontZap"  "0"
> -        Option         "AutoAddDevices" "False"
>  EndSection

Signed-off-by: Ross Burton <ross.burton@intel.com>

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard
  2013-05-29 15:01 [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard Paul Eggleton
  2013-05-29 15:05 ` Burton, Ross
@ 2013-05-29 15:56 ` Martin Jansa
  2013-05-29 16:17   ` Paul Eggleton
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2013-05-29 15:56 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

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

On Wed, May 29, 2013 at 04:01:12PM +0100, Paul Eggleton wrote:
> This was added quite a long time ago because of poor interactions
> between HAL and the X server when it came to enabling input devices.
> HAL is long gone and I think it's safe to say we don't need to disable
> this any longer, especially as it gets in the way of being able to plug
> in the keyboard/mouse after boot.
> 
> (This has already effectively been removed for the other BSPs in
> meta-yocto-bsp).
> 
> Fixes [YOCTO #1823].

Doesn't this break touchscreen calibration? At least when I was adding
it to my BSP it was also solving issues with xinput-calibrator expecting
input devices with specified names (and autoadded were different)

> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  .../xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf               | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
> index 0335e6a..264f3c9 100644
> --- a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
> +++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beagleboard/xorg.conf
> @@ -30,5 +30,4 @@ EndSection
>  
>  Section "ServerFlags"
>  	Option		"DontZap"  "0"
> -        Option		"AutoAddDevices" "False"
>  EndSection
> -- 
> 1.8.1.2
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard
  2013-05-29 15:56 ` Martin Jansa
@ 2013-05-29 16:17   ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-05-29 16:17 UTC (permalink / raw)
  To: Martin Jansa; +Cc: poky

On Wednesday 29 May 2013 17:56:24 Martin Jansa wrote:
> On Wed, May 29, 2013 at 04:01:12PM +0100, Paul Eggleton wrote:
> > This was added quite a long time ago because of poor interactions
> > between HAL and the X server when it came to enabling input devices.
> > HAL is long gone and I think it's safe to say we don't need to disable
> > this any longer, especially as it gets in the way of being able to plug
> > in the keyboard/mouse after boot.
> > 
> > (This has already effectively been removed for the other BSPs in
> > meta-yocto-bsp).
> > 
> > Fixes [YOCTO #1823].
> 
> Doesn't this break touchscreen calibration? 

I'd hope not...

> At least when I was adding it to my BSP it was also solving issues with
> xinput-calibrator expecting input devices with specified names (and autoadded
> were different)

Surely that's a deficiency in xinput-calibrator that should be fixed there if it 
is still a problem?

I didn't mention it in the commit message, but FWIW I did look at the meta-ti 
xorg.conf files and they don't have this line.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-29 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 15:01 [PATCH] xserver-xf86-config: re-enable AutoAddDevices for beagleboard Paul Eggleton
2013-05-29 15:05 ` Burton, Ross
2013-05-29 15:56 ` Martin Jansa
2013-05-29 16:17   ` Paul Eggleton

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.