Nvidia TwinView mit TV-Out?

Post Reply
Message
Author
User avatar
traeumerle
Posts: 64
Joined: 18. Sep 2002 8:17
Location: Osnabrück
Contact:

Nvidia TwinView mit TV-Out?

#1 Post by traeumerle »

Gott ist das spät geworden <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle">

Hab mir gerade ne GF2 mit TV-out zugelegt (nein ich bin kein Gamer, deswegen ist es mir egal, wenn eine GF2 nicht so viel Power bringt wie eine GFxx).

Nun lese ich mich durch die Dokumentation des Nvidia Treibers und versuche die TwinView-Geschichte mit TV-out hinzubekommen aber irgendwie schein ich da was falsch zu machen. Wenn ich die Metamodes auskommentiere läuft mein normaler Monito, wenn ich sie so drin lasse, wie ich sie mir vorgenommen habe (Dass egal welche Auflösung der Monitor hat, der Fernseher immer mit 800*600 gespeist wird), Startet X nicht mehr mit der Meldung:

<i>No more Modes left for Screen 1</i>

TV-Out mit dem Tool nvtv funktionert im Mode 768*576 tadellos. Bei 800*600 ist das Bild auf dem TV kleiner als Das normale Fernsehbild.

Weiß jemand, was an der untenstehenden XF86Config falsch ist und wie trage ich einen neuen Mode (768*576) ein, so dass der Fernseher mit der betrieben wird.

MfG und gute Nacht

Christian Nobis

/etc/X11/XF86Config

<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">
Section "Files"
<b>snip</b>
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection

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

Section "InputDevice"
<b>snip</b>
EndSection


Section "InputDevice"
<b>snip</b>
EndSection


Section "Monitor"
Option "CalcAlgorithm" "IteratePrecisely"
HorizSync 30-95
Identifier "Monitor[0]"
ModelName "AutoDetected"
Option "DPMS"
VendorName "AutoDetected"
VertRefresh 47-75
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 132.91 1280 1296 1552 1664 1024 1024 1036 1070
Modeline "800x600" 48.67 800 816 928 1040 600 600 607 626
Modeline "1024x768" 79.55 1024 1040 1216 1328 768 768 777 802
Modeline "1152x864" 100.82 1152 1168 1384 1496 864 864 874 902
Modeline "1280x960" 124.60 1280 1296 1552 1664 960 960 971 1003
Modeline "640x480" 27.16 640 656 720 832 480 480 485 501
Modeline "640x480" 31.15 640 656 720 832 480 480 485 501
# Modeline "768x576" <b>Weiter?</b>
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "640x480" "800x600" "1024x768" "1152x864" "1280x960"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "1024x768" "1152x864" "1280x960" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "Unknown"
Driver "nvidia"
Identifier "Device[0]"
Option "dpms"
Screen 0
VendorName "Unknown"
Option "NoLogo" "1"
Option "CursorShadow" "1"
Option "TwinView"
Option "ConnectedMonitor" "CRT, TV"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024, 800x600; 800x600, 800x600; 1024x768, 800x600; 1152x864, 800x600; 1280x960, 800x600; 640x480, 800x600"
<b>bzw.</b>
Option "MetaModes" "1280x1024, 768x576; 800x600, 768x576; 1024x768, 768x576; 1152x864, 768x576; 1280x960, 768x576; 640x480, 768x576"
Option "TwinViewOrientation" "RightOf"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "COMPOSITE"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse<font size="1">" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
</font><hr></pre></blockquote>

System: Suse8.0 / Xfree 4.2 / Kernel 2.4.19-vanilla
OpenGL und alles andere, was der Treiber bereitstellt (XV) funktioniert
Bis denne denn

Christian Nobis

Post Reply