View previous topic :: View next topic |
Author |
Message |
kiwi n00b


Joined: 10 Aug 2002 Posts: 46 Location: kitchener, Ontario Canada
|
Posted: Fri Oct 31, 2003 12:07 am Post subject: daul head with nvidia 4200ti |
|
|
may some one help me?
i need a working config -XFree86" that will support dual monitors
i have a dell 21" - secondary and an acer 17" lcd - primary
help |
|
Back to top |
|
 |
meowsqueak Veteran


Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Fri Oct 31, 2003 12:40 am Post subject: |
|
|
You need two video card sections, two monitor sections, two screen sections, and a ServerLayout section that ties them all together. Here's mine - perhaps you can use this as a starting point.
Code: | Section "Monitor"
Identifier "Viewsonic E771"
HorizSync 31.5 - 70.0
VertRefresh 50 - 120
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Viewsonic VG700b"
HorizSync 30 - 90
VertRefresh 50 - 120
DisplaySize 340 270
Option "DPMS"
EndSection
Section "Device"
Identifier "Nvidia TNT2"
Driver "nv"
VideoRam 16384
BusID "PCI:0:11:0"
EndSection
Section "Device"
Identifier "ATI Radeon RV250"
Driver "radeon"
VideoRam 65536
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Nvidia TNT2"
Monitor "Viewsonic E771"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "ATI Radeon RV250"
Monitor "Viewsonic VG700b"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
Screen "Screen 2" LeftOf "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection |
|
|
Back to top |
|
 |
kiwi n00b


Joined: 10 Aug 2002 Posts: 46 Location: kitchener, Ontario Canada
|
Posted: Fri Oct 31, 2003 12:51 am Post subject: |
|
|
hmm,
its a start |
|
Back to top |
|
 |
meowsqueak Veteran


Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Fri Oct 31, 2003 2:42 am Post subject: |
|
|
Yup, it most definitely is. You've probably also noticed that it isn't a full X config file... |
|
Back to top |
|
 |
sweede n00b


Joined: 02 Jan 2003 Posts: 45
|
Posted: Fri Oct 31, 2003 2:48 am Post subject: |
|
|
the Geforce 4 Ti4200 card is a dual output card. you dont need two device or monitor sections, but instead a couple of config options, most notably
Option "TwinView" "1"
You will need more options to get it fullly working
check out /usr/share/doc/nvidia-glx/readme (i think)
you also MUST use the nvidia driver, not the lame nv one supplied by XFree86 |
|
Back to top |
|
 |
meowsqueak Veteran


Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Fri Oct 31, 2003 3:51 am Post subject: |
|
|
Ah, yes, I forgot about the dual outputs. I am actually using two separate video cards, if that isn't clear. |
|
Back to top |
|
 |
sweede n00b


Joined: 02 Jan 2003 Posts: 45
|
Posted: Fri Oct 31, 2003 3:55 am Post subject: |
|
|
heh, ya i've had to do the two card thing until i got my ti4200 , it makes it soooooo much easier |
|
Back to top |
|
 |
kiwi n00b


Joined: 10 Aug 2002 Posts: 46 Location: kitchener, Ontario Canada
|
Posted: Fri Oct 31, 2003 5:19 pm Post subject: |
|
|
that is great,
could you post a working config file for XFree86
using two monitors on nvidia 4200ti |
|
Back to top |
|
 |
|