Difference between revisions of "TV-Out Port"

From ThinkWiki
Jump to: navigation, search
(S-Video)
(Enable TV-Out under Linux:)
Line 39: Line 39:
 
Or toggle between them with
 
Or toggle between them with
 
         echo "video_switch" > /proc/acpi/ibm/video
 
         echo "video_switch" > /proc/acpi/ibm/video
 +
 +
(This is known to work on a T43 with a "Intel Graphics Media Accelerator 900")
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 20:17, 19 November 2005

Over the years, IBM used two different ports to provide TV-Out connection. These are:

  • proprietary mini plug, requiring an adapter cable
  • S-Video port

Linux Support

See Video Controllers.

Models featuring this Technology

proprietary port (Composite Video)

NOTE!
This requires an external video cable to convert the proprietary port to Composite video, which was shipped with the ThinkPad (FRU: 05K2821)

proprietary port (Composite Video & S-Video)

NOTE!
This requires an external video cable to convert the proprietary port to Composite video, which was shipped with the ThinkPad.

S-Video

Enable TV-Out under Linux:

In /etc/X11/xorg.conf in the "Device" section of your graphics card, add

       Option          "MonitorLayout" "TV,LFP"
       Option          "Clone" "true"

Now you can turn on/off the TV-Out by executing the commands

       echo "dvi_enable" > /proc/acpi/ibm/video
               or
       echo "dvi_disable" > /proc/acpi/ibm/video

Or toggle between them with

       echo "video_switch" > /proc/acpi/ibm/video

(This is known to work on a T43 with a "Intel Graphics Media Accelerator 900")