noobmartin n00b
Joined: 07 May 2005 Posts: 15
|
Posted: Wed May 10, 2006 7:00 pm Post subject: Geforce2 MX tv-out, distorted screen. |
|
|
Hello there.
I'm trying to get TV-out working with my Nvidia Geforce2 MX.
I do get some kind of picture, but it's distorted and flickering, not very nice at all...
I don't think the problem is the drivers, since I have tried different versions of the driver.
Here follows the essential parts of my config:
Code: |
Section "Device"
Identifier "lcd"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo" "1"
Option "TVStandard" "PAL-G"
Option "TVOutFormat" "SVIDEO"
Option "ConnectedMonitor" "TV-0"
EndSection
...
Section "Monitor"
Identifier "lcd"
HorizSync 30-50
VertRefresh 60
EndSection
...
Section "Screen"
Identifier "lcd"
Device "lcd"
Monitor "lcd"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
|
I am simply puzzled.... |
|