2005-03-01 11:05 Pixel * monitor-parse-edid: fix typo 2005-03-01 11:02 Pixel * 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 * monitor-parse-edid: add established_timings 2005-03-01 10:06 Pixel * Makefile: remove debug var settings 2005-03-01 00:19 Pixel * monitor-parse-edid: don't display the video bandwidth when it's not given 2005-03-01 00:16 Pixel * monitor-parse-edid: add the ratio to the preferred line 2005-02-28 23:47 Pixel * 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 * vbe.c: nicer error message when running not as root 2005-02-28 23:11 Pixel * test/parse-edids: handle -v 2005-02-28 22:46 Pixel * monitor-parse-edid: add the sync polarity 2005-02-28 21:35 Pixel * monitor-parse-edid: handle standard timings (though they do not seem very useful...) 2005-02-28 20:39 Pixel * monitor-edid.spec: have monitor-parse-edid is /usr/bin 2005-02-28 20:38 Pixel * 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 * 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 * 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 * vbe.c: use same output syntax as monitor-parse-edid (using ":" instead of "=") 2005-02-25 13:07 Pixel * monitor-edid: give all options to both monitor-get-edid and monitor-parse-edid 2005-02-25 13:07 Pixel * 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 * monitor-parse-edid: don't accept bad detailed_timings 2005-02-25 10:42 Gwenole Beauchesne * vbe.c: correct cpuemu semantics 2005-02-25 10:30 Pixel * 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 * 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 * monitor-parse-edid: nicer message 2005-02-23 18:33 Pixel * .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 * 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 * 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)