diff options
author | Adam Jackson <ajax@redhat.com> | 2010-10-03 14:42:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-10-22 08:35:29 -0700 |
commit | b066ddda31e40afa652ae51ffc35025ac3ef6f2a (patch) | |
tree | 3470aa78e8b7f1643e3a1d37f91db699eeadf8d3 /man | |
parent | a1c54f69643671ce296c57d132852e9846cc41d3 (diff) |
intel: Listen for hotplug uevents (V3)
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.
V2: missed a #ifdef HAVE_UDEV around some udev-specific declarations
V3: document Hotplug option in man page
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index 31860f2c..db4c1451 100644 --- a/man/intel.man +++ b/man/intel.man @@ -192,6 +192,12 @@ Enable XvMC driver. Current support MPEG2 MC on 915/945 and G33 series. User should provide absolute path to libIntelXvMC.so in XvMCConfig file. .IP Default: Disabled. +.TP +.BI "Option \*qHotPlug\*q \*q" boolean \*q +This option controls whether the driver automatically notifies +applications when monitors are connected or disconnected. +.IP +Default: enabled. .SH OUTPUT CONFIGURATION On 830M and better chipsets, the driver supports runtime configuration of |