updated docs.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13809 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-07-23 18:47:50 +00:00
parent 230df378e3
commit 3b0166e8f4
2 changed files with 8 additions and 9 deletions

View File

@ -26,16 +26,15 @@ You use this software at your own risk! Although I don't expect it to damage you
<li>Hardware cursor support;
<li>DPMS support;
<li>Basic AGP mode support on AGP cards, using the new (seperate) Haiku AGP busmanager;
<li>Partial support for modeswitching (sets resolution and colorspace but not yet refresh, supports virtualscreens);
<li>Partial BWindowScreen support (used for hardware pageflipping, scrolling/panning and acceleration in applications/games).
<li>Full modeswitching support;
<li>Full BWindowScreen support except for acceleration (used for hardware pageflipping, scrolling/panning and acceleration in applications/games).
</ul>
<strong>Known limitations:</strong>
<ul>
<li>No 2D or 3D acceleration;
<li>No video overlay support;
<li>Only works on analog connected screens;
<li>No refreshrate programming yet;
<li>VESA 2.0 mode needs to be enabled alongside the driver or it won't work yet: VESA resolution must match Screenprefs panel setting (colordepth isn't important though).
<li>VESA 2.0 mode needs to be enabled alongside the driver or it won't work yet: any valid (so BIOS supported) VESA setting will do.
</ul>
<br>
<hr>
@ -158,6 +157,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 19, 2005)</p>
<p>(Page last updated on July 23, 2005)</p>
</body>
</html>

View File

@ -4,7 +4,7 @@
</head>
<body>
<p><h2>Changes done for each driverversion:</h2></p>
<p><h1>via_driver (SVN 0.05, Rudolf)</h1></p>
<p><h1>via_driver (SVN 0.06, Rudolf)</h1></p>
<ul>
<li>Initial setup based on nVidia driver 0.30;
<li>Kerneldriver uses MTR-WC mapping where available;
@ -16,11 +16,11 @@
<li>Added mode colordepth programming;
<li>Added CRTC FIFO fetch limit programming (seems specific to VIA);
<li>Added colorpalette programming;
<li>Added DPMS support.
<li>Added DPMS support;
<li>Added primary head pixelPLL programming (refreshrate is now set).
</ul>
<p><h1>Still todo:</h1></p>
<ul>
<li>PixelPLL programming;
<li>Extended mode enable programming (to become independant of VESA);
<li>A lot more (like acceleration and overlay engines).
</ul>
@ -28,6 +28,6 @@
<hr><br>
<br>
<a href="mailto:info.be-hold@inter.nl.net">Rudolf Cornelissen.</a>
<p>(Page last updated on July 19, 2005)</p>
<p>(Page last updated on July 23, 2005)</p>
</body>
</html>