diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-01 15:41:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-01 15:41:37 +0000 |
commit | 2ba97d8e176792fee235f0ae2f1cd4cc2b911293 (patch) | |
tree | ba7da9b0bbda9edfac118c22767541782b6f2292 /ChangeLog | |
parent | 1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7 (diff) | |
download | monitor-edid-2ba97d8e176792fee235f0ae2f1cd4cc2b911293.tar monitor-edid-2ba97d8e176792fee235f0ae2f1cd4cc2b911293.tar.gz monitor-edid-2ba97d8e176792fee235f0ae2f1cd4cc2b911293.tar.bz2 monitor-edid-2ba97d8e176792fee235f0ae2f1cd4cc2b911293.tar.xz monitor-edid-2ba97d8e176792fee235f0ae2f1cd4cc2b911293.zip |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..bb87605 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,143 @@ +2005-03-01 11:05 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: fix typo + +2005-03-01 11:02 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: say if the detailed_timing doesn't have the + same ratio (in that case we won't use it as a ModeLine nor as the + default resolution) + +2005-03-01 10:46 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: add established_timings + +2005-03-01 10:06 Pixel <pixel at mandrakesoft.com> + + * Makefile: remove debug var settings + +2005-03-01 00:19 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: don't display the video bandwidth when it's + not given + +2005-03-01 00:16 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: add the ratio to the preferred line + +2005-02-28 23:47 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: don't have a (!) when the ratio is matching + one of the ratio_name (in case of uncertain ratio_name) + +2005-02-28 23:17 Pixel <pixel at mandrakesoft.com> + + * vbe.c: nicer error message when running not as root + +2005-02-28 23:11 Pixel <pixel at mandrakesoft.com> + + * test/parse-edids: handle -v + +2005-02-28 22:46 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: add the sync polarity + +2005-02-28 21:35 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: handle standard timings (though they do not + seem very useful...) + +2005-02-28 20:39 Pixel <pixel at mandrakesoft.com> + + * monitor-edid.spec: have monitor-parse-edid is /usr/bin + +2005-02-28 20:38 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: - handle "Manufacturer's Specified Range + Timing" - recognise more flag from feature_support - try to have + a more precise max_size and ratio using the detailed_timing size + in mm - try to name the ratio + +2005-02-28 20:30 Pixel <pixel at mandrakesoft.com> + + * test/: Makefile, edid.crt.ilyama, edid.crt.leia, + edid.crt.test_box_lmontel, edid.lcd.20inches, edid.lcd.blino, + edid.lcd.rafael, edid.lcd.regis, parse-edids: have edids to test + monitor-parse-edid + +2005-02-25 13:11 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: - add option -v (unused at the moment, but + need to be handled in -v is passed to monitor-get-edid) - in + --perl format, remove the variable name, allowing simple eval() + on the string in use strict "vars" mode - add {diagonal_size} - + small modifications in {ModeLine} and {ModeLine_comment} + +2005-02-25 13:08 Pixel <pixel at mandrakesoft.com> + + * vbe.c: use same output syntax as monitor-parse-edid (using ":" + instead of "=") + +2005-02-25 13:07 Pixel <pixel at mandrakesoft.com> + + * monitor-edid: give all options to both monitor-get-edid and + monitor-parse-edid + +2005-02-25 13:07 Pixel <pixel at mandrakesoft.com> + + * monitor-get-edid.c: - add -h and --help - handle -v anywhere in + options - still allow unknown options so that monitor-edid can + give all options to both monitor-get-edid and + monitor-parse-edid + +2005-02-25 10:52 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: don't accept bad detailed_timings + +2005-02-25 10:42 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> + + * vbe.c: correct cpuemu semantics + +2005-02-25 10:30 Pixel <pixel at mandrakesoft.com> + + * Makefile, get-edid.h, monitor-get-edid.c, vbe.c: - get rid of + compile time DEBUG using runtime variable "verbose" instead => + allow accessing memory size as ddcxinfos used to do - struct + vbe_info really is unused, dropping it - simplify canon_str (it + doesn't malloc anymore) - new function get_str() to factorize + code + +2005-02-23 19:43 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: - rename field EISA to EISA_ID - add fields + HorizSync, VertRefresh in main edid - add fields ModeLine and + ModeLine_comment in detailed_timing + +2005-02-23 18:35 Pixel <pixel at mandrakesoft.com> + + * monitor-parse-edid: nicer message + +2005-02-23 18:33 Pixel <pixel at mandrakesoft.com> + + * .cvsignore, COPYING, Makefile, README, get-edid.h, minifind.c, + minifind.h, monitor-edid, monitor-edid.spec, monitor-get-edid.c, + monitor-parse-edid, open_firmware.c, vbe.c: [no log message] + +2005-02-23 18:06 Pixel <pixel at mandrakesoft.com> + + * x86emu/: LICENSE, Makefile, debug.c, decode.c, fpu.c, ops.c, + ops2.c, prim_ops.c, sys.c, validate.c, include/x86emu.h, + include/x86emu/fpu_regs.h, include/x86emu/regs.h, + include/x86emu/types.h, x86emu/debug.h, x86emu/decode.h, + x86emu/fpu.h, x86emu/ops.h, x86emu/prim_asm.h, x86emu/prim_ops.h, + x86emu/x86emui.h: Add x86 CPU emulator for BIOS int10 emulation + on non x86 arches (from gbeauchesne) (was in gi/tools /ddcprobe) + +2005-02-23 18:01 Pixel <pixel at mandrakesoft.com> + + * int10/: AsmMacros.h, Makefile, README, emu_vm86.c, i10_int.c, + i10_io.c, i10_pci.c, i10_v86.c, i10_vbios.c, pci.h, v86bios.h, + vbios.h, vm86_struct.h: VGA softbootloader for Linux, uses an x86 + CPU emulator on non x86 arches (from gbeauchesne) (was in + gi/tools/ddcprobe) + |