summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/monitor.pm
Commit message (Collapse)AuthorAgeFilesLines
* help perl another way that perl_checker prefersPascal Rigaux2004-11-261-1/+1
|
* good_default_monitor() should work *nearly* everywhere, so use it for the ↵Pascal Rigaux2004-06-231-1/+5
| | | | | | | auto_install fallback (this is used by mandrakemove)
* fix typo causing "Out of memory"Pascal Rigaux2004-06-081-1/+1
|
* speed-up monitor choosing dialog when {VendorName} is undef (esp. when using ↵Pascal Rigaux2004-05-131-1/+1
| | | | "use diagnostics")
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-071-31/+37
|
* rename monitors() and $monitors to monitors_db() and $monitors_dbPascal Rigaux2004-05-071-11/+11
| | | | | (preparation for next commit which adds ability to configure each monitor)
* - ensure ModelName comes from the ddc probe when choosing "Plug'n Play"Pascal Rigaux2004-02-061-2/+2
| | | | | - only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when current monitor is not plug'n play
* fix destroying HorizSync & VertRefresh (especially when coming from ddcxinfosPascal Rigaux2003-11-251-2/+5
| | | | | with unknown EISA_ID)
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-3/+3
|
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
|
* warn when auto conf failPascal Rigaux2003-02-171-1/+4
|
* fix and some more HelpPascal Rigaux2003-02-131-1/+4
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* don't do anything when automatic configuration fails in $auto modePascal Rigaux2003-01-071-1/+2
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-2/+2
| | | | "every", "partition"
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-181-1/+1
|
* perl_checker fixThierry Vignaud2002-11-151-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* 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!
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
|
* choose a good_default_monitor based on laptop-or-not (thanks to cosmic flo)Pascal Rigaux2002-08-281-3/+6
|
* fix 2 occurences of use of $monitors as a hash (thanks to Nora Etukudo)Pascal Rigaux2002-08-261-3/+2
|
* (readMonitorsDB): now return a list instead of a hash to handle same name ↵Pascal Rigaux2002-08-191-19/+24
| | | | | | | | entries with different EISA_ID (configure_automatic): handle EISA_ID but no VertRefresh/HorizSync (happens for some hardware) (choose): handle user asking for "Plug'n Play" monitor and ddcxinfos failing
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-081-1/+1
|
* fix keeping the existing name when choosing monitorPascal Rigaux2002-07-311-0/+2
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+191