LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   gefore tv out question (https://www.linuxquestions.org/questions/linux-hardware-18/gefore-tv-out-question-400453/)

true_atlantis 01-06-2006 11:41 PM

gefore tv out question
 
2 problems,

1: i cant get tv out to work properly, it will work up untill X starts, this is what i have added to the xorg.conf file

Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024, 800x600; 1024x768, 800x600; 800x600, 800x
600; 640x480, 640x480;"
Option "TVStandard" "NTSC-M"
Option "TwinViewOrientation" "Clone"

am i missing anything?

2: when have the svideo cable plugged in, i get this error message at boot

You passed an undefined mode number.
Press <RETURN> to see video modes available, <SPACE> to continue or wait 30 secs."

what is this all about? and how can i stop it from showing that?

pld 01-08-2006 10:49 AM

Not sure if this will help, but there is a little program called nvtv (do they still call it that?) located on sourceforge at http://sourceforge.net/projects/nv-tv-out.

I had used this before with pretty good success. Might want to give it a try and see how it works for you.

I think though that the problem is that your television monitor does not operate at the same resolution as any of your computer monitors. It is usually something goofy (depending on NTSC or PAL), and would require the correct resolution to work.

Try the nvtv program first. It will give you TONS of information about your card, and getting it to work for you (modes, overscan (for NTSC), timings, etc).

true_atlantis 01-08-2006 01:50 PM

i have tried that, this is the output

linux:/home/atlantis # nvtv
Fatal: No supported video card found.

and im using a geforce 6600 GT

eka 01-09-2006 04:14 PM

I'll post a copy of my old X86 config.It is old but may help you.

Quote:

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768,800x600; 800x600,800x600;640x480;640x480"
Option "TwinView"
Option "TVOutFormat" "COMPOSITE"
Option "SecondMonitorHorizSync" "31.5-48.5"
Option "TVStandart" "PAL-D"
Option "ConnectedMonitor" "CRT,TV"
Option "TwinViewOrientation" "Clone"
Option "TVOverScan" "1.0"
EndSection


All times are GMT -5. The time now is 04:01 PM.