Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not automatically switch from nv to nvidia (in order to handle | Thierry Vignaud | 2004-06-14 | 1 | -2/+2 |
| | | | | | cases where nvidia module crashes the system) | ||||
* | log removed/added hw | Thierry Vignaud | 2004-04-28 | 1 | -0/+3 |
| | |||||
* | do automatic sound configuration (one can still switch between OSS and | Thierry Vignaud | 2004-04-23 | 1 | -0/+1 |
| | | | | | ALSA through mcc) | ||||
* | handle again timeouts | Thierry Vignaud | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | do X11 configuration automagically | Thierry Vignaud | 2004-04-23 | 1 | -1/+2 |
| | |||||
* | - when automatic flag is set for one hardware class, do not ask for | Thierry Vignaud | 2004-04-23 | 1 | -14/+20 |
| | | | | | | | confirmation and just do what is needed - only show "probing in progress" message if we did run an interactive tool | ||||
* | switch to new harddrake data structure | Thierry Vignaud | 2004-04-22 | 1 | -2/+3 |
| | |||||
* | log nv<=>nvidia switches | Thierry Vignaud | 2004-04-05 | 1 | -0/+2 |
| | |||||
* | let execl() handle the arg array (this is safer) | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | pass timeout parameter too | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | enable to translate a few more messages | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | translate "XYZ was added/removed" messages | Thierry Vignaud | 2004-04-01 | 1 | -2/+2 |
| | |||||
* | space "fix" | Thierry Vignaud | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | only alter xfree config if we found an nvidia card | Thierry Vignaud | 2004-03-29 | 1 | -6/+7 |
| | |||||
* | try several locations | Thierry Vignaud | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | check for compressed nvidia modules too | Thierry Vignaud | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | switch between nv and nvidia driver if commercial driver isn't installed | Thierry Vignaud | 2004-03-24 | 1 | -0/+8 |
| | |||||
* | remove /etc/asound.state *before* restarting sound service | Thierry Vignaud | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | add agpgart modules to modprobe.preload if needed | Thierry Vignaud | 2004-03-17 | 1 | -0/+3 |
| | |||||
* | do not crash when detector failled (eg: when mouse detection failled because | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | | | | | | of unhandled exception on module exception b/c of unresolved symbolds b/c of gcc-3.4) | ||||
* | when sound card is added/removed, delete current sound levels so that sound | Thierry Vignaud | 2004-02-25 | 1 | -0/+1 |
| | | | | | service reset it to sg sane | ||||
* | for removable devices, we've to remove/add them one by one, so when | Thierry Vignaud | 2003-12-29 | 1 | -16/+16 |
| | | | | | | | | several devices of the same class are removed/added, we ask if we should handle them several time. let ask confirmation once per class instead (olivier blin, #6649) | ||||
* | do no ask several times the kernel to switch into verbose mode | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 |
| | | | | | (olivier blin) | ||||
* | really display which devices were removed | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | remove net aliases if needed | Thierry Vignaud | 2003-11-14 | 1 | -0/+6 |
| | |||||
* | workaround anthill bug #18 (do not overwrite sound aliases when no hardware ↵ | Thierry Vignaud | 2003-10-17 | 1 | -2/+5 |
| | | | | change) | ||||
* | stop bootsplash silent mode if something is detected | Florent Villard | 2003-09-14 | 1 | -1/+2 |
| | |||||
* | while bootstrapping, only write /etc/modules.conf only if we really altered it | Thierry Vignaud | 2003-08-26 | 1 | -1/+0 |
| | | | | | (thus preventing depmod to be runned everytime) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | increase timeout from 5 to 25 seconds | Thierry Vignaud | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | let it look better | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | shut up perl_checker | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | handle multiple removable devices: their managment is different from other hw | Thierry Vignaud | 2003-03-12 | 1 | -19/+31 |
| | | | | | classes since we need to run a config tool per device and not one per hw class | ||||
* | s/perl -w/use diagnostics/ so stat it get removed from package at | Thierry Vignaud | 2003-03-06 | 1 | -1/+2 |
| | | | | | build time | ||||
* | add ieee1394-controller alias and load ohci1394 when a firewire controller ↵ | Thierry Vignaud | 2003-02-27 | 1 | -0/+1 |
| | | | | appeared | ||||
* | handle configurators with options (eg: "diskdrake --removable=scd0") | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | handle floppes, zip drives, dvd-rom, cdrom and burners at startup time | Thierry Vignaud | 2003-02-25 | 1 | -12/+13 |
| | |||||
* | don't black out the screen if not needed | Thierry Vignaud | 2003-02-25 | 1 | -2/+3 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | reconfigure sound slots at boot time (we should enhance slot filling | Thierry Vignaud | 2003-01-23 | 1 | -0/+8 |
| | | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one) | ||||
* | make perl_checker happy | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-16 | 1 | -7/+7 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -1/+1 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | don't detect same removed/added when upgrading from previous releases | Thierry Vignaud | 2002-09-09 | 1 | -0/+1 |
| | |||||
* | - harddrake: | Thierry Vignaud | 2002-09-09 | 1 | -24/+28 |
| | | | | | | | | o don't pollute sbin namespace with one shot scripts o add run wrapper script for harddrake service o disable ?dm part o timeout configurator offer to 5 seconds |