c22de5d369
- Update to current git master (1.9 snapshot 4). - New ABIS: videodrv 8, input 11, extension 4 - Drop upstreamed patches.
38 lines
1.8 KiB
Diff
38 lines
1.8 KiB
Diff
From d955517a5005e02b16fc6a5945d8d0de8937aa18 Mon Sep 17 00:00:00 2001
|
|
From: Fedora X Ninjas <x@fedoraproject.org>
|
|
Date: Wed, 17 Feb 2010 11:12:36 +1000
|
|
Subject: [PATCH 15/17] Stick giant warning into logfiles about udev configuration changes.
|
|
|
|
Signed-off-by: Fedora X Ninjas <x@fedoraproject.org>
|
|
---
|
|
hw/xfree86/common/xf86Config.c | 13 +++++++++++++
|
|
1 files changed, 13 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c
|
|
index 28786ba..26adf0b 100644
|
|
--- a/hw/xfree86/common/xf86Config.c
|
|
+++ b/hw/xfree86/common/xf86Config.c
|
|
@@ -1455,6 +1455,19 @@ checkCoreInputDevices(serverLayoutPtr servlayoutp, Bool implicitLayout)
|
|
"input devices.\n\tIf no devices become available, "
|
|
"reconfigure %s or disable AutoAddDevices.\n",
|
|
config_backend, config_backend);
|
|
+
|
|
+ xf86Msg(X_INFO, "\n"
|
|
+ "***************************************************************\n"
|
|
+ "***************************************************************\n"
|
|
+ "** Fedora switched to udev-based device detection with **\n"
|
|
+ "** xorg-x11-server-1.7.99.901-1. Custom HAL configuration **\n"
|
|
+ "** stored in /etc/hal/fdi/policy will not be seen by this **\n"
|
|
+ "** server version. If you have such configuration you will **\n"
|
|
+ "** need to update it to the new format. **\n"
|
|
+ "** For more information, see the Fedora wiki page **\n"
|
|
+ "** https://fedoraproject.org/wiki/Input_device_configuration **\n"
|
|
+ "***************************************************************\n"
|
|
+ "***************************************************************\n");
|
|
#else
|
|
xf86Msg(X_INFO, "Hotplugging is disabled and no input devices were configured.\n"
|
|
"\tTry disabling AllowEmptyInput.\n");
|
|
--
|
|
1.7.1
|
|
|