Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Installation - Getting started with Red Hat Linux
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Dell Precision 670 with Nvidia Quadrofx 3400

Dell Precision 670 with Nvidia Quadrofx 3400

2005-01-10       - By Tom Sightler

 Back
Reply:     1     2     3     4     5     6  

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.&nbsp; 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.&nbsp; Setting them up with twinview
worked fine, but I really wanted two screens.&nbsp; In the end the problem
turned out to be that I needed to explicitly include the &quot;ConnectedMonitor
&quot; option to tell the driver which particular display device was associated
with which screen.&nbsp; Something like this:<BR>
<BR>
Section &quot;Device&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;nvidia0&quot;
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;nvidia&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; &quot;PCI:1:0:0&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;ConnectedMonitor&quot; &quot;DFP-0&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Device&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;nvidia1&quot;
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;nvidia&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; &quot;PCI:1:0:0&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;ConnectedMonitor&quot; &quot;DFP-1&quot;<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.
&nbsp; When I used an analog external monitor I was able to get by with:<BR>
<BR>
Section &quot;Device&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;nvidia0&quot;
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;nvidia&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; &quot;PCI:1:0:0&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;ConnectedMonitor&quot; &quot;DFP&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Device&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;nvidia1&quot;
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;nvidia&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; &quot;PCI:1:0:0&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;ConnectedMonitor&quot; &quot;CRT&quot;<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.