LINUX.ORG.RU

s-video nvidia


0

0

Как можно настроить выход s-video на видео карте от nvidia? На офф сайте нвидиа конкретно драйверов под мою карту не нашлось, поэтому ставил что-то похожее. В результате аппаратное ускорение карты работает, 3D работает. А вот в nvidia X server settings выход s-video не видит. Какие варианты есть чтобы сделать вывод изображения на s-video?

Ответ на: комментарий от delimer

гдето в /usr/share/doc/ дальне непомню толи там GLX капслоком было написано толи NVIDIA и в той папаке была документация.

wfrr ★★☆
()

Если кому интересно, то все же решил проблему. В данной настройке телевизор дополнительная зона рабочего стола слева. Разрешение основного экрана: 1024х768, телевизора 800х1024 (со скролом в пределах 800х600).

[code]
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type «man xorg.conf» at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

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: 800x600 @800x768, dfp: 1024x768; tv: 800x600, dfp: 800x600; tv: 640x480, dfp: 640x480»
   Option       «HorizSync» «tv: 30-50»
   Option       «VertRefresh» «tv: 60»
   Option       «TwinViewOrientation» «LeftOf»
   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» «SVIDEO»
   Option       «TVOutFormat» «COMPOSITE»
EndSection
[/code]

delimer
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.