|
|
#1 | |
|
Registered User
Join Date: Nov 2006
Posts: 38
|
I have a 9500 GT with two LCD monitors connected and a HDTV via component output.
I want to use nvidia-settings to switch between 2 LCD and 1 LCD + HDTV, without changing xorg.conf and restarting kdm. In nvidia-setting's under Display Configuration I see all three displays and the TV-0 is set to off. If I configure TV-0 as Twinview and say auto resolution I get : MetaMode 1 of Screen 0 has more than two active display devices. Can someone sugguest how to fix this? Also, the resolution of the TV is 1024x768. I want 1280x720. Here's my xorg.conf Code:
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 9500 GT"
Option "TwinView"
Option "TwinViewOrientation" "RightOf"
Option "UseEdidFreqs" "True"
Option "ConnectedMonitor" "CRT-0, CRT-1, TV"
Option "MetaModes" "CRT-0: 1920x1080, CRT-1:1440x900"
Option "TVStandard" "HD720p"
Option "TVOutFormat" "COMPONENT"
Option "AddARGBGLXVisuals" "True"
Option "DPMS" "True"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
You have to explicitly disable your other screen by clicking on it, then clicking "Configure..." and choosing "Disabled". As for the resolutions for the TV, you may not be able to get 1280x720 because TV encoders usually have a fixed set of available resolutions.
|
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Nov 2006
Posts: 38
|
Quote:
The problem is that in the xorg.conf I do not no how to specify the TV to be 1280x720p on the previous config (above) I mentioned. Can of hard to explain I guess. As you can see between the two xorg.conf's I have two diff metamodes. Code:
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 9500 GT"
Option "TwinView"
Option "TwinViewOrientation" "RightOf"
Option "UseEdidFreqs" "True"
Option "ConnectedMonitor" "CRT-0, CRT-1, TV"
Option "MetaModes" "CRT-0: 1920x1080, TV: 1280x720"
Option "TVStandard" "HD720p"
Option "TVOutFormat" "COMPONENT"
Option "AddARGBGLXVisuals" "True"
Option "DPMS" "True"
BusID "PCI:2:0:0"
EndSection
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenGL apps crashing in NVIDIA driver when switching desktop | dinosaur | NVIDIA Linux | 0 | 06-01-12 07:09 PM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Found Simpsons in NVIDIA registry settings! | ShVen | NVIDIA GeForce 7, 8, And 9 Series | 6 | 10-06-02 09:26 PM |