summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/resolution_and_depth.pm
Commit message (Collapse)AuthorAgeFilesLines
* (choose_gtk) fix crashThierry Vignaud2004-08-301-1/+1
|
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-5/+5
|
* rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both)Pascal Rigaux2004-07-061-5/+5
|
* (choose_gtk): ensure default height is the chosen onePascal Rigaux2004-07-061-1/+1
|
* perl_checker compliancePascal Rigaux2004-06-221-1/+1
|
* - export @bios_vga_modes (needed for bootloader vga=)Pascal Rigaux2004-06-221-1/+3
| | | | | - to_string should return '' instead of ()
* remove duplicate (use existing function to_string())Pascal Rigaux2004-06-221-1/+1
|
* sync with detect-resolutionPascal Rigaux2004-06-221-0/+3
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-1/+1
|
* simplify Xconfig::resolution_and_depth::allowed(): adapt it to the way it's ↵Pascal Rigaux2004-05-131-13/+14
| | | | really used
* $prefered_depth defaults to the greatest depths, no need to set it to 24Pascal Rigaux2004-05-131-1/+0
|
* vmware doesn't like 24bpp (bugzilla #9755)Pascal Rigaux2004-05-131-0/+2
|
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-071-7/+7
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-19/+6
|
* prefer BoardName to card_namePascal Rigaux2004-02-101-1/+1
|
* RIVA128 fails miserably when using 16bppGuillaume Cottenceau2004-02-091-0/+1
|
* allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128Pascal Rigaux2004-02-051-2/+1
| | | | | radeon, and i810 also works (tested on a i865))
* perl_checker compliancePascal Rigaux2004-01-081-2/+2
|
* pass --splash <resolution> to mkinitrdPascal Rigaux2004-01-071-0/+5
| | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
* avoid using other depth than 24 for fglrx in automatic mode.Francois Pons2003-09-151-0/+5
|
* fixed depth to 24 when using driver fglrx (it won't work unless 24 bits)Francois Pons2003-09-111-0/+3
|
* - 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).
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-1/+1
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-1/+1
|
* perl_checker compliancePascal Rigaux2003-04-301-3/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
|
* fix setting the image & colors in resolution chooserPascal Rigaux2003-02-211-6/+6
|
* (to_string): simpler way to handle the "default" resolution of frame-bufferPascal Rigaux2003-02-171-1/+1
|
* - 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-131-3/+7
|
* (configure): in $auto mode, use $default_resolution without askingPascal Rigaux2003-01-071-2/+4
|
* fix pixel sucksThierry Vignaud2003-01-071-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-5/+5
| | | | "every", "partition"
* fix setting size of depth comboPascal Rigaux2002-12-231-1/+1
|
* workaround gtk bug in gtk_entry_set_textGuillaume Cottenceau2002-12-231-0/+2
|
* fix titi porting gtk2 without testing enough..Guillaume Cottenceau2002-12-231-1/+1
|
* XFdrake gtk+-2Thierry Vignaud2002-12-181-14/+14
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
|
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-11/+11
| | | | | | | | | | | | | | | | | | | 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!
* fix pixel codeThierry Vignaud2002-10-231-0/+1
|
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
|
* fix typo (choosing the Flat Panel resolution by default)Pascal Rigaux2002-08-301-1/+1
|
* on a "Flat Panel" use the flat planel resolution (as suggested by Alastair ↵Pascal Rigaux2002-08-281-1/+1
| | | | Scott)
* add 1152x768 picturePascal Rigaux2002-08-221-1/+1
|
* add monitor imagesPascal Rigaux2002-08-221-1/+1
|
* sort resolutions to default to 1280x1024 instead of 1280x960Pascal Rigaux2002-08-171-1/+1
|
* if the monitor size is not given, default to 14'Pascal Rigaux2002-08-171-1/+1
|
* handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵Pascal Rigaux2002-08-081-9/+19
| | | | 1280x960)