Click to See Complete Forum and Search --> : dual monitor with different resolutions.


roRisc
01-15-2005, 08:10 PM
I'm getting a dvi-to-analog converter and I want to know if I can run dual monitor on an Ati Radeon9700SE, with the 2 monitors having different resolutions (I have a 19' and a 17')

Any RTFM links regarding this issue would be wonderful.
thanks.

madcompnerd
01-15-2005, 10:12 PM
If your card has two seperate video outputs yes. The radeon utility I think will mostly set it up for you..

eskiled
01-16-2005, 01:04 AM
I would say you should probably buy another (pci) video card. I am not quite sure this applies, as it is a little different then my question but Someone told me that if you do that both monitors will be dark, so you need a powered converter. those set up back about a hundred bucks (usd) so you should prolly just buy a new video card. It is explained in this (http://www.computing.net/hardware/wwwboard/forum/27912.html) thread over at www.computing.net. Goodluck!


eskiled

gehidore
01-16-2005, 01:21 AM
my nvidia setup:

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 64.3
VertRefresh 60
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
HorizSync 31.5 - 64.3
VertRefresh 60
Option "DPMS"
EndSection

Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "NoLogo" "1"
Option "NvAgp" "1"
Option "RenderAccel" "True"
Option "HWCursor" "On"
Option "IgnoreDisplayDevices" "DFP, TV"
Screen 0
EndSection

Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusId "PCI:2:0:0"
Option "NoLogo" "1"
Option "NvAgp" "1"
Option "RenderAccel" "True"
Option "HWCursor" "On"
Option "IgnoreDisplayDevices" "DFP, TV"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device "nvidia1"
Monitor "Monitor1"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection

Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"

rocketpcguy
01-16-2005, 01:58 AM
so gehidore, is that spanning monitors, or two separate xservers? dont mind if i ask you some questions regarding your setup? i want to see if its worth transporting my old working monitor to my geforce ti4400

gehidore
01-16-2005, 02:09 AM
Originally posted by rocketpcguy
so gehidore, is that spanning monitors, or two separate xservers? dont mind if i ask you some questions regarding your setup? i want to see if its worth transporting my old working monitor to my geforce ti4400

That one is two seperate, by a simple modification like so :

#Section "Screen"
# Identifier "Screen0"
# Device "NVGLX"
# Monitor "Monitor0"
# DefaultDepth 24
##**********************************************
# Option "TwinView" "True"
# Option "SecondMonitorHorizSync" "31.5 - 64.3:
# Option "SecondMonitorVertRefresh" "60"
# Option "TwinViewOrientation" "RightOf"
# Option "MetaModes" "1280x1024,1024x768"
# Option "NoLogo" "True"
#**********************************************
# Subsection "Display"
# Depth 24
# Modes "1280x1024"
# ViewPort 0 0
# EndSubsection
#EndSection

you would be able to do spanned or (xinerama)

uncommented of course.

roRisc
01-16-2005, 10:27 PM
gehidore, thanks. I'll be back when I run into trouble. :D

cheers.

DimGR
01-17-2005, 12:11 AM
yes you can



fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 1.3.4641 (X4.3.0-3.14.6)



display: :0.0 screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 1.3.4641 (X4.3.0-3.14.6)



use fglrxconfig

Alex Cavnar, aka alc6379
01-28-2005, 01:29 AM
Here's one thing to consider about running Xinerama (dual head spanning) from the HOWTO (http://www.tldp.org/HOWTO/Xinerama-HOWTO/planning.html#AEN75):


There are several UI issues which are specific to Xinerama with most current generation window managers (see Section 9) do not address well. The most anoying is the poor handling of dead areas.

Window managers assume the display area is a rectangle equal in size to the heighth and width of your total desktop. If you use more than one display resolution in a Xinerama setup your desktop will be non-rectangular. This results in "dead areas", areas which do not exist on your display, but window manager interpret as "Empty". Many window managers will try to utilize this dead area for new windows. The result is windows which are inaccessable. As window managers become Xinerama aware and this problem will go away quickly.