Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't propose XF3 when $force_xf4 | Pascal Rigaux | 2003-08-21 | 1 | -4/+6 |
| | |||||
* | fix typo ($::force_xf4 doesn't exist anymore) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - use $TMPDIR before using $HOME/tmp | Pascal Rigaux | 2003-08-21 | 1 | -2/+2 |
| | | | | | - if $HOME doesn't exist, it will use /tmp which is safe when using secured_file() | ||||
* | fix bug 3976. | Francois Pons | 2003-08-20 | 1 | -3/+3 |
| | |||||
* | Use xf4 on AMD64 too | Gwenolé Beauchesne | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 2 | -2/+2 |
| | |||||
* | => do as Chris Picton suggested | Pascal Rigaux | 2003-08-01 | 4 | -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 Rigaux | 2003-08-01 | 1 | -4/+0 |
| | |||||
* | - move from perl-GTK2 to perl-Gtk2 | Pascal Rigaux | 2003-07-30 | 1 | -2/+1 |
| | | | | | - fix an old weird typo | ||||
* | use stock icon in xfdrake too | Thierry Vignaud | 2003-07-15 | 1 | -1/+1 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 2 | -3/+2 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-05-20 | 1 | -2/+2 |
| | |||||
* | (configure_everything_or_configure_chooser) keyboard and mouse | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | | paremeters really are optional, Xconfig::default::configure() handle the fact they're undefined for us | ||||
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -3/+2 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 4 | -7/+9 |
| | |||||
* | perl_checker compliance for optional method arguments | Pascal Rigaux | 2003-04-22 | 3 | -19/+17 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 6 | -27/+27 |
| | |||||
* | fix typo, grr... | Pascal Rigaux | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | also have DontVTSwitch for i845 (and i85x) | Pascal Rigaux | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | use option DontVTSwitch for i865 | Pascal Rigaux | 2003-03-28 | 1 | -0/+4 |
| | |||||
* | remove XFdrake icons (per dadou's request) | Pascal Rigaux | 2003-03-11 | 1 | -5/+5 |
| | |||||
* | fix background of X test during install | Guillaume Cottenceau | 2003-03-09 | 1 | -1/+1 |
| | |||||
* | (choose_xdm): allow to switch back from level 5 to level 3 | Pascal Rigaux | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | (runlevel): fix typo | Pascal Rigaux | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | fix setting the image & colors in resolution chooser | Pascal Rigaux | 2003-02-21 | 1 | -6/+6 |
| | |||||
* | don't vivify @cards | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | log manually chosen graphic card | Pascal Rigaux | 2003-02-20 | 1 | -0/+2 |
| | |||||
* | log why auto X config failed (needVideoRam) | Pascal Rigaux | 2003-02-20 | 1 | -1/+4 |
| | |||||
* | bump version on fredl request | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | (is_fbdev): fix typo | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | (get_both): fix typo | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | (to_string): simpler way to handle the "default" resolution of frame-buffer | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | use fbdev when the graphic card is unknown | Pascal Rigaux | 2003-02-17 | 1 | -5/+9 |
| | |||||
* | warn when auto conf fail | Pascal Rigaux | 2003-02-17 | 1 | -1/+4 |
| | |||||
* | - factorize "Help"-button handling | Pascal Rigaux | 2003-02-16 | 1 | -5/+2 |
| | | | | | - fix interactive_help_get_id (happily, it was no pb :) | ||||
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 5 | -18/+33 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -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 Rigaux | 2003-02-11 | 1 | -3/+0 |
| | |||||
* | fix english typo (bug #1350) | Pascal Rigaux | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | ensure the X test strings are translated | Pascal Rigaux | 2003-02-03 | 1 | -6/+7 |
| | |||||
* | (merge_values): allow get_monitors to work when xfree3 is missing | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | (configure_chooser_raw): no special case for "Next" button | Pascal Rigaux | 2003-01-23 | 1 | -2/+1 |
| | |||||
* | (is_fbdev): created | Pascal Rigaux | 2003-01-23 | 1 | -5/+7 |
| | | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4 | ||||
* | (to_string): created, try to shortly describe current configuration | Pascal Rigaux | 2003-01-23 | 1 | -0/+7 |
| | | | | | (configure_FB_TVOUT): don't do anything when not using XF4 | ||||
* | introduce ->is_fbdev, and use it to simplify ->set_resolution | Pascal Rigaux | 2003-01-23 | 3 | -16/+18 |
| | |||||
* | replace some "Ok" with "Next ->" | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | have Xfree version at only one place | Pascal Rigaux | 2003-01-21 | 2 | -16/+17 |
| | | | | | (nb: it would be better to parse available package and get version from it.) | ||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | use gtk rather than qiv to display the background tile in X test | Guillaume Cottenceau | 2003-01-20 | 1 | -4/+11 |
| |