f2a30fd
From 57a188877b0472edb12bdf707b1550abbeb85af8 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
f2a30fd
Subject: [PATCH] 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
f2a30fd
index 132e8bc..b1722cd 100644
f2a30fd
--- a/hw/xfree86/common/xf86Config.c
f2a30fd
+++ b/hw/xfree86/common/xf86Config.c
f2a30fd
@@ -1472,6 +1472,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
-- 
f2a30fd
1.6.6.1
f2a30fd