diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-29 17:57:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-29 17:57:45 +0000 |
commit | 2b3177ca490a4353bbed0ca2d8e32079e92a646c (patch) | |
tree | 7e86730141b69ac1f24850ba36c9037dba3190eb /lib/Xconfig | |
parent | 611a0da3d2808bae932e72e74aa3c69bc6745d69 (diff) | |
download | drakx-kbd-mouse-x11-2b3177ca490a4353bbed0ca2d8e32079e92a646c.tar drakx-kbd-mouse-x11-2b3177ca490a4353bbed0ca2d8e32079e92a646c.tar.gz drakx-kbd-mouse-x11-2b3177ca490a4353bbed0ca2d8e32079e92a646c.tar.bz2 drakx-kbd-mouse-x11-2b3177ca490a4353bbed0ca2d8e32079e92a646c.tar.xz drakx-kbd-mouse-x11-2b3177ca490a4353bbed0ca2d8e32079e92a646c.zip |
- XFdrake:
o use option -noAutoAddDevices when testing X
(useful during installation, #47237)
nb: this works if x11-server has patch Add-noAutoAddDevices-command-line-option.patch
Diffstat (limited to 'lib/Xconfig')
-rw-r--r-- | lib/Xconfig/test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm index a8ce68a..1fd15fb 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', '-xf86config', $f, ":9" or c::_exit(0); + exec 'Xorg', '-noAutoAddDevices', '-xf86config', $f, ":9" or c::_exit(0); } do { sleep 1 } until xtest(":9") || waitpid($pid, c::WNOHANG()); |