1

Тема: TV-out

Видеокарта Nvidia FX5200. Под Nvidia-settings настраивал отображение на телевизоре содержимого монитора, однако при воспроизведении фильма на месте проигрывателя синий квадратег. ПодскажЫте где копать.

http://lug.dp.ua/userbar.png

2

Re: TV-out

BREBER
Попробуй сделать расширения на два рабочих стола или только телевизор - помогает wink

Страна в дерьме, да я наверно тоже,
Не продаюсь, но падаю в цене.
(с) ДДТ

3

Re: TV-out

Проблема решена очень давно, а рассказать забываю.
Выкладываю весь xorg.conf. Мож кто что подскачет, что не так, а мож кому и весь поигодиццо.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "unix/:-1"
    FontPath        "/usr/share/fonts/misc:unscaled"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ru(winkeys),ua(winkeys)"
    Option         "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "monitor0"
    VendorName     "Plug'n Play"
    ModelName      "LG F700P"
    HorizSync       30.0 - 98.0
    VertRefresh     50.0 - 160.0
    ModeLine       "1152x864_100" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5200"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "CRT: 1152x864_100_0 +0+0, TV: 1024x768 +64+48; CRT: 1152x864 +0+0, TV: nvidia-auto-select +1152+0; CRT: 1024x768 +0+0, TV: nvidia-auto-select +1024+0; CRT: 832x624 +0+0, TV: nvidia-auto-select +832+0; CRT: 800x600 +0+0, TV: nvidia-auto-select +800+0; CRT: 640x480 +0+0, TV: nvidia-auto-select +640+0; CRT: 320x240 +0+0, TV: nvidia-auto-select +320+0; CRT: 1152x864_100_0 +0+0, TV: nvidia-auto-select +1152+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
http://lug.dp.ua/userbar.png