PDA

View Full Version : [all variants] TV as third monitor on one nVidia 7100 GS



Cyclops_
November 1st, 2009, 01:08 AM
Hey all,

I'm trying to find some configuration that will allow me to use my television as a 3rd monitor using the same video card. (The card has 3 outputs, one which goes to the TV.)

Using the NVidia X Server Settings GUI I can (using TwinView) either enable the two monitors, or one monitor and the TV. It won't let me get all three, using any combination of TwinView, Separate X Screen, etc....

I ended up with the following xorg.conf, but it doesn't seem to fit the bill:



# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Tue Mar 24 06:15:32 PST 2009

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

<snip (stuff for keyboard and mouse)>

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "NTS MB24W"
HorizSync 30.0 - 74.0
VertRefresh 50.0 - 61.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7100 GS"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7100 GS"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT-0: 1920x1200 +1600+0, CRT-1: 1600x1200 +0+0"
# Removed Option "metamodes" "CRT-0: 1920x1200 +1280+0, CRT-1: 1600x1200 +0+0"
# Removed Option "metamodes" "CRT-0: 1920x1200 +1400+0, CRT-1: 1400x1050 +0+150"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1920x1200 +1600+0, CRT-1: 1600x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device0"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
#Option "metamodes" "TV: nvidia-auto-select +0+0"
Option "metamodes" "TV: 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Any and all help will be greatly appreciated!

Thanks,