Ключевые слова:tv, video, xfree86, x, example, (найти похожие документы)
Date: Thu, 30 May 2002 08:45:06 +0000 (UTC)
From: Timothey Sleptsov <[email protected]>
Newsgroups: fido7.ru.linux
Subject: Пример конфигурации XFree86 для использования TV-out
> > Пардон за беспокойство. А мне можно скинуть Ваш x86config - тоже
> > интересуюсь выводом на TV.
А там ничего особенного нет, все взято из документации nVidia. Думаю
для FAQ это маловато, надо описать более глубоко проблемную область.
Но на всякий случай, вот кусок:
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "My Monitor"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubsection
Option "IgnoreEDID" "true"
Option "NvAGP" "3"
EndSection
Section "Screen"
Identifier "Screen AGPTV"
Device "NV AGP"
Monitor "My Monitor"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "800x600"
EndSubsection
Option "IgnoreEDID" "true"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "TV"
Screen "Screen AGPTV"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
P.S
Лично я, если хочу посмотреть фильм на телевизоре, то из X набираю
что-то вроде "X -layout TV :1", после чего на телевизоре появляются
другой экран X. Я переключаюсь на :0 (ALT+F7) и пишу "mplayer --display
:1 -vo xv my.avi" (на самом деле у меня alias).