Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quotes in monitor names causes havoc, replace them (bugzilla #16406) | Pascal Rigaux | 2005-06-14 | 1 | -0/+1 |
| | |||||
* | create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵ | Pascal Rigaux | 2005-06-02 | 1 | -5/+2 |
| | | | | and use them | ||||
* | (probe_using_X): add missing chomp_ | Pascal Rigaux | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | probe_using_X on neomagic can return rubbish, so prefer probe_DMI() (even if ↵ | Pascal Rigaux | 2005-03-23 | 1 | -1/+1 |
| | | | | dmi probe is quite fuzzy...) | ||||
* | use monitor-probe-using-X | Pascal Rigaux | 2005-03-17 | 1 | -12/+29 |
| | |||||
* | - new function Xconfig::monitor::is_valid() | Pascal Rigaux | 2005-03-15 | 1 | -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 Rigaux | 2005-03-15 | 1 | -12/+11 |
| | |||||
* | cleanup | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | (getinfoFromDDC) fix crash (eg when called from hwdb-clients) | Thierry Vignaud | 2005-03-10 | 1 | -0/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2005-03-10 | 1 | -1/+0 |
| | |||||
* | we don't want the 4/3 detailed_timings otherwise they conflict with the Xorg ↵ | Pascal Rigaux | 2005-03-10 | 1 | -2/+9 |
| | | | | builtin vesamodes | ||||
* | fix typo | Pascal Rigaux | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | create {preferred_resolution} out of the edid detailed_timings and use it | Pascal Rigaux | 2005-03-01 | 1 | -2/+7 |
| | |||||
* | skip detailed_timings flagged bad_ratio | Pascal Rigaux | 2005-03-01 | 1 | -0/+1 |
| | |||||
* | - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) | Pascal Rigaux | 2005-02-28 | 1 | -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 - XFdrake | Stew Benedict | 2005-02-23 | 1 | -0/+1 |
| | |||||
* | protect against bad depth (may occur on ppc?) | Pascal Rigaux | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | help perl another way that perl_checker prefers | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | good_default_monitor() should work *nearly* everywhere, so use it for the ↵ | Pascal Rigaux | 2004-06-23 | 1 | -1/+5 |
| | | | | | | | auto_install fallback (this is used by mandrakemove) | ||||
* | fix typo causing "Out of memory" | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | speed-up monitor choosing dialog when {VendorName} is undef (esp. when using ↵ | Pascal Rigaux | 2004-05-13 | 1 | -1/+1 |
| | | | | "use diagnostics") | ||||
* | you can now configure monitors on heads > 1 | Pascal Rigaux | 2004-05-07 | 1 | -31/+37 |
| | |||||
* | rename monitors() and $monitors to monitors_db() and $monitors_db | Pascal Rigaux | 2004-05-07 | 1 | -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 Rigaux | 2004-02-06 | 1 | -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 ddcxinfos | Pascal Rigaux | 2003-11-25 | 1 | -2/+5 |
| | | | | | with unknown EISA_ID) | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -3/+3 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | warn when auto conf fail | Pascal Rigaux | 2003-02-17 | 1 | -1/+4 |
| | |||||
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 1 | -1/+4 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | don't do anything when automatic configuration fails in $auto mode | Pascal Rigaux | 2003-01-07 | 1 | -1/+2 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | "every", "partition" | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 Rigaux | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | choose a good_default_monitor based on laptop-or-not (thanks to cosmic flo) | Pascal Rigaux | 2002-08-28 | 1 | -3/+6 |
| | |||||
* | fix 2 occurences of use of $monitors as a hash (thanks to Nora Etukudo) | Pascal Rigaux | 2002-08-26 | 1 | -3/+2 |
| | |||||
* | (readMonitorsDB): now return a list instead of a hash to handle same name ↵ | Pascal Rigaux | 2002-08-19 | 1 | -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 DDC | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | fix keeping the existing name when choosing monitor | Pascal Rigaux | 2002-07-31 | 1 | -0/+2 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -0/+191 |