]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xorg-x11-server/patches/xserver-1.8-udev-warning.patch
Move all packages to root.
[people/amarx/ipfire-3.x.git] / xorg-x11-server / patches / xserver-1.8-udev-warning.patch
1 From 57a188877b0472edb12bdf707b1550abbeb85af8 Mon Sep 17 00:00:00 2001
2 From: Fedora X Ninjas <x@fedoraproject.org>
3 Date: Wed, 17 Feb 2010 11:12:36 +1000
4 Subject: [PATCH] Stick giant warning into logfiles about udev configuration changes.
5
6 Signed-off-by: Fedora X Ninjas <x@fedoraproject.org>
7 ---
8 hw/xfree86/common/xf86Config.c | 13 +++++++++++++
9 1 files changed, 13 insertions(+), 0 deletions(-)
10
11 diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c
12 index 132e8bc..b1722cd 100644
13 --- a/hw/xfree86/common/xf86Config.c
14 +++ b/hw/xfree86/common/xf86Config.c
15 @@ -1472,6 +1472,19 @@ checkCoreInputDevices(serverLayoutPtr servlayoutp, Bool implicitLayout)
16 "input devices.\n\tIf no devices become available, "
17 "reconfigure %s or disable AutoAddDevices.\n",
18 config_backend, config_backend);
19 +
20 + xf86Msg(X_INFO, "\n"
21 + "***************************************************************\n"
22 + "***************************************************************\n"
23 + "** Fedora switched to udev-based device detection with **\n"
24 + "** xorg-x11-server-1.7.99.901-1. Custom HAL configuration **\n"
25 + "** stored in /etc/hal/fdi/policy will not be seen by this **\n"
26 + "** server version. If you have such configuration you will **\n"
27 + "** need to update it to the new format. **\n"
28 + "** For more information, see the Fedora wiki page **\n"
29 + "** https://fedoraproject.org/wiki/Input_device_configuration **\n"
30 + "***************************************************************\n"
31 + "***************************************************************\n");
32 #else
33 xf86Msg(X_INFO, "Hotplugging is disabled and no input devices were configured.\n"
34 "\tTry disabling AllowEmptyInput.\n");
35 --
36 1.6.6.1
37