Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check the XF86Config and/or XF86Config-4 exist before modifying it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | | | | | (otherwise it creates an empty file) (bugzilla #10487) | ||||
* | do not offer to configure mouse if we've already automatically reconfigure it | Thierry Vignaud | 2004-07-30 | 1 | -0/+1 |
| | | | | | b/c of 2.4.x vs 2.6.x switch | ||||
* | use new set_removable_auto_configurator | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | use do_pkgs_standalone->new instead of class_discard | Pascal Rigaux | 2004-07-21 | 1 | -2/+2 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | high level explanation | Thierry Vignaud | 2004-07-06 | 1 | -0/+1 |
| | |||||
* | fix logs of newly added hardware | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 |
| | |||||
* | fix warnings | Thierry Vignaud | 2004-06-20 | 1 | -2/+2 |
| | |||||
* | only log about nv <-> nvidia swtich only if we do have to perform it | Thierry Vignaud | 2004-06-20 | 1 | -4/+10 |
| | |||||
* | fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.x | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 |
| | | | | | switches | ||||
* | simplify x11 autoconf | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 |
| | |||||
* | log error if a tool isn't executable | Thierry Vignaud | 2004-06-20 | 1 | -1/+5 |
| | |||||
* | simplify globetrotter case: skip non interactive stuff | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 |
| | |||||
* | do not uselessy fork shells | Thierry Vignaud | 2004-06-20 | 1 | -2/+2 |
| | |||||
* | log error when we cannot run the config tool | Thierry Vignaud | 2004-06-20 | 1 | -1/+7 |
| | |||||
* | faster auto mouse reconfiguration on major kernel switch | Thierry Vignaud | 2004-06-20 | 1 | -1/+5 |
| | |||||
* | harddrake wasn't aware of newly added wireless network card since early | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 |
| | | | | | 2004/02 | ||||
* | only stop boot progressbar if there a non automatic tool to run | Thierry Vignaud | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | merge globetrotter support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -1/+4 |
| | |||||
* | merge mouse autoreconfiguration when switching between 2.4.x and 2.6.x kernels | Thierry Vignaud | 2004-06-18 | 1 | -0/+8 |
| | | | | | from MDK-10-branch | ||||
* | merge x11 autoconf support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -0/+4 |
| | |||||
* | 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) |