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