Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] X.org Nvidia GF 6600 GT--TVout nur schwarzweiß[SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Sun Aug 14, 2005 10:50 pm    Post subject: [OT] X.org Nvidia GF 6600 GT--TVout nur schwarzweiß[SOLVED] Reply with quote

Hi@ALL,
ich versuche momentan meinen PC an den Fernseher anzuschließen und hab dazu erstmal eine kleine Test-Config für X angelegt:

Code:
Section         "Module"
        Load            "dbe"
        SubSection   "extmod"
        Option          "omit xfree86-dga"
        EndSubSection
        Load            "type1"
        Load            "freetype"
        Load            "glx"
        Load            "dri"
        EndSection
Section         "Files"
        RgbPath         "/usr/lib/X11/rgb"
        FontPath        "/usr/share/fonts/misc/"
        FontPath        "/usr/share/fonts/TTF/"
        FontPath        "/usr/share/fonts/Speedo/"
        FontPath        "/usr/share/fonts/Type1/"
        FontPath        "/usr/share/fonts/CID/"
        FontPath        "/usr/share/fonts/75dpi/"
        FontPath        "/usr/share/fonts/100dpi/"
        FontPath        "/usr/share/fonts/local/"
        EndSection
Section         "InputDevice"
        Identifier      "Kbd[0]"
        Driver          "kbd"
        Option          "AutoRepeat"            "500 30"
        Option          "XkbModel"              "microsoft"
        Option          "XkbLayout"             "de"
        Option          "XkbVariant"            "nodeadkeys"
        EndSection
Section         "InputDevice"
        Identifier      "Mouse[0]"
        Driver          "mouse"
        Option          "Protocol"              "IMPS/2"
        Option          "Device"                "/dev/input/mice"
        Option          "ZAxisMapping"          "4 5"
        EndSection
Section         "Monitor"
        Identifier      "Monitor[0]" #TFT
        HorizSync       30 - 80
        VertRefresh     56-76
        EndSection
Section         "Monitor"
        Identifier      "Monitor[1]" #TV
        HorizSync       60
        VertRefresh     30-150
        EndSection
Section         "Device"
        Identifier      "Dev[0]"
        Driver          "nvidia"
        Option          "RenderAccel"           "True"
        Option          "EnablePageFlip"        "True"
        Option          "AllowGLXWithComposite" "true"
        Option          "AGPFastWrite"          "True"
        Option          "AGPMode"               "8"
        Option          "NoLogo"                "on"
        BusID           "AGP:2:00:0"
        Screen 0
        EndSection
Section         "Device"
        Identifier      "Dev[1]"
        Driver          "nvidia"
        Option         "RenderAccel"           "True"
        Option         "EnablePageFlip"        "True"
        Option         "AllowGLXWithComposite" "true"
        Option         "AGPFastWrite"          "True"
        Option         "AGPMode"               "8"
        Option         "NoLogo"                "on"
        Option         "TVOutFormat"            "SVIDEO"
         Option "IgnoreEDID" "off"
        Option         "TVStandard"             "PAL-B"
        Option         "ConnectedMonitor"      "Monitor[1]"
        BusID           "AGP:2:00:0"
        Screen 1
        EndSection
Section         "Screen"
        Identifier      "Screen[0]"
        Device          "Dev[0]"
        Monitor         "Monitor[0]"
        DefaultDepth    24
        Subsection      "Display"
                        Depth           24
                        Modes           "1280x1024"
                        ViewPort        0 0
        EndSubsection
        EndSection
Section         "Screen"
        Identifier      "Screen[1]"
        Device          "Dev[1]"
        Monitor         "Monitor[1]"
        DefaultDepth    24
        Subsection      "Display"
        Depth           24
        Modes           "1024x768"
        ViewPort        0 0
        EndSubsection
        EndSection
Section         "ServerLayout"
        Identifier      "Layout[0]"
        Screen   0      "Screen[0]"
        Screen   1      "Screen[1]"     LeftOf          "Screen[0]"
        InputDevice     "Mouse[0]"      "CorePointer"
        InputDevice     "Kbd[0]"        "CoreKeyboard"
        EndSection
Section                "Extensions"
       Option          "Composite"     "Enable"
       EndSection


So hab den ganzen Kommentierten Kram rausgelassen. Bei meiner Grafikkarte gibt es einen "Multi" Ausgang der durch einen zusätzlichen Adapter dann in
SVIDEO, VIDEO,Y,Pb und Pr
aufgeteilt wird. der Fernseher ist am SVIDEO angeschlossen.

Problem ist nun das ich nurn Schwarzweiß Bild bekomme.
Ich habe diese Grafikkarte schonmal unter Windows an einem anderen Fernseher angeschlossen bei diesem ging es in Farbe...(Selbe Kabel)

Hoffe mir kann jemand Helfen
Gruß
Lunx


Last edited by LunX on Mon Aug 15, 2005 10:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Mon Aug 15, 2005 3:34 am    Post subject: Reply with quote

So hab die nacht über mal eben Windows auf ne kleine Platte gebügelt und siehe da es geht!
Warum nur unter Linux net?
Gruß
Lunx
Back to top
View user's profile Send private message
s|mon
Apprentice
Apprentice


Joined: 04 Jul 2004
Posts: 209
Location: Bayern [de]

PostPosted: Mon Aug 15, 2005 9:34 pm    Post subject: Reply with quote

Hi also ich kann zwar nicht auf anhieb sagen woran es bei dir liegt aber ich poste mal nen Ausschnitt aus meiner config, da gehts. Ich denke du hast beim TV- Horizontal und Vertical Refresh vertauscht.

Code:

Section "Device"
Identifier "GeForce 6600 GT 0"
Driver "nvidia"
 Option     "RenderAccel" "true"
 Option     "NvAGP"          "1"
VideoRam 131072
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP"
Screen 0
EndSection

Section "Device"
Identifier "GeForce 6600 GT 1"
 Option     "RenderAccel" "true"
 Option     "NvAGP"          "1"
Driver "nvidia"
VideoRam 131072
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "TV"
Screen 1
EndSection

Section "Screen"
Identifier "Screen 1"
Device "GeForce 6600 GT 1"
Monitor "SonyTV"
DefaultDepth 24

   Subsection "Display"
   Depth 24
   Modes "800x600" "640x480"
   ViewPort 0 0
   EndSubsection
EndSection

Section "Screen"
 Identifier "Screen 0"
 Device "GeForce 6600 GT 0"
 Monitor "Eizo768"
 DefaultDepth 24
 Option   "NvAGP" "1"
 
   Subsection "Display"
   Depth 8
   Modes "1280x1024" "1024x768" "800x600" "640x480"
   ViewPort 0 0
   EndSubsection
   Subsection "Display"
   Depth 16
   Modes "1280x1024" "1024x768" "800x600" "640x480"
   ViewPort 0 0
   EndSubsection
   Subsection "Display"
   Depth 24
   Modes "1280x1024" "1024x768" "800x600" "640x480"
   ViewPort 0 0
   EndSubsection
EndSection


Und nochwas, ist bei dir die Farbe schon weg bevor X gestartet hat, also die Bootmeldungen schon schwarz/weiß ?
Bei mir zeigt er die startmeldungen der Services schon mit grünem [OK] !
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Mon Aug 15, 2005 9:40 pm    Post subject: Reply with quote

Also ich hab das ganze jetzt mal mit nem Chinch Kabel probiert und nun bekomme ich beim Booten zumindest Farbe rein. Werde das mit den Raten jetzt mal Probieren.
Back to top
View user's profile Send private message
LunX
Guru
Guru


Joined: 18 May 2004
Posts: 391
Location: Rastede

PostPosted: Mon Aug 15, 2005 10:00 pm    Post subject: Reply with quote

OK habs geschafft.
1. Mein Fernsehere kann kein S-Video
2. Ich musste die einstellungen von Xorg einmal "umdrehen"

Denn die erste Device Section war mein Fernseher und nicht mein Monitor!?
Danke für die Hilfe

Gruß Lunx
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum