narrowed PLL discriminator restrictions, should fix last fuzzy modes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6757 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2004-02-26 13:02:27 +00:00
parent 6781cbdc9b
commit b3c153d680
4 changed files with 5 additions and 5 deletions

View File

@ -288,7 +288,7 @@ static status_t nv4_nv10_nv20_dac_pix_pll_find(
//fixme: PLL calcs will be resetup/splitup/updated...
if (si->ps.card_type == NV36)
{
if (((si->ps.f_ref / m) < 3.0) || ((si->ps.f_ref / m) > 9.0)) continue;
if (((si->ps.f_ref / m) < 3.2) || ((si->ps.f_ref / m) > 6.4)) continue;
}
else
{

View File

@ -289,7 +289,7 @@ static status_t nv10_nv20_dac2_pix_pll_find(
//fixme: PLL calcs will be resetup/splitup/updated...
if (si->ps.card_type == NV36)
{
if (((si->ps.f_ref / m) < 3.0) || ((si->ps.f_ref / m) > 9.0)) continue;
if (((si->ps.f_ref / m) < 3.2) || ((si->ps.f_ref / m) > 6.4)) continue;
}
else
{

View File

@ -80,7 +80,7 @@ status_t nv_general_powerup()
{
status_t status;
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.09-3 running.\n"));
LOG(1,("POWERUP: nVidia (open)BeOS Accelerant 0.09-final running.\n"));
/* preset no laptop */
si->ps.laptop = false;

View File

@ -4,11 +4,11 @@
</head>
<body>
<p><h2>Changes done for each driverversion:</h2></p>
<p><h1>head: nv_driver 0.09-3, (Rudolf)</h1></p>
<p><h1>nv_driver 0.09, (Rudolf)</h1></p>
<ul>
<li>Fixed NV11 trouble with repeating screen(s) on the right side of the monitor;
<li>Updated CRTC memory granularity code to work-around a hardware bug in older cards;
<li>Fixed most modes on GeForceFX 5700 cards: PLL discriminator restrictions updated.
<li>Fixed fuzzy modes / no picture on GeForceFX 5700 cards: PLL discriminator restrictions updated.
</ul>
<p><h1>nv_driver 0.08, (Rudolf)</h1></p>
<ul>