[mythtv-users] TV-Out problem NVidia 4 MX 440

Örn Hansen orn.hansen at swipnet.se
Mon Mar 15 06:54:25 EST 2004


måndag 15 mars 2004 06:32 skrev Thomas Lann:
>
> I've copied the relevant sections from my XF86Config
> below. If someone notices something, please let me
> know.

  The problem you are encountering, is that you've mixed two different setups.  
You can use the card you have as one card, with two independent screens.  
That will show two independant desktops.  Or you can set it up, as TwinView, 
which creates either one virtual desktop that stretches over two screens, or 
clones the original display on the second.

  In your case, cloning and stuff is quite hard since you are using a 
1280x1024 on the primary screen, and 640x480 on your TV.  So, a virtual 
desktop with twin view must be what you are striving for (I'm guessing).  If 
that's the case, the extra Monitor section, and the extra Screen section for 
the TV aren't necessary.  For a twin view setup, you specify the following 
extra options instead of the Screen, Monitor sections for the TV.

Option "SecondMonitorHorizSync"     "30-50"
Option "SecondMonitorVertRefresh"   "60"
Option "MetaModes"                  "1280x1024; 640x480"

  For reference, see Appendix I in the NVidia README file.

ftp://download.nvidia.com/XFree86/Linux-x86/1.0-5336/README

  If your intention was to setup an extra X screen, that shows a desktop 
independant of the one on the primary screen.  You cannot do that, with the 
TwinView option.  The NVidia briefly mentions this, but doesn't go into any 
detail on how to do it.  Iff, that is what you are trying to do ... you need 
to comment the TwinView option and its associated options, and create a 
different Device section for the TV, which you then combine in the Server 
setup section, of your XF86Config file.

> My XF86Config looks like this
> --------------
> Section "Monitor"
> 	Identifier   "CRT"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "Monitor 1280x1024"
> 	HorizSync    31.5 - 79.0
> 	VertRefresh  50.0 - 90.0
> 	Option	    "dpms"
> EndSection
>
> #The TV
> Section "Monitor"
> 	Identifier   "TV"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "Monitor 640x480"
> 	HorizSync    30 - 50
> 	VertRefresh  60
> EndSection
>
> Section "Device"
> 	Identifier  "Videocard0"
> 	Driver      "nvidia"
> 	VendorName  "Chaintech"
> 	BoardName   "NVIDIA GeForce 4 MX 440"
> 	Option	    "RenderAccel" "1"
> 	#TV Out Setup
> 	Option     "TwinView"
> 	Option     "TwinViewOrientation" "Clone"
> 	#Option     "MetaModes" "1024x768,640x480"
> 	Option     "ConnectedMonitor" "CRT,TV"
> 	Option     "TVStandard"  "NTSC-M"
> 	Option     "TVOutFormat" "COMPOSITE"
> 	Option     "TVOverScan"  "0.6"
> EndSection
>
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "Videocard0"
> 	Monitor    "CRT"
> 	DefaultDepth     24
> 	SubSection "Display"
> 		Depth     24
> 		Modes    "1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection
>
> #TVOut Screen
> Section "Screen"
> 	Identifier "TVOut"
> 	Device     "Videocard0"
> 	Monitor    "TV"
> 	DefaultDepth     24
> 	SubSection "Display"
> 		Depth     24
> 		Modes     "640x480"
> 	EndSubSection
> EndSection
> --------------
> I also wonder if anyone else has had problems with the
> ATrpm kernels for FDC1.  When I download and install
> them I get unresolved symbols when trying to compile
> new drivers for my nforce 2 mobo with AMD.  The
> regular
> kernel 2.4.22-1.2174.nptl doesn't give me any
> problems, but the special rhfc1 does.
>
> Thanks for your time,
> Thomas
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - More reliable, more storage, less spam
> http://mail.yahoo.com


More information about the mythtv-users mailing list