<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitor-edid/vbe.c, 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>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>- remove internal lrmi.c, build with external liblrmi instead</title>
<updated>2008-04-07T10:08:46+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-04-07T10:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=e70a253e40b86a304d10c640a8289183eb860797'/>
<id>e70a253e40b86a304d10c640a8289183eb860797</id>
<content type='text'>
  (Remi Collet and Ville Skytta)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (Remi Collet and Ville Skytta)

</pre>
</div>
</content>
</entry>
<entry>
<title>- monitor-get-edid: </title>
<updated>2008-01-08T18:14:54+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2008-01-08T18:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=74a5be42e7044ea7393204e174436d4764fd0b6a'/>
<id>74a5be42e7044ea7393204e174436d4764fd0b6a</id>
<content type='text'>
  o minimal support for getting EDID from different DDC port
    (experimental, need testing before using it in monitor-edid)

this is inspired from SuSE's hwinfo. note:
- we may need to not redo vbe_check_vbe_info() for each vbe_get_edid_info() if
  we want to get many ports. It would need a little re-architecturing
  (since returning list in C is not great fun)
- hwinfo is probing ports 0,1 by default,
  (hwinfo says: some BIOSes crash when you try more)
  and 0,1,2 on Dell and nvidia-based laptops

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o minimal support for getting EDID from different DDC port
    (experimental, need testing before using it in monitor-edid)

this is inspired from SuSE's hwinfo. note:
- we may need to not redo vbe_check_vbe_info() for each vbe_get_edid_info() if
  we want to get many ports. It would need a little re-architecturing
  (since returning list in C is not great fun)
- hwinfo is probing ports 0,1 by default,
  (hwinfo says: some BIOSes crash when you try more)
  and 0,1,2 on Dell and nvidia-based laptops

</pre>
</div>
</content>
</entry>
<entry>
<title>remove dead code</title>
<updated>2006-08-31T13:56:43+00:00</updated>
<author>
<name>Gwenolé Beauchesne</name>
<email>gbeauchesne@mandriva.org</email>
</author>
<published>2006-08-31T13:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=7111121ef0321ecc185eb0af571394e9ccdd8d38'/>
<id>7111121ef0321ecc185eb0af571394e9ccdd8d38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Merge in newer code. Mostly factorisation for mapped reads</title>
<updated>2006-08-31T13:48:59+00:00</updated>
<author>
<name>Gwenolé Beauchesne</name>
<email>gbeauchesne@mandriva.org</email>
</author>
<published>2006-08-31T13:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=7eecc68d898db2170894c4170e492fbd59af6de3'/>
<id>7eecc68d898db2170894c4170e492fbd59af6de3</id>
<content type='text'>
- Ignore VBIOS CRC check failures to be in-line with older LRMI-based code
- Use CPU emulator when CRC check fail to be on the safe side
- Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Ignore VBIOS CRC check failures to be in-line with older LRMI-based code
- Use CPU emulator when CRC check fail to be on the safe side
- Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu

</pre>
</div>
</content>
</entry>
<entry>
<title>fix fallback logic</title>
<updated>2006-08-31T12:25:30+00:00</updated>
<author>
<name>Gwenolé Beauchesne</name>
<email>gbeauchesne@mandriva.org</email>
</author>
<published>2006-08-31T12:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=52d81dd07bf58c8e157ed0a7cb6811ec9ccd2425'/>
<id>52d81dd07bf58c8e157ed0a7cb6811ec9ccd2425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a segfault occuring on some boxes in monitor-get-edid-using-vbe, when using try-in-console</title>
<updated>2006-07-12T14:55:31+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2006-07-12T14:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=2985bb8c4d2935579b6f33d616fd644b7e69b2eb'/>
<id>2985bb8c4d2935579b6f33d616fd644b7e69b2eb</id>
<content type='text'>
(was committed in CVS instead of SVN)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(was committed in CVS instead of SVN)

</pre>
</div>
</content>
</entry>
<entry>
<title>add old detection using lrmi</title>
<updated>2005-04-05T15:02:01+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-04-05T15:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=6c2b932a519d35113070c6d8fe4ff13bc1b84778'/>
<id>6c2b932a519d35113070c6d8fe4ff13bc1b84778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2005-04-05T14:46:48+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-04-05T14:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=07b0aa9a2aeab090bbf284657455f76f41ab47d1'/>
<id>07b0aa9a2aeab090bbf284657455f76f41ab47d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>create parse_vbe_info() (for next commit)</title>
<updated>2005-04-05T14:44:50+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-04-05T14:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/monitor-edid/commit/?id=10d709eafef262fd3c26f5359f1fcc89faff97c0'/>
<id>10d709eafef262fd3c26f5359f1fcc89faff97c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
