Настроил вывод как на монитор, так и телевизор. В основном использую клонирование на телевизор. Настройки xorg.conf:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "true"
Option "TwinView"
Option "MetaModes" "tv: 1024x768, dfp: 1024x768; tv: 800x600, dfp: 800x600; tv: 640x480, dfp: 640x480"
Option "HorizSync" "tv: 30-50"
Option "VertRefresh" "tv: 60"
Option "TwinViewOrientation" "LeftOf"
#Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "dfp, tv"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "COMPOSITE"
EndSection
А вот как можно сделать, чтобы монитор и телевизор отображали разные рабочие столы? Система Debian (sid/squeezy), видео карта Nvideo с S-video, драйвера от Nvideo успешно установлены