diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-10-11 13:58:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-10-11 13:58:59 +0000 |
commit | c8101a6f6a19d7697170dd1eb4464b7320f03d50 (patch) | |
tree | a32a10c040a4d35b4bf58bc3e5d8d5811975da9f /perl-install/install/NEWS | |
parent | 06433fb51afcc28dfc85b61e817b35bed59dc55d (diff) | |
download | drakx-c8101a6f6a19d7697170dd1eb4464b7320f03d50.tar drakx-c8101a6f6a19d7697170dd1eb4464b7320f03d50.tar.gz drakx-c8101a6f6a19d7697170dd1eb4464b7320f03d50.tar.bz2 drakx-c8101a6f6a19d7697170dd1eb4464b7320f03d50.tar.xz drakx-c8101a6f6a19d7697170dd1eb4464b7320f03d50.zip |
- use time() to know when to timeout (when launching installer X server)
since the loop may be slower than 1 second (xf86misc::main::Xtest takes time
on a failing X server on i810). Also print a message telling user to wait
after 8 seconds.
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 20163ba6b..8d560911a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,8 @@ +- use time() to know when to timeout (when launching installer X server) + since the loop may be slower than 1 second (xf86misc::main::Xtest takes time + on a failing X server on i810). Also print a message telling user to wait + after 8 seconds. + Version 10.4.238 - 5 October 2007, by Pascal "Pixel" Rigaux - do not use pseudo Protocol "vboxmouse" during install, use "IMPS/2" instead |