summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/monitor.pm
Commit message (Expand)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() and...Pascal Rigaux2005-06-021-5/+2
* (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
* use monitor-probe-using-XPascal Rigaux2005-03-171-12/+29
* - new function Xconfig::monitor::is_valid()Pascal Rigaux2005-03-151-16/+47
* 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
* 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
* 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 aut...Pascal Rigaux2004-06-231-1/+5
* 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
* 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
* - ensure ModelName comes from the ddc probe when choosing "Plug'n Play"Pascal Rigaux2004-02-061-2/+2
* fix destroying HorizSync & VertRefresh (especially when coming from ddcxinfosPascal Rigaux2003-11-251-2/+5
* 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", "ev...Pascal Rigaux2003-01-071-2/+2
* 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
* 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 ent...Pascal Rigaux2002-08-191-19/+24
* 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