  | |  | Dell Precision 670 with Nvidia Quadrofx 3400 | Dell Precision 670 with Nvidia Quadrofx 3400 2005-01-10 - By Tom Sightler
Back This might be of some help. I had a very similar problem when trying to configure my Dell D800 laptop to use the built-in display and an external digital display as two separate screens. Setting them up with twinview worked fine, but I really wanted two screens. In the end the problem turned out to be that I needed to explicitly include the "ConnectedMonitor" option to tell the driver which particular display device was associated with which screen. Something like this:
Section "Device" Identifier "nvidia0" Driver "nvidia" BusID "PCI:1:0:0" Screen 0 Option "ConnectedMonitor" "DFP-0" EndSection
Section "Device" Identifier "nvidia1" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 Option "ConnectedMonitor" "DFP-1" EndSection
If I failed to do this then the driver appeared to actually try to display both screens on the same physical display, obviously not what I was looking for. When I used an analog external monitor I was able to get by with:
Section "Device" Identifier "nvidia0" Driver "nvidia" BusID "PCI:1:0:0" Screen 0 Option "ConnectedMonitor" "DFP" EndSection
Section "Device" Identifier "nvidia1" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 Option "ConnectedMonitor" "CRT" EndSection
I suppose this is because the driver was able to determine that the built-in monitor was the DFP and the external monitor was the CRT so I didn't have to add the -0 and -1 identifiers on the end, but with both monitors were digital setting just DFP (or autodetect) always failed until I learned to add the identifier string to the end.
Hope it helps.
Later, Tom
On Mon, 2005-01-10 at 14:37 +0300, regatta wrote:
> Hi everyone, > > We have Dell Precision 670 with Nvidia Quadrofx 3400. and we installed > the latest video driver from Nvidia > > and we can get the two monitors combined into one big display, but we > can't get them to act as two separate screens. > > any help in that ? >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2"> </HEAD> <BODY> This might be of some help. I had a very similar problem when trying to configure my Dell D800 laptop to use the built-in display and an external digital display as two separate screens. Setting them up with twinview worked fine, but I really wanted two screens. In the end the problem turned out to be that I needed to explicitly include the "ConnectedMonitor " option to tell the driver which particular display device was associated with which screen. Something like this:<BR> <BR> Section "Device"<BR> Identifier "nvidia0" <BR> Driver "nvidia"<BR> BusID "PCI:1:0:0"<BR> Screen 0<BR> Option "ConnectedMonitor" "DFP-0"<BR> EndSection<BR> <BR> Section "Device"<BR> Identifier "nvidia1" <BR> Driver "nvidia"<BR> BusID "PCI:1:0:0"<BR> Screen 1<BR> Option "ConnectedMonitor" "DFP-1"<BR> EndSection<BR> <BR> If I failed to do this then the driver appeared to actually try to display both screens on the same physical display, obviously not what I was looking for. When I used an analog external monitor I was able to get by with:<BR> <BR> Section "Device"<BR> Identifier "nvidia0" <BR> Driver "nvidia"<BR> BusID "PCI:1:0:0"<BR> Screen 0<BR> Option "ConnectedMonitor" "DFP"<BR> EndSection<BR> <BR> Section "Device"<BR> Identifier "nvidia1" <BR> Driver "nvidia"<BR> BusID "PCI:1:0:0"<BR> Screen 1<BR> Option "ConnectedMonitor" "CRT"<BR> EndSection<BR> <BR> I suppose this is because the driver was able to determine that the built-in monitor was the DFP and the external monitor was the CRT so I didn't have to add the -0 and -1 identifiers on the end, but with both monitors were digital setting just DFP (or autodetect) always failed until I learned to add the identifier string to the end.<BR> <BR> Hope it helps.<BR> <BR> Later,<BR> Tom<BR> <BR> <BR> On Mon, 2005-01-10 at 14:37 +0300, regatta wrote: <BLOCKQUOTE TYPE=CITE> <PRE> <FONT COLOR="#000000">Hi everyone,</FONT>
<FONT COLOR="#000000">We have Dell Precision 670 with Nvidia Quadrofx 3400. and we installed</FONT> <FONT COLOR="#000000">the latest video driver from Nvidia</FONT>
<FONT COLOR="#000000">and we can get the two monitors combined into one big display, but we</FONT> <FONT COLOR="#000000">can't get them to act as two separate screens.</FONT>
<FONT COLOR="#000000">any help in that ? </FONT>
</PRE> </BLOCKQUOTE> </BODY> </HTML>
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |