1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
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)
|