|
|
#1 | |
|
Registered User
Join Date: Apr 2010
Location: CA, USA
Posts: 2
|
I have a MythTV setup using a NVidia 7600GS video card hooked up to a Samsung DynaFlat CRT TV (4:3 aspect ratio, 1080i capable). And I'm using the latest (Ubuntu approved) NVidia drivers.
By putting these two lines Code:
Option "TvOutFormat" "Component" Option "TVStandard" "HD1080i" If I use HD480p I can get 720x480 resolution (I believe that is correct, in addition to 640x480) but it is hard to do maintenance using it (although I do ssh to the box all the time). What I'd like to be able to do is to run 1024x768. If I run TvOutFormat as SVIDEO or COMPOSITE I can get that resolution and it looks pretty good EXCEPT that I get either a blue tint (COMPOSITE) or a red tint (SVIDEO). If I try running 1024x768 using the HD1080i as TvOutFormat, I get a 1024x768 viewable area inside the 1920x1080 screen. It appears to me that my problem is that I must set TvOutFormat as COMPONENT to get the right signal, but that forces me to use only certain resolutions, namely HD1080i, or HD480p (my TV doesn't to HD720p). Does anyone have any suggestion for this? I'm actually not 100% sure what resolution I should be running on the TV given that my video content is almost all SD (SD recording and DVDs). Just for completeness here is the relevant part of my xorg.conf. Code:
Section "Device" Identifier "videocard1" Driver "nvidia" Vendorname "nVidia Corporation" Boardname "GeForce 7600GS" BusID "PCI:1:0:0" Option "TvOutFormat" "Component" Option "ConnectedMonitor" "TV" Option "UseDisplayDevice" "TV" Option "TVStandard" "HD1080i" #"HD480p" EndSection Section "Monitor" Identifier "SamsungTV" VendorName "Samsung" ModelName "DynaFlatHD" HorizSync 30-50 VertRefresh 60 EndSection Section "Screen" Identifier "TVScreen" Device "videocard1" Monitor "SamsungTV" DefaultDepth 24 Option "UseEDID" "FALSE" SubSection "Display" #Viewport 0 0 #Do we need this? Depth 24 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection IceCap |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Apr 2010
Location: CA, USA
Posts: 2
|
After searching this forum a little bit more, I guess this is an old problem that no one (at nVidia?) has bothered to fix.
See this post here from 2007. This is exactly my problem. I'll have to wait fixing this until I get a new TV. Thanks anyway. IC |
|
|
|
|
![]() |
| Thread Tools | |
|
|