summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixThierry Vignaud2003-05-201-2/+2
|
* (configure_everything_or_configure_chooser) keyboard and mouseThierry Vignaud2003-05-131-2/+2
| | | | | | paremeters really are optional, Xconfig::default::configure() handle the fact they're undefined for us
* perl_checker compliancePascal Rigaux2003-04-301-3/+2
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-244-7/+9
|
* perl_checker compliance for optional method argumentsPascal Rigaux2003-04-223-19/+17
|
* new perl_checker compliancePascal Rigaux2003-04-176-27/+27
|
* fix typo, grr...Pascal Rigaux2003-03-281-1/+1
|
* also have DontVTSwitch for i845 (and i85x)Pascal Rigaux2003-03-281-1/+1
|
* use option DontVTSwitch for i865Pascal Rigaux2003-03-281-0/+4
|
* remove XFdrake icons (per dadou's request)Pascal Rigaux2003-03-111-5/+5
|
* fix background of X test during installGuillaume Cottenceau2003-03-091-1/+1
|
* (choose_xdm): allow to switch back from level 5 to level 3Pascal Rigaux2003-03-051-1/+1
|
* (runlevel): fix typoPascal Rigaux2003-03-031-1/+1
|
* fix setting the image & colors in resolution chooserPascal Rigaux2003-02-211-6/+6
|
* don't vivify @cardsPascal Rigaux2003-02-201-1/+1
|
* log manually chosen graphic cardPascal Rigaux2003-02-201-0/+2
|
* log why auto X config failed (needVideoRam)Pascal Rigaux2003-02-201-1/+4
|
* bump version on fredl requestThierry Vignaud2003-02-181-1/+1
|
* (is_fbdev): fix typoPascal Rigaux2003-02-171-1/+1
|
* (get_both): fix typoPascal Rigaux2003-02-171-1/+1
|
* (to_string): simpler way to handle the "default" resolution of frame-bufferPascal Rigaux2003-02-171-1/+1
|
* use fbdev when the graphic card is unknownPascal Rigaux2003-02-171-5/+9
|
* warn when auto conf failPascal Rigaux2003-02-171-1/+4
|
* - factorize "Help"-button handlingPascal Rigaux2003-02-161-5/+2
| | | | | - fix interactive_help_get_id (happily, it was no pb :)
* fix and some more HelpPascal Rigaux2003-02-135-18/+33
|
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+2
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* don't set AGPMode (see bug #707)Pascal Rigaux2003-02-111-3/+0
|
* fix english typo (bug #1350)Pascal Rigaux2003-02-071-1/+1
|
* ensure the X test strings are translatedPascal Rigaux2003-02-031-6/+7
|
* (merge_values): allow get_monitors to work when xfree3 is missingPascal Rigaux2003-01-301-1/+1
|
* (configure_chooser_raw): no special case for "Next" buttonPascal Rigaux2003-01-231-2/+1
|
* (is_fbdev): createdPascal Rigaux2003-01-231-5/+7
| | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4
* (to_string): created, try to shortly describe current configurationPascal Rigaux2003-01-231-0/+7
| | | | | (configure_FB_TVOUT): don't do anything when not using XF4
* introduce ->is_fbdev, and use it to simplify ->set_resolutionPascal Rigaux2003-01-233-16/+18
|
* replace some "Ok" with "Next ->"Pascal Rigaux2003-01-211-1/+1
|
* have Xfree version at only one placePascal Rigaux2003-01-212-16/+17
| | | | | (nb: it would be better to parse available package and get version from it.)
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* use gtk rather than qiv to display the background tile in X testGuillaume Cottenceau2003-01-201-4/+11
|
* fix Gtk2 portGuillaume Cottenceau2003-01-201-1/+1
|
* simplify and factorizePascal Rigaux2003-01-101-0/+19
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* fix priorityPascal Rigaux2003-01-101-2/+2
|
* (configure): do not do card_config__not_listed in $auto modePascal Rigaux2003-01-071-2/+4
|
* (configure_everything): in $auto mode, don't test nor ask when the config failedPascal Rigaux2003-01-071-2/+3
|
* (various): in $auto mode, don't ask about tvoutPascal Rigaux2003-01-071-1/+1
|
* (configure): in $auto mode, use $default_resolution without askingPascal Rigaux2003-01-071-2/+4
|
* (configure): return without doing anything when probe fails or needVideoRam ↵Pascal Rigaux2003-01-071-6/+10
| | | | | | | in $auto mode (multi_head_choose): be completly automatic in $auto mode
* don't do anything when automatic configuration fails in $auto modePascal Rigaux2003-01-071-1/+2
|
* fix pixel sucks(bis)Thierry Vignaud2003-01-071-1/+1
|
* fix pixel sucksThierry Vignaud2003-01-071-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-074-15/+14
| | | | "every", "partition"