Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nvida TwinView HDMI and S-Video
#1

Hello,

 

I just hit my 2 year anniversary as a noob with Linux.

I want to apologize in advance since this post may be a bit long, I have been at this for a week and am at a stalemate. I hope the Moderators don't mind all this detail in my question.

I am working with a HTPC (Home Theater PC) box using GenToo. This is not MythTV but a system using GenToo mainly for home theater use and is a bit stripped down. The folks that designed the system and package feel that TwinView cannot be done properly on their system and do not give technical support for TwinView. They were surprised I got this far with it.

 

The motherboard is a MSI K9MGM3 v1 with a Nvidia 6150 chipset for the video. The MB has HDMI out which I am using and it has Component(RGB) and S-Video out. The TV sizes are a Vizio 42 inch fed via HDMI and the Samsung 19 inch is fed video from a 2.4GHz A/V transmitter/receiver setup to another room of the house, S-Video is used for this.

What I am trying to accomplish is to have S-Video and HDMI out at the same time. At this time I have it working but the S-Video out is not correct. The first two images are showing the Option "MetaModes" "1920x1080 , 720x480". The second set of images is using a suggested setting of "MetaModes" "1080i , 1080i" which seems not to be the normal option. Using this setting got it a bit closer on the S-Video out. The main reason I am going through all this is that I would like to send the A/V throughout the house to different TVs. I am not worried about HD when watching this system. I have been in kind of a hurry to set all this up since I may soon be stuck in a wheelchair here and setting this up at a later time may be out of the question. I will place the xorg code in the post below. Any help would be greatly appreciated and thank you in advance.

 

"MetaModes" "1920x1080 , 720x480"

Vizio

[Image: vizio160.jpg]

Samsung

[Image: Samsung160.jpg]

 

"MetaModes" "1080i , 1080i"

Vizio

[Image: 1080ivizio160.jpg]

Samsung

[Image: 1080iSamsung160.jpg]

Reply
#2

Items in red, added code.

 

Section "Module"

 

Load "dbe" # Double buffer extension

SubSection "extmod"

Option "omit xfree86-dga" # don't initialise the DGA extension

EndSubSection

Load "type1"

Load "freetype"

Load "glx"

 

EndSection

 

Section "Files"

 

FontPath "/usr/share/fonts/misc"

FontPath "/usr/share/fonts/corefonts"

FontPath "/usr/share/fonts/default"

FontPath "/usr/share/fonts/encodings"

FontPath "/usr/share/fonts/ttf-bitream-vera"

FontPath "/usr/share/fonts/util"

 

EndSection

 

Section "ServerFlags"

 

Option "BlankTime" "0"

Option "StandbyTime" "0"

Option "SuspendTime" "0"

Option "OffTime" "0"

 

EndSection

 

Section "InputDevice"

 

Identifier "Keyboard1"

Driver "kbd"

Option "AutoRepeat" "800 5"

Option "XkbModel" "pc104"

Option "XkbLayout" "us"

 

EndSection

 

Section "InputDevice"

 

Identifier "Mouse1"

Driver "mouse"

Option "Device" "/dev/input/mice"

Option "Protocol" "IMPS/2"

Option "Buttons" "6"

Option "ZAxisMapping" "4 5"

 

EndSection

 

Section "Monitor"

Identifier "MonitorTv"

VendorName ""

ModelName "TV-NTSC"

HorizSync 24.0 - 80.0

VertRefresh 50.0 - 62.0

Option "nodpms"

Option "noddc"

 

# 16:9 uses 400 225

# 4:3 uses 300 225

DisplaySize 400 225

 

#Refresh Rate 60Hz

ModeLine "720x480" 26.7 720 740 808 896 480 481 484 497

Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync

Modeline "1920x1080_59i" 76.11 1920 1952 2240 2272 1080 1104 1110 1135 interlace

#DTV-PCTweakedModes

ModeLine "NTSC-59.94i" 14.35 768 808 864 912 483 485 491 525 Interlace

ModeLine "NTSC-59.94p" 28.699 768 808 864 912 483 485 491 525

ModeLine "NTSC-DVD-59.94i" 13.469 720 760 816 856 480 482 488 525 Interlace

ModeLine "NTSC-DVD-59.94p" 26.937 720 760 816 856 480 482 488 525

ModeLine "ATSC-480-59.94p" 23.916 640 664 736 760 480 482 488 525

ModeLine "ATSC-720-59.94p" 74.086 1280 1320 1376 1648 720 722 728 750

ModeLine "ATSC-1080-59.94i" 74.176 1920 1960 2016 2200 1080 1082 1088 1125 Interlace

ModeLine "ATSC-1080-59.94p" 148.352 1920 1960 2016 2200 1080 1082 1088 1125

 

 

EndSection

Section "Device"

Identifier "VideocardNvidiaTv"

Driver "nvidia"

Option "NvAGP" "1"

Option "UseEvents" "true"

Option "NoLogo" "true"

Option "RenderAccel" "true"

Option "NoRenderExtension" "false"

Option "NoFlip" "false"

Option "RandRRotation" "false"

Option "CursorShadow" "false"

Option "UseEDIDDpi" "false"

Option "UseEDID" "true"

Option "ExactModeTimingsDVI" "true"

Option "ModeValidation" "DFP-0: NoMaxPClkCheck, NoEdidMaxPClkCheck, AllowNon60HzDFPModes,NoDFPNativeResolutionCheck"

Option "ConnectToAcpid" "false"

Option "Twinview" "TRUE"


Option "TwinViewOrientation" "Clone"


Option "SecondMonitorHorizSync" "24.0 - 80.0"


Option "SecondMonitorVertRefresh" "50.0 - 62.0"


Option "MetaModes" "1920x1080 , 720x480"


Option "NoTwinViewXineramaInfo" "TRUE"


Option "ConnectedMonitor" "DFP , TV"


EndSection

 

Section "Screen"

Identifier "Screen0"

Device "VideocardNvidiaTv"

Monitor "MonitorTv"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

Modes "ATSC-1080-59.94p" "ATSC-720-59.94p"


EndSubSection

EndSection

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)