summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/monitor.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-275/+0
|
* 1024x768@70Hz monitor is too high (cf #20304)Pascal Rigaux2006-01-131-1/+1
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-1/+1
|
* quotes in monitor names causes havoc, replace them (bugzilla #16406)Pascal Rigaux2005-06-141-0/+1
|
* create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵Pascal Rigaux2005-06-021-5/+2
| | | | and use them
* (probe_using_X): add missing chomp_Pascal Rigaux2005-05-101-1/+1
|
* probe_using_X on neomagic can return rubbish, so prefer probe_DMI() (even if ↵Pascal Rigaux2005-03-231-1/+1
| | | | dmi probe is quite fuzzy...)
* use monitor-probe-using-XPascal Rigaux2005-03-171-12/+29
|
* - new function Xconfig::monitor::is_valid()Pascal Rigaux2005-03-151-16/+47
| | | | | - new function Xconfig::monitor::probe() which probes DDC, then fallbacks on DMI
* don't pass $monitors_db around, use memoized monitors_db()Pascal Rigaux2005-03-151-12/+11
|
* cleanupPascal Rigaux2005-03-101-1/+1
|
* (getinfoFromDDC) fix crash (eg when called from hwdb-clients)Thierry Vignaud2005-03-101-0/+1
|
* simplifyPascal Rigaux2005-03-101-1/+0
|
* we don't want the 4/3 detailed_timings otherwise they conflict with the Xorg ↵Pascal Rigaux2005-03-101-2/+9
| | | | builtin vesamodes
* fix typoPascal Rigaux2005-03-011-1/+1
|
* create {preferred_resolution} out of the edid detailed_timings and use itPascal Rigaux2005-03-011-2/+7
|
* skip detailed_timings flagged bad_ratioPascal Rigaux2005-03-011-0/+1
|
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-19/+15
| | | | | | | | | | | | - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid
* XBox support - XFdrakeStew Benedict2005-02-231-0/+1
|
* protect against bad depth (may occur on ppc?)Pascal Rigaux2005-02-131-1/+1
|
* 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