View previous topic :: View next topic |
Author |
Message |
flammenflitzer Advocate


Joined: 25 Nov 2003 Posts: 3547 Location: Berlin
|
Posted: Sun Apr 10, 2005 7:39 am Post subject: TV-Out Nvidia |
|
|
Hallo
Gibt es Alternativen zu nvtv? Ich möchte gern den TV-Ausgang meiner GeForce 6800 GT benutzen. nvtv gibt aus:Fatal: No supported video card found
(Bekomme nächstes Wocheende Besuch von einem Linuxinterresierten Windows Nutzer. Wollte da auch ein funktionierendes System vorstellen.)
MfG |
|
Back to top |
|
 |
marc Apprentice

Joined: 13 Jan 2003 Posts: 290
|
Posted: Sun Apr 10, 2005 11:54 am Post subject: |
|
|
Ich glaube nvtv unterstützt nicht jede NVidia Grafikkarte.
Mit dem nvidia Treiber funktioniert es aber trotzdem.
Hier mal ein Link
http://m4l.berlios.de/cgi-bin/bin/view/Video/TVOut
Ich habe es so gemacht.
Code: | #!/bin/sh
X -screen TV :1 -ac & sleep 2; DISPLAY=:1 startkde && kill `ps aux | awk '/X\ -screen/ {print $2}' `
# Das Skript starte ich, dann habe ich auf [STRG + F8] meinen Fernsehausgang. |
Code: | #Teil meiner xorg.conf (TV)
Section "Monitor"
Identifier "Monitor[1]"
ModelName "PAL TV"
VendorName "SABA"
VertRefresh 60
HorizSync 30-50
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Device "Device[1]"
Identifier "TV"
Monitor "Monitor[1]"
EndSection
|
Der Link sollte aber alles erklären. |
|
Back to top |
|
 |
flammenflitzer Advocate


Joined: 25 Nov 2003 Posts: 3547 Location: Berlin
|
Posted: Sun Apr 10, 2005 12:03 pm Post subject: |
|
|
Ich habe das hier gefunden:
http://www.iofcea.de/cgi-bin/seite.pl?file=linuxtvout
funktioniert.
Vielleicht hätten auch andere Sachen, die ich ausprobiert habe funktioniert, aber mein PC hatte eine lose Steckverbindung. |
|
Back to top |
|
 |
marc Apprentice

Joined: 13 Jan 2003 Posts: 290
|
Posted: Sun Apr 10, 2005 12:31 pm Post subject: |
|
|
Das ist die Anleitung die ich damals auch benutzt habe. Hatte ich nicht mehr gewusst.
Kommt auf selbe raus. |
|
Back to top |
|
 |
flammenflitzer Advocate


Joined: 25 Nov 2003 Posts: 3547 Location: Berlin
|
Posted: Sun Apr 10, 2005 12:50 pm Post subject: |
|
|
Doch noch ein Problem. Die TV_Ausgabe ist nur in Schwarz/Weiß. |
|
Back to top |
|
 |
Moorenkopf Apprentice

Joined: 18 Apr 2004 Posts: 189 Location: NRW
|
Posted: Sun Apr 10, 2005 2:24 pm Post subject: |
|
|
Probier das hier mal:
Section "Device"
Identifier "NV2"
Driver "nvidia"
# BusID "PCI:3:0:0"
Option "TVStandard" "PAL-G"
Option "NoLogo"
Option "IgnoreEDID" "off"
Option "ConnectedMonitor" "TV"
Option "TVoutFormat" "Composite"
EndSection |
|
Back to top |
|
 |
flammenflitzer Advocate


Joined: 25 Nov 2003 Posts: 3547 Location: Berlin
|
Posted: Sun Apr 10, 2005 2:42 pm Post subject: |
|
|
Funktioniert. Genau diese Zeile hatte ich geändert, weil ich ein svideo kabel benutze. Geht allerdings an der Grafikkrte als composite raus und über Adapter in svideo am TV rein.
Danke
MfG |
|
Back to top |
|
 |
|