diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/Xconfig/test.pm | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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()); |