Kein TVout über FX5500

  • Hallo Forum !


    Nachdem der c't-VDR einwandfrei läuft (AMD2200, 160GB TT1200DVB-S VIA-MB), fehlt jetzt nur noch der TV_out über die GF FX5500. Ich habe den proprietären Treiber runtergeladen und installiert und eine Dual-Head-Konfiguration versucht. Nur leider kommt kein Bild auf dem Tv. Während des bootvorgangs erscheinen die normalen Ausgaben auf dem TV.
    Hier meine XF86Config-4:



    Section "ServerLayout"
    Identifier ";Default Layout"
    Screen 0 ";Default Screen"
    Screen 1 "TVOUT" Rightof ";Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection


    Section "Files"


    # local font server
    # if the local font server has problems, we can fall back on these
    FontPath "unix/:7100"
    FontPath "/usr/lib/X11/fonts/misc"
    FontPath "/usr/lib/X11/fonts/cyrillic"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/CID"
    FontPath "/usr/lib/X11/fonts/Speedo"
    FontPath "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/X11/fonts/75dpi"
    EndSection


    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    # Load "glx"
    Load "int10"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    EndSection


    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    EndSection


    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option ";Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection


    Section "Monitor"
    Identifier "Standardbildschirm"
    HorizSync 30.0 - 60.0
    VertRefresh 50.0 - 75.0
    Option ";DPMS"
    EndSection


    Section "Monitor"
    Identifier "TV"
    HorizSync 30-50
    VertRefresh 60
    EndSection


    Section ";Device"
    Identifier "Standardgrafikkarte"
    Driver "nvidia"
    Screen 0
    # Option "XvMC" "on"
    Option "VideoOverlay" "on"
    Option "RenderAccel" "true"
    Option "TwinView" "on"
    Option "TwinViewOrientation" "Rightof"
    EndSection


    Section ";Device"
    Identifier "NVIDIA TVout"
    Driver "nvidia"
    Screen 1
    Option "VideoOverlay" "on"
    Option "ConnectedMonitor" "TV"
    Option "TVStandard" "PAL-B"
    Option "TVOutFormat" "SVIDEO"
    EndSection


    Section "Screen"
    Identifier ";Default Screen"
    Device "Standardgrafikkarte"
    Monitor "Standardbildschirm"
    DefaultDepth 24
    SubSection ";Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection


    Section "Screen"
    Identifier "TVOUT"
    Device "NVIDIA TVout"
    Monitor "TV"
    DefaultDepth 24
    SubSection ";Display"
    Depth 24
    Modes "800x600"
    EndSubSection
    EndSection



    Gruss reever

    1. YaVDR AMD Dual-Core 2* DVB-S (Hauppsuge WinTV 400 Lite, Technisat Sky Star 2)
    Work-PC : AMD Dual-Core, 3.2Ghz, 8GB DDR3, 500GB, GF FX9500GT, Ubuntu 11.04

    2 Mal editiert, zuletzt von reever ()

  • Hallo Wicky !


    hab ich ja versucht schon mehrmals. er verkrüppelt den Text eben schon wenn man mit Zwischenablage einfügt hab ich ich immer keine "returns" mehr der ganze Code eine Zeile ????


    Gruss reever

    1. YaVDR AMD Dual-Core 2* DVB-S (Hauppsuge WinTV 400 Lite, Technisat Sky Star 2)
    Work-PC : AMD Dual-Core, 3.2Ghz, 8GB DDR3, 500GB, GF FX9500GT, Ubuntu 11.04

  • Also jetzt läuft der TVout, aber leider nur die oberen linken 2/3 des Bildes ?????
    Habe alle Auflösungen getestet (1024x768-640x480). Bei 640x480 kommt gar nix ??


    Hier die neue XF86Config-4:



    Gruss reever

    1. YaVDR AMD Dual-Core 2* DVB-S (Hauppsuge WinTV 400 Lite, Technisat Sky Star 2)
    Work-PC : AMD Dual-Core, 3.2Ghz, 8GB DDR3, 500GB, GF FX9500GT, Ubuntu 11.04

  • Hallo reever,


    ich kann dir keine konkreter Hilfe anbieten, aber dafür ein paar excellente Links:


    Nvidia-Linux-Treiber-Howto:
    http://www.nvidia.de/attach/3240
    Kurz und knapp für Kanotix:
    http://kanotix.wordpress.com/2…-fur-twinview-mit-nvidia/
    Sehr ausführlich, aktuell:
    http://www.ubuntu-forum.de/thread.php?threadid=13096
    Und dann noch ein Java Tool, das verspricht das Problem zu lösen !!
    http://www.ygriega.de/index.php?id=2&detail=1
    http://www.iofcea.de/cgi-bin/seite.pl?file=linuxtvout


    Gruß
    Wicky

  • Jetzt hab Ichs gelöst. Die Sync-range in der monitor-section war auf 50-60 eingestellt. Mein relativ neuer Sony-Fernseher mag aber nur 50 HZ . Dann noch ein wenig rumspielen mit der Option "TVOverScan" auf "0.7" brachte die richtige Einstellung nur leider ist jetzt das Bild vom Monitor weg.:motz3


    Gruss reever

    1. YaVDR AMD Dual-Core 2* DVB-S (Hauppsuge WinTV 400 Lite, Technisat Sky Star 2)
    Work-PC : AMD Dual-Core, 3.2Ghz, 8GB DDR3, 500GB, GF FX9500GT, Ubuntu 11.04

  • Zitat

    Original von reever
    Jetzt hab Ichs gelöst. Die Sync-range in der monitor-section war auf 50-60 eingestellt. Mein relativ neuer Sony-Fernseher mag aber nur 50 HZ . Dann noch ein wenig rumspielen mit der Option "TVOverScan" auf "0.7" brachte die richtige Einstellung nur leider ist jetzt das Bild vom Monitor weg.:motz3


    Gruss reever


    ...wenn es wieder funktioniert, könntest du die Konfigkurationsdatei dann bitte nochmals posten ?!


    Gruß
    Wicky


  • Gruss reever

    1. YaVDR AMD Dual-Core 2* DVB-S (Hauppsuge WinTV 400 Lite, Technisat Sky Star 2)
    Work-PC : AMD Dual-Core, 3.2Ghz, 8GB DDR3, 500GB, GF FX9500GT, Ubuntu 11.04

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!