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