<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitor-edid, branch 2.4</title>
<subtitle>EDID Retrieval and Parsing Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/'/>
<entry>
<title>release monitor-edid 2.4</title>
<updated>2009-10-01T13:19:16+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-10-01T13:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=09cb6fc30677c089eaba399c09d057965c6cf47a'/>
<id>09cb6fc30677c089eaba399c09d057965c6cf47a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Lenovo W500 EDID from Udo Rader. This one contains a manufacturer</title>
<updated>2009-09-20T21:25:48+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-20T21:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=be8ecc8e9389b86926185138ad4870f949a7ea5e'/>
<id>be8ecc8e9389b86926185138ad4870f949a7ea5e</id>
<content type='text'>
specified descriptor, which when parsed as range timing descriptor will
cause parsing to fail. (fixed in previous commit for monitor-edid 2.4)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specified descriptor, which when parsed as range timing descriptor will
cause parsing to fail. (fixed in previous commit for monitor-edid 2.4)

</pre>
</div>
</content>
</entry>
<entry>
<title>monitor-parse-edid:</title>
<updated>2009-09-20T21:15:48+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-20T21:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=23fa34d007f6492d58d8c1f00039eccd57302986'/>
<id>23fa34d007f6492d58d8c1f00039eccd57302986</id>
<content type='text'>
 ignore the Manufacturer Specified Range Timing descriptor if the
 first detailed timing descriptor appears to violate it (this probably
 means that the descriptor is actually something else or in a
 different format; this fixes Lenovo W500 detection, reported by Udo
 Rader)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 ignore the Manufacturer Specified Range Timing descriptor if the
 first detailed timing descriptor appears to violate it (this probably
 means that the descriptor is actually something else or in a
 different format; this fixes Lenovo W500 detection, reported by Udo
 Rader)

</pre>
</div>
</content>
</entry>
<entry>
<title>release monitor-edid 2.3</title>
<updated>2009-09-06T13:05:50+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-06T13:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=745f728c31e37eff847385da1b73244921251c97'/>
<id>745f728c31e37eff847385da1b73244921251c97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>monitor-edid, monitor-get-edid:</title>
<updated>2009-09-06T13:04:01+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-06T13:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=ce4d9ae7cccc9370646adfc30da4db3c4a0a33d1'/>
<id>ce4d9ae7cccc9370646adfc30da4db3c4a0a33d1</id>
<content type='text'>
 probe ports 0-2 by default instead of just 0-1 (many NVIDIA cards
 seem to be using port 2 and the changes in monitor-get-edid-using-vbe
 should make it safe for old problematic NVIDIA cards as well)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 probe ports 0-2 by default instead of just 0-1 (many NVIDIA cards
 seem to be using port 2 and the changes in monitor-get-edid-using-vbe
 should make it safe for old problematic NVIDIA cards as well)

</pre>
</div>
</content>
</entry>
<entry>
<title>monitor-get-edid-using-vbe:</title>
<updated>2009-09-06T12:56:21+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-06T12:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=9724a1766da9ddeeb5f19a2fe28d812fa1436cd2'/>
<id>9724a1766da9ddeeb5f19a2fe28d812fa1436cd2</id>
<content type='text'>
 check if the port supports DDC before trying to read EDID data (this
 should prevent problems when probing nonexistent ports on old cards)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 check if the port supports DDC before trying to read EDID data (this
 should prevent problems when probing nonexistent ports on old cards)

</pre>
</div>
</content>
</entry>
<entry>
<title>fix --help intendation of previous commit</title>
<updated>2009-09-06T12:45:34+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-06T12:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=2959cd3e36fe2b74ff4ae3f244ac6e1c5a93cbbe'/>
<id>2959cd3e36fe2b74ff4ae3f244ac6e1c5a93cbbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>monitor-get-edid-using-vbe: show all options in --help output</title>
<updated>2009-09-06T11:54:09+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-06T11:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=740154e3a286d2a77be779772efc63d1ed14cd55'/>
<id>740154e3a286d2a77be779772efc63d1ed14cd55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>monitor-get-edid-using-vbe:</title>
<updated>2009-09-06T11:46:02+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-09-06T11:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=a2e81eb2b00365d83f5ed484017aa0170764e23d'/>
<id>a2e81eb2b00365d83f5ed484017aa0170764e23d</id>
<content type='text'>
update x86emu from xserver git (fixes issues at least with newish NVIDIA
cards)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update x86emu from xserver git (fixes issues at least with newish NVIDIA
cards)

</pre>
</div>
</content>
</entry>
<entry>
<title>version 2.2</title>
<updated>2009-08-15T21:05:14+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mandriva.org</email>
</author>
<published>2009-08-15T21:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=323c42fd8fcce9575f20e8e93e38df3e1ba5d43a'/>
<id>323c42fd8fcce9575f20e8e93e38df3e1ba5d43a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
