summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
...
* added nplanel patch for ATI proprietary drivers.Francois Pons2003-09-101-1/+78
|
* - use OptionMenu's instead of Combo's (better looking and mcc doesn't like ↵Pascal Rigaux2003-09-081-12/+5
| | | | | | | embedding combos) - cleanup
* XF 3.3 should use depth 16 if use_UTAH_GLX, this has been glitched in XF4 modeFrancois Pons2003-09-041-1/+4
| | | | | (so never available).
* don't propose XF3 when $force_xf4Pascal Rigaux2003-08-211-4/+6
|
* fix typo ($::force_xf4 doesn't exist anymore)Pascal Rigaux2003-08-211-1/+1
|
* fix typoPascal Rigaux2003-08-211-1/+1
|
* - use $TMPDIR before using $HOME/tmpPascal Rigaux2003-08-211-2/+2
| | | | | - if $HOME doesn't exist, it will use /tmp which is safe when using secured_file()
* fix bug 3976.Francois Pons2003-08-201-3/+3
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-191-1/+1
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-052-2/+2
|
* => do as Chris Picton suggestedPascal Rigaux2003-08-014-33/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chris Picton said (nearly one year ago :-/) : I have found the need for many low res screen resolutions for such thingas as movie playing, xmame, etc. The method XFdrake uses to enable modes is to enumerate each mode in the XF86Config file. For example (a newly created file): Subsection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection It would be better (at least under XFree 4, which automatically provides resoltions from the monitor, if it is capable), to not limit the modes provided to the user If I use instead, the following: Subsection "Display" Depth 24 Virtual 1280 960 EndSubsection My maximum mode is exactly the same as before, but I have many more low resolution modes.
* Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau)Pascal Rigaux2003-08-011-4/+0
|
* - move from perl-GTK2 to perl-Gtk2Pascal Rigaux2003-07-301-2/+1
| | | | | - fix an old weird typo
* use stock icon in xfdrake tooThierry Vignaud2003-07-151-1/+1
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-092-3/+2
|
* 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
|