Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 01:03:57 +0300 (EET DST)
From:      Tomi Vainio <tomppa@fidata.fi>
To:        Igor Nikolaev <igor@pu.ru>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   fxtv and milenniumIIagp
Message-ID:  <13664.45133.720572.132113@zeta.fidata.fi>
In-Reply-To: <19980518231539.40105@pu.ru>
References:  <19980518231539.40105@pu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Igor Nikolaev writes:
 > I have fxtv Version 0.46 and (working) milennium II AGP (Xfree 3.3.2).
 > My videocard works in 32bpp mode (in 16bpp all o'k)
 > 
 > This is well know bug or unknown feature?
 > 
This is known feature and Randall is trying to find out why this
happens.  You can "fix" it by adding 256 to picture position.
tvcapture.c line 1509: 
video.addr      = x->base_addr + (g.y * x->pitch + g.x) * Bpp; ====>
video.addr      = x->base_addr + (g.y * x->pitch + g.x + 256) * Bpp;

  Tomppa
--
SUN Microsystems Oy PL 102, Niittymäentie 9, 02201 ESPOO, Finland
Tomi Vainio (System Support Engineer)     +358 9 52556300 hotline
email: Tomi.Vainio@Sun.COM                +358 9 52556252 fax

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13664.45133.720572.132113>