Displaying 8 results from an estimated 8 matches for "bt869".
2014 Mar 05
3
TV-Out on a GeForce 2MX supported?
On Wed, Mar 05, 2014 at 12:40:34AM -0500, Ilia Mirkin wrote:
> On Mon, Mar 3, 2014 at 5:41 PM, Nils Krafft <fehmarn-rund at ffti.de> wrote:
> > I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the
> > TV-Out.
You can try nvtv (http://sourceforge.net/projects/nv-tv-out/). It bypasses
X and modesetting and programs the Brooktree and CRTC directly. I've
no idea if it still work with modern X and/or nouveau. :-)
> > shows me only the DVI connection (in fact it'...
2014 Mar 05
3
TV-Out on a GeForce 2MX supported?
...at 6:06 AM, Dirk Thierbach <dthierbach at gmx.de> wrote:
> > On Wed, Mar 05, 2014 at 12:40:34AM -0500, Ilia Mirkin wrote:
> >> On Mon, Mar 3, 2014 at 5:41 PM, Nils Krafft <fehmarn-rund at ffti.de> wrote:
> >> > I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the
> >> > TV-Out.
> >
> > You can try nvtv (http://sourceforge.net/projects/nv-tv-out/). It bypasses
> > X and modesetting and programs the Brooktree and CRTC directly. I've
> > no idea if it still work with modern X and/or nouveau. :-)
> >
&g...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
...d, Mar 5, 2014 at 6:06 AM, Dirk Thierbach <dthierbach at gmx.de> wrote:
> On Wed, Mar 05, 2014 at 12:40:34AM -0500, Ilia Mirkin wrote:
>> On Mon, Mar 3, 2014 at 5:41 PM, Nils Krafft <fehmarn-rund at ffti.de> wrote:
>> > I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the
>> > TV-Out.
>
> You can try nvtv (http://sourceforge.net/projects/nv-tv-out/). It bypasses
> X and modesetting and programs the Brooktree and CRTC directly. I've
> no idea if it still work with modern X and/or nouveau. :-)
>
>> > shows me only the...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
...Dirk Thierbach <dthierbach at gmx.de> wrote:
>> > On Wed, Mar 05, 2014 at 12:40:34AM -0500, Ilia Mirkin wrote:
>> >> On Mon, Mar 3, 2014 at 5:41 PM, Nils Krafft <fehmarn-rund at ffti.de> wrote:
>> >> > I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the
>> >> > TV-Out.
>> >
>> > You can try nvtv (http://sourceforge.net/projects/nv-tv-out/). It bypasses
>> > X and modesetting and programs the Brooktree and CRTC directly. I've
>> > no idea if it still work with modern X and/or nouve...
2014 Mar 03
2
TV-Out on a GeForce 2MX supported?
Hello,
I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the
TV-Out.
Is the TV-Out on this card supported by Nouveau? I read on the feature
matrix something that the TV-Out is only supported for some Chrontel
chips, furthermore
xrandr -q
shows me only the DVI connection (in fact it's VGA, not DVI), but not
the S-Video connection. If not s...
2014 Mar 05
2
TV-Out on a GeForce 2MX supported?
On Wed, Mar 05, 2014 at 12:46:04PM -0500, Ilia Mirkin wrote:
> I actually checked this out last night, grabbed the BT869 datasheet.
> Basically you'd have to implement something similar to the ch7006
> driver (see drivers/gpu/drm/i2c), which provides an API for setting
> modes (the BT869 appears to have 8 of them, of which I'm guessing only
> 4 are actually usable, probably the RGB ones).
The 8...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
On Mon, Mar 3, 2014 at 5:41 PM, Nils Krafft <fehmarn-rund at ffti.de> wrote:
> Hello,
>
> I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the
> TV-Out.
http://nouveau.freedesktop.org/wiki/FeatureMatrix/
See note #4 -- nv0x-nv2x (nv17-nv19 excluded) need an external,
third-party manufactured TV encoder. Only some Chrontel branded chips
are currently supported.
> shows me only the DVI connection (in fact it's VGA,...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
Dirk Thierbach <dthierbach at gmx.de> writes:
>[...]
>> The stuff about overscan/etc are exposed as KMS properties (which in
>> turn appear in xrandr) and not specific to the BT869.
>
> The problem is that there's no good way to just say "I want this
> overscan" and then get a valid set of register values, because of
> the timing constraints. Nvtv includes a sort of "calculator" that
> tries to calculate a collection of sets of sensible...