Re: [Intel-gfx] [PATCH] intel: Listen for hotplug uevents (V2)

2010-10-04 Thread Chris Wilson
On Sun, 3 Oct 2010 16:08:16 -0700, Keith Packard kei...@keithp.com wrote: From: Adam Jackson a...@redhat.com This connects the kernel uevent indicating monitor hotplugging to the RandR notification events so that X applications can be notified automatically when monitors are connected or

Re: [Intel-gfx] [PATCH] intel: Listen for hotplug uevents (V2)

2010-10-04 Thread Geir Ove Myhr
On Mon, Oct 4, 2010 at 1:08 AM, Keith Packard kei...@keithp.com wrote: From: Adam Jackson a...@redhat.com ... +++ b/src/intel_driver.c @@ -107,6 +107,7 @@ typedef enum {    OPTION_DEBUG_FLUSH_BATCHES,    OPTION_DEBUG_FLUSH_CACHES,    OPTION_DEBUG_WAIT, +   OPTION_HOTPLUG,  } I830Opts;  

[Intel-gfx] [PATCH] intel: Listen for hotplug uevents (V2)

2010-10-03 Thread Keith Packard
From: Adam Jackson a...@redhat.com This connects the kernel uevent indicating monitor hotplugging to the RandR notification events so that X applications can be notified automatically when monitors are connected or disconnected. This also adds a configuration option to disable hotplug events.