summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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());