TV output module |
|||||||||||||||||||||||||||||||||
|
Overview"theater_out" is a loadable module that drives the tv output of ATI Radeon cards. TV output of Radeon cards comes in one of these configurations:
The module supports now both Rage Theater (100) and ERT, so it should work on all type 1 and type 4 cards. My testing was done on a Radeon 7200 card (type 1), a Radeon 9000 and a Radeon 9200SE (both type 4). StatusDriver is in early development stage. It currently works on type 1 and 4 cards (see table above) and with PAL & NTSC standards only. It should also work on type 3 (all-in-wonder) cards, but I can't verify this because I don't have such cards available.Making it workTheater_out is included into ati.2 driver when the tv_output branch is selected in the CVS repository.After downloading ati.2, proceed with the usual installation procedure. tv_output patches that work against latest Xorg can be found here Principle of operation of the driver is very simple. Theater_out enables tv output whenever the current screen resolution and tv standard match one of a set of pre-computed combinations. In all other cases tv output is simply kept disabled. The driver currently works in the so-called "clone" mode only: this means that the image on the TV screen is exactly the same as the one on the monitor. Theater_out must be activated by using the "TVOutput" option in the "device" section of XF86Config-4. Unless this option is present, the module is disabled. Value of "TVOutput" is the TV standard to use. These are the recognized names:
More combinations will be added in future releases. Notes & warningsThe module should coexist peacefully with tv capture functions of ati.2 (on type 3 cards). In case you're suspecting some bad interaction between tv output and input modules, you can disable the loading of theater_out by setting the "TVOuput" option in XF86Config-4 to "NOLOAD".Theater_out only works on cards having a 27 MHz reference frequency. All the radeon cards I had a chance to examine have this frequency, so this limitation should not be an issue. It's important that you are aware of the fact that, when TV output is active, the monitor is driven at the same vertical refresh frequency as that of the TV output. This means 50 or 60 Hz according to the standard you're using. THE DRIVER DOES NOT CHECK THE CAPABILITY OF THE MONITOR TO SUSTAIN THESE FREQUENCIES. You should look up in the monitor manual and check that 50/60 Hz is within the limits. IT IS POTENTIALLY HARMFUL TO THE MONITOR TO BE DRIVEN AT A FREQUENCY OUTSIDE ITS OPERATING RANGE. Note, however, that most monitors should accept a 60 Hz vertical frequency, since this is used in standard VGA modes. You should really check for 50 Hz compatibility if you are going to use any related standard (PAL). ATI manuals recommend checking for 50 Hz compatibility (they seem to take 60 Hz for granted). One last thing: keep in mind that my testing was done on cards that don't have any DVI/LCD outputs (just CRT & TV). Because of this I'm not sure about the driver behaviour with DVI/LCD kind of displays. Be warned. |
http://gatos.sourceforge.net/theater_out.php was last modified by Federico Ulivi 8:11pm Tuesday, May 03rd 2005 |