1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
TV Encoder chips currently supported
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Chrontel 7003-7008 supported.
7009 not supported, not detected,
but documentation available.
Brooktree Bt868/Bt869 supported.
Brooktree Bt870/Bt871 supported.
Conexant CX25870/871 same as above.
Philips SAA7102/03 supported.
SAA7108/09 same as above.
SAA7104/05 support code is written, but not tested.
SAA7108A/09A same as above.
If your TV chip is not detected by this program and you want to know
its type, start the NVidia XFree driver with TV enabled (see NVidia docs)
and have a look at the log file.
Common I2C Addresses
~~~~~~~~~~~~~~~~~~~~
A0 - AE: Monitor (or flatpanel) EDID
EA,EC: TV out encoder chips (Chrontel)
88,8A TV out encoder chips (Brooktree/Conexant/Philips)
88,8A TV in decoder chips (TW98)
86 TV in decoder chips (VPX32xx)
40,42: TV in decoder chips (Philips: SAA7108E, SAA7114H)
48,4A: TV in decoder chips (Philips: SAA7111A, SAA7113H)
Documention for TV chips
~~~~~~~~~~~~~~~~~~~~~~~~
The documentation for the TV chips has several megabytes, and is for this
reason not included here. However, using Google (http://www.google.com),
up-to-date documentation is easy to find. The following URLs might
be interesting:
Chrontel:
http://www.chrontel.com/products/7003.htm
http://www.chrontel.com/products/7007.htm
http://www.chrontel.com/products/7008.htm
http://www.chrontel.com/products/7009.htm
http://www.chrontel.com/pdf/7007.pdf
http://www.chrontel.com/pdf/ch7007_an47.pdf
http://www.chrontel.com/pdf/ch7007_tb29.pdf.gz
Conexant (Brooktree): http://www.conexant.com
bt869-datasheet.pdf.gz
bt869_appnote.pdf.gz
bt869_dvd.pdf.gz
bt869_other_res.pdf.gz
Philips:
http://www.semiconductors.philips.com/pip/SAA7102H/V4
http://www.semiconductors.philips.com/pip/SAA7111AH/03
Intel I810/I830:
http://www.intel.com/design/chipsets/manuals/index.htm
http://www.intel.com/design/chipsets/810/ (I810)
http://www.intel.com/design/chipsets/datashts/298338.htm (I830 general info)
Programmer's Reference Manual I810
http://www.intel.com/design/chipsets/manuals/298026.htm
Programmer's Reference Manual I815
http://www.intel.com/design/chipsets/manuals/298237.htm
Programmer's Reference Manual I810/I815 overview
http://www.intel.com/design/chipsets/manuals/index.htm?iid=ipp_810chpst+info_ref&
Datasheet: Graphics and Memory Controller Hub (82830 GMCH-M)
http://developer.intel.com/design/chipsets/datashts/298338.htm
Datasheet: Graphics and Memory Controller Hub (82845G/GL/GV GMCH)
http://www.intel.com/design/chipsets/datashts/29074602.pdf
Datasheet: Graphics and Memory Controller Hub (82865G/GV GMCH)
http://www.intel.com/design/chipsets/datashts/25251404.pdf
DVI interface:
Digital Visual Interface (DVI) Specification, Revision 1.0
http://www.ddwg.org/register/download.htm
|