P
pospiech
Doppel-As
Habe eine Mx400er Karte von der ich ein TV Signal haben möchte.
Ich habe das Programm yanc zum Erstellen der XF86Config-4 genommen.
Funktionieren tut danach leider nicht mehr sondern weniger - die Bildfrequenz ist auf 75 Hz gefallen und TVOut geht immer noch nicht.
nvidia Treiber ist der neueste.
XF86Config-4 sieht wie folgt aus:
Leider habe ich gar keine Ahnung was hier falsch mache, aber bestimmt hat einer von euch das schon konfiguriert bekommen ?
Wofür ist dabei eigentlich das Programm nvtv da ?
Matthias
Ich habe das Programm yanc zum Erstellen der XF86Config-4 genommen.
Funktionieren tut danach leider nicht mehr sondern weniger - die Bildfrequenz ist auf 75 Hz gefallen und TVOut geht immer noch nicht.
nvidia Treiber ist der neueste.
XF86Config-4 sieht wie folgt aus:
Code:
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
Option "NvAGP" "3"
Option "DigitalVibrance" "0"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60-60"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
Option "MetaModes" "1152x864 @800x600,1152x864 @800x600"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "Display 1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1152 864
EndSubsection
Subsection "Display"
Depth 15
Virtual 1152 864
EndSubsection
Subsection "Display"
Depth 16
Virtual 1152 864
EndSubsection
Subsection "Display"
Depth 24
Virtual 1152 864
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Matrox PowerDesk configured."
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Section "Files"
FontPath "unix/:-1"
EndSection
Section "Module"
Load "dbe"
Load "v4l"
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
EndSection
Section "ServerFlags"
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de(nodeadkeys)"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Display 1"
VendorName "Sony"
ModelName "Sony CPD-G200"
HorizSync 30.0 - 96.0
VertRefresh 48.0 - 120.0
ModeLine "1024x480" 65.0 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.0 768 800 960 1024 576 578 590 616
ModeLine "1152x864@85Hz:0" 122.4 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
Gamma 0.75 0.75 0.75 # created by KGamma
EndSection
Section "Monitor"
Identifier "monitor2"
ModeLine "1024x480" 65.0 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.0 768 800 960 1024 576 578 590 616
EndSection
Wofür ist dabei eigentlich das Programm nvtv da ?
Matthias