Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: TV out naar oude TV met NVidia en S-VIDEO naar SCART kabel  (gelezen 1453 keer)

ge0ffrey

  • Gast
TV out naar oude TV met NVidia en S-VIDEO naar SCART kabel
« Gepost op: 2007/12/26, 14:22:37 »
Ik heb een Nicam Magnum TV, gekocht in Belgiƫ (in de aldi) zo'n 8 jaar geleden. Die TV heeft een SCART ingang.
Mijn nvidia kaart heeft een TV out uitgang voor een gele stekker (en nog een rode en witte stekker voor geluid), wat een S-VIDEO (of COMPOSITE?) is veronderstel ik...

Via een gele/wit/rood stekker naar SCART kabel kon ik vroeger op WindowsXP een desktop laten verschijnen op mijn TV. Ik moest specifiek PAL-B en SCART kiezen. Nieuwe updates van de windows Nvidia drivers laten niet meer toe om SCART te kiezen (en dus werkt het niet meer), vandaar dat ik ubuntu 7.10 eens probeer :)

De applicatie "nvtv" die beloofde dit gebruiksvriendelijk op te lossen werkt niet omdat het mijn nvidia kaart niet herkent.
nvidia-settings heb ik ook al eens bekeken, maar elke keer ik dat gebruik gebeuren er rare dingen met de resolutie (en de tv werkt nog steeds niet), waarna ik telkens besliste mijn post-installation xorg.conf backup terug te zetten.


Mijn xorg.conf file is dus gebacked up en ik heb er al wat manueel mee geexperimenteerd, maar ik heb geen idee wat de juiste instellingen zijn...

Hier zie je 1 van de instellingen die ik manueel probeerde:
Section "Device"
   Identifier   "nVidia Corporation GeForce 6700 XL"
   Driver      "nvidia"
   Busid      "PCI:1:0:0"
   Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"
#
   Option "TwinView" "true"
   Option "TwinViewOrientation" "Clone"
   Option "TVOutFormat" "SCART"
   # Option "TVOutFormat" "COMPOSITE"
   # Option "TVOutFormat" "S-VIDEO"
   Option "TVStandard" "PAL-B"
   Option "SecondMonitorHorizSync" "30-50"
   # Option "SecondMonitorHorizSync" "30-95"
   Option "SecondMonitorVertRefresh" "60"
   # Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"
   Option "MetaModes" "800x600,800x600;640x480,640x480;512x384,512x384"
#

EndSection
Bij SCART en COMPOSITE zie ik het beeld flikkeren, terwijl S-VIDEO gewoon een zwart scherm geeft. Weet iemand hiervoor een oplossing?

Bedankt voor elke hulp :)

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
TV out naar oude TV met NVidia en S-VIDEO naar SCART kabel
« Reactie #1 Gepost op: 2007/12/29, 09:28:50 »
Ik gebruik dit als mijn xorg.conf:
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
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/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
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 "Device"
   BoardName     "GeForce4 GTS"
   BusID         "1:0:0"
   Driver        "nvidia"
   Identifier    "nvidia0"
   VendorName    "NVidia"
   Screen        0
   Option        "NvAGP" "2"
EndSection

Section "Device"
   BoardName     "GeForce4 GTS"
   BusId         "1:0:0"
   Driver        "nvidia"
   Identifier    "nvidia1"
   VendorName    "NVidia"
   Screen        1
   Option        "NvAGP" "2"
   Option "ConnectedMonitor" "TV"
EndSection

Section "Monitor"
Identifier "HP vs19"
Option "DPMS"
HorizSync 30-83
VertRefresh 50-76
EndSection

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

Section "Screen"
Identifier "Screen0
Device "nvidia0"
Monitor "HP vs19"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
   Identifier  "Screen TV"
   Device      "nvidia1"
   Monitor     "TV"
   Option  "TVStandard"    "PAL-B"
   Option  "TVOutFormat"   "Composite"
   DefaultDepth 24
   Subsection "Display"
       Depth       24
       Modes      "800x600"
       ViewPort  0 0
   EndSubsection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen TV" leftof "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
De gele kabel zit bij mij, virtueel, rechtstreeks op de gele stekker van de TV (dus niet via SCART, maar dat zou geen verschil mogen geven). Ik zeg virtueel omdat in mijn bureau een draadloze transmitter staat en de ontvanger hangt aan mijn TV. Wat me wel al is opgevallen is dat de transmitter _moet_ aan staan tijdens het opstarten van X. Als ik de transmitter aansluit na het opstarten van X, moet ik even X herstarten door in Gnome op CTRL+ALT+Backspace te drukken. Daarna heb ik wel beeld via de transmitter.
Kan je ofwel mijn config eens proberen (want die werkt al jaren :) ) ofwel uw config gebruiken en eerst via het televisietoestel afstemmen op de SCART ingang en dan de computer opstarten of X herstarten. Succes!