Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - nvidia.clp support | Pascal Rigaux | 2003-11-25 | 1 | -3/+5 |
| | | | | | | - handle umounting failure by remounting what can be and calling mdk_totem again (which will hopefully tell what program did make umounting fail) | ||||
* | reintroduce detect_timezone (indeed that one was needed :-() | Thierry Vignaud | 2003-11-24 | 1 | -0/+19 |
| | |||||
* | (configure) fix adsl connection class due to type being now translated | Thierry Vignaud | 2003-11-24 | 1 | -1/+1 |
| | |||||
* | allow sleep(1) to run correctly in mdk_behind_totem when everything is unmounted | Pascal Rigaux | 2003-11-24 | 1 | -0/+3 |
| | |||||
* | - fix regexps according to {cmdline} format change | Pascal Rigaux | 2003-11-24 | 1 | -5/+5 |
| | | | | | - add nvidia clp handling | ||||
* | - install NVIDIA_nforce-xxx | Pascal Rigaux | 2003-11-24 | 1 | -4/+17 |
| | | | | | | | - /usr/lib/libGL.so.1 links to /etc/X11/libGL.so.1 - create /usr/lib/libGL.so.1.fglrx and /usr/lib/libGL.so.1.nvidia => at runtime we create /etc/X11/libGL.so.1 linked to one of them | ||||
* | /opt is needed by fucking acroread | Pascal Rigaux | 2003-11-24 | 1 | -0/+1 |
| | |||||
* | fix isdn detection: detect all isdn cards, not only the first one | Thierry Vignaud | 2003-11-24 | 2 | -11/+19 |
| | |||||
* | add some comment | Pascal Rigaux | 2003-11-24 | 1 | -1/+3 |
| | |||||
* | bump buildrequire for ldetect because of new API | Thierry Vignaud | 2003-11-24 | 1 | -1/+1 |
| | |||||
* | thx perl_checko | Thierry Vignaud | 2003-11-24 | 1 | -1/+1 |
| | |||||
* | (getNet) handle zaurus connected through USB cables resulting in | Thierry Vignaud | 2003-11-23 | 1 | -1/+1 |
| | | | | | usbnet driver creating usbX interfaces | ||||
* | (connected2) rename it as check_link_beat() to better reflect what he does | Thierry Vignaud | 2003-11-23 | 1 | -3/+3 |
| | |||||
* | (detect_timezone, disconnected, type2interface) kill dead code | Thierry Vignaud | 2003-11-23 | 1 | -33/+1 |
| | |||||
* | reuse bg_command: | Thierry Vignaud | 2003-11-23 | 2 | -50/+29 |
| | | | | | | | - major cleanups - get rid of "kid exited -1 at /usr/lib/libDrakX/network/tools.pm line 182." warnings | ||||
* | introduce bg_command object that enable to fork a sub that give back data | Thierry Vignaud | 2003-11-23 | 1 | -0/+23 |
| | | | | | | through STDOUT a la run_program::get_stdout but w/ arbitrary perl code instead of external program and in background | ||||
* | persistent services | Guillaume Cottenceau | 2003-11-21 | 2 | -12/+19 |
| | |||||
* | handle relative symlinks too | Guillaume Cottenceau | 2003-11-21 | 1 | -6/+12 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-11-21 | 2 | -0/+22 |
| | |||||
* | allow formatting the virtual key with a commandline param, for easy mode-2 ↵ | Guillaume Cottenceau | 2003-11-21 | 1 | -2/+3 |
| | | | | testing | ||||
* | - don't unconditionally assign lang::read to {locale} because we default to ↵ | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+3 |
| | | | | | | | US as a country, and install_steps::selectLanguage relies on a void country to assign default country for a lang (e.g. FR for fr) - use lang::set so that in mode 3 KDE can start in the right language | ||||
* | fix old-style call of lang::set, don't call it in move | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | read locale config early enough to be able to mount correct i18n clp in mode 3 | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | (getUPS) detect serial MGE too | Thierry Vignaud | 2003-11-21 | 1 | -2/+3 |
| | |||||
* | in case we didn't mount any clp (nfs case), we insmod gzloop.o here for ↵ | Guillaume Cottenceau | 2003-11-21 | 1 | -0/+3 |
| | | | | later always_i18n case, because gzloop.o is not available later in /lib/modules | ||||
* | alter detection sequence to better follow the standard, thus enabling | Thierry Vignaud | 2003-11-21 | 1 | -4/+7 |
| | | | | | to detection MGE UPS connected through serial ports | ||||
* | remove special mouse handling (not needed anymore) | Thierry Vignaud | 2003-11-21 | 1 | -22/+0 |
| | |||||
* | adatp to latest kudzu api regarding serial detection (number suite => logical | Thierry Vignaud | 2003-11-21 | 1 | -1/+23 |
| | | | | | bits) | ||||
* | - sync with rh | Thierry Vignaud | 2003-11-21 | 2 | -10/+29 |
| | | | | | - keep CLASS_UNSPEC handling | ||||
* | eject cdrom when unmounted | Pascal Rigaux | 2003-11-21 | 1 | -0/+1 |
| | |||||
* | add eject for mdk_behind_totem | Pascal Rigaux | 2003-11-21 | 1 | -0/+1 |
| | |||||
* | on some video boards there is not even a configuration for xfree3, we can't ↵ | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | | | | rely on it | ||||
* | cleanup | Pascal Rigaux | 2003-11-21 | 1 | -2/+0 |
| | |||||
* | show "frozen-bubble" instead of "perl" | Pascal Rigaux | 2003-11-21 | 1 | -2/+3 |
| | |||||
* | load kernel module "nvidia" when using nvidia in XFree | Pascal Rigaux | 2003-11-21 | 1 | -8/+15 |
| | |||||
* | - install proprietary drivers | Pascal Rigaux | 2003-11-21 | 1 | -0/+4 |
| | | | | | - remove "nvidia" from /etc/modules | ||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-11-21 | 1 | -4/+0 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-11-21 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | have a fake helpwindow so that wizardwindow shrinks a bit and we don't ↵ | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | | | | totally hide "MandrakeMove" logo at bottom | ||||
* | /etc/inittab copied so that we don't see a bad message on console just ↵ | Guillaume Cottenceau | 2003-11-21 | 1 | -0/+1 |
| | | | | before X starts | ||||
* | - don't remove /dev in live_tree | Pascal Rigaux | 2003-11-21 | 1 | -3/+4 |
| | | | | | | - have a correct /etc/rpm/macros in live_tree - fix menu i18n | ||||
* | keeping $rootwindow didn't work | Guillaume Cottenceau | 2003-11-21 | 1 | -3/+2 |
| | |||||
* | should be enough | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | put backgrounds directly in /usr/share/wallpapers | Guillaume Cottenceau | 2003-11-21 | 1 | -1/+2 |
| | |||||
* | display background image as soon as possible | Guillaume Cottenceau | 2003-11-21 | 1 | -10/+16 |
| | | | | | keep a gdkwindow with the background image so that it stays when wizardwindow is destroyed | ||||
* | don't ask mouse when unsafe is not set (and it is currently very seldom set) | Pascal Rigaux | 2003-11-21 | 1 | -1/+1 |
| | | | | | pixel really did miserably commit this in 03/2003, though it was a change used for debugging :-( | ||||
* | kill duplicated code once again | Guillaume Cottenceau | 2003-11-20 | 1 | -2/+3 |
| | |||||
* | kill duplicated code | Guillaume Cottenceau | 2003-11-20 | 1 | -5/+1 |
| | |||||
* | pixel likes it when we no one is able to cross frontiers (is he ↵ | Guillaume Cottenceau | 2003-11-20 | 1 | -1/+1 |
| | | | | protectionist/nationalist or something?) |