Difference between revisions of "TV-Out Port"

From ThinkWiki
Jump to: navigation, search
(S-Video)
Line 28: Line 28:
 
*ThinkPad {{Z60m}}, {{Z60t}}
 
*ThinkPad {{Z60m}}, {{Z60t}}
  
 +
====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
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 20:16, 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