summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-11-08 09:51:05 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-11-08 09:55:50 +0100
commit84021f342992ec5f0e4383c80da942f60a34dcb3 (patch)
tree3aa8b30905a1b729fabf4d31e3cfd3b6d4737259
parent4e73282f24a27d6a1d443c4ce0bae1adfc88d2a4 (diff)
downloaddrakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar
drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar.gz
drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar.bz2
drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.tar.xz
drakx-kbd-mouse-x11-84021f342992ec5f0e4383c80da942f60a34dcb3.zip
-noAutoAddDevices is no more supported by xserver
-rw-r--r--NEWS1
-rw-r--r--lib/Xconfig/test.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2dbd85..6eab840 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
o do not try uselessly to install x11-driver-video-modesetting
o when testing X:
* fix displaying test background (as well as running)
+ * -noAutoAddDevices option is no more supported by xserver
Version 1.16 - 19 September 2016
- added newer and modern resolutions to xfree.pm
diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm
index a09e48e..ad8fe02 100644
--- a/lib/Xconfig/test.pm
+++ b/lib/Xconfig/test.pm
@@ -53,7 +53,7 @@ sub test {
system("xauth add :9 . `mcookie`");
open STDERR, ">$f_err";
chroot $::prefix if $::prefix;
- exec 'Xorg', '-noAutoAddDevices', '-xf86config', $f, ":9" or c::_exit(0);
+ exec 'Xorg', '-xf86config', $f, ":9" or c::_exit(0);
}
do { sleep 1 } until xtest(":9") || waitpid($pid, c::WNOHANG());