summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/main.pm
Commit message (Collapse)AuthorAgeFilesLines
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-9/+9
| | | | | | | | | | | | | | | | | | | 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!
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-061-2/+3
|
* add an option for prefering Xinerama in auto_installsPascal Rigaux2002-09-051-0/+1
|
* fix calling export_to_install_X in configure_everything_auto_installPascal Rigaux2002-08-281-14/+16
|
* - do not display "Test" button when bad card and during install (instead of ↵Pascal Rigaux2002-08-221-4/+6
| | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test
* replace "xxx => eval { }" with "xxx => scalar eval {}"Pascal Rigaux2002-08-191-2/+2
|
* ensure the chosen resolution is maintained unchanged when changing the graphicPascal Rigaux2002-08-171-4/+6
| | | | | card or monitor.
* (export_to_install_X): if monitor is p'n'p, don't save it for auto_installPascal Rigaux2002-08-131-1/+1
|
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-081-2/+4
|
* call the "Quit" button exit during install (as suggested by David Sansome)Pascal Rigaux2002-08-051-1/+1
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-22/+100
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* restore xdm choice previous behaviour (auto_install)Pascal Rigaux2002-07-291-1/+1
|
* fix displaying info about current configurationPascal Rigaux2002-07-281-1/+1
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+108