updated docs.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13746 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-07-18 11:39:48 +00:00
parent 381288838b
commit 7f72039856
2 changed files with 10 additions and 5 deletions

View File

@ -25,7 +25,7 @@ You use this software at your own risk! Although I don't expect it to damage you
<ul>
<li>Hardware cursor support;
<li>Autodetects assigned RAM amount preset in system BIOS;
<li>Partial support for modeswitching (sets resolution but not yet refresh or colorspace, supports virtualscreens).
<li>Partial support for modeswitching (sets resolution and colorspace but not yet refresh or palette, but does support virtualscreens).
</ul>
<strong>Known limitations:</strong>
<ul>
@ -153,6 +153,6 @@ With the <strong>pgm_panel true</strong> setting, the driver will fix your panel
<hr>
<br>
<a href="mailto:info.be-hold@inter.nl.net">Rudolf Cornelissen.</a>
<p>(Page last updated on July 17, 2005)</p>
<p>(Page last updated on July 18, 2005)</p>
</body>
</html>

View File

@ -12,16 +12,21 @@
<li>Added functional hardware cursor, although it's not 100% perfect (yet);
<li>Added RAM size autodetection, as preset by the system BIOS;
<li>Added support for virtualscreens (CRTC startadress and memory pitch programming);
<li>Added CRTC1 timing programming and updated constraints, including GET_TIMING_CONSTRAINTS hook.
<li>Added CRTC1 timing programming and updated constraints, including GET_TIMING_CONSTRAINTS hook;
<li>Added mode colordepth programming;
<li>Added CRTC FIFO fetch limit programming (seems specific to VIA).
</ul>
<p><h1>Still todo:</h1></p>
<ul>
<li>A lot.
<li>Color palette programming;
<li>PixelPLL programming;
<li>Extended mode enable programming (to become independant of VESA);
<li>A lot more (like acceleration and overlay engines).
</ul>
</p>
<hr><br>
<br>
<a href="mailto:info.be-hold@inter.nl.net">Rudolf Cornelissen.</a>
<p>(Page last updated on July 17, 2005)</p>
<p>(Page last updated on July 18, 2005)</p>
</body>
</html>