LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-27-2004, 11:35 PM   #1
joel112
Member
 
Registered: Apr 2003
Distribution: Debian
Posts: 169

Rep: Reputation: 30
Triple Monitors


Hi all,

i currently have a NVIDIA GeForceFX confiured dual head, I.E two monitors, but i want to add a third via a TNT2 pci card

current XF86Config:

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"


RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "/usr/X11R6/lib/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/share/fonts/monotype/TrueType/"


EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "ramdac"
EndSection

Section "InputDevice"


Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "uk"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux" #change /dev/psaux to the location of your mouse...
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"


Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell P991"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "dpms" "off"
EndSection

Section "Device"

#Option "UseEdidFreqs" "1"
Identifier "NV AGP"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
VideoRam 131072
Option "TwinVIew" "1"
Option "RenderAccel" "1"
Option "NvAGP" "3"
Option "DigitalVibrance" "16"
Option "NoLogo"
Option "CursorShadow" "true"
Option "CursorShadowXOffset" "5"
Option "CursorShadowYOffset" "4"
Option "SecondMonitorHorizSync" "30.0-95.0"
Option "SecondMonitorVertRefresh" "50.0-160.0"
Option "ConnectedMonitor" "CRT,CRT"
Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, NULL; 800x600, 800x600; 1024x768, 1024x768"
Option "Xinerama" "0"
Option "TwinViewOrientation" "RightOf"
EndSection

Section "Screen"
Identifier "Screen0"
Device "NV AGP"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" #delete any modes your monitor cant support
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

How do i edit it to add the third card? preferablly so the third monitor is above the other 2
 
Old 04-28-2004, 01:50 AM   #2
iluvatar
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403

Rep: Reputation: 30
can't you use xf86cfg to configure your third monitor? this is a graphical configuration tool for X.

greetz,
.-=~ iluvatar ~=-.
 
Old 04-28-2004, 01:52 AM   #3
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
You need to have matching Screen, Monitor, and Device sections for your new card.
 
Old 05-01-2004, 01:36 PM   #4
joel112
Member
 
Registered: Apr 2003
Distribution: Debian
Posts: 169

Original Poster
Rep: Reputation: 30
right, got the card in now, after some minor bodging, how do i go about setting up the sections for the new card, the first card is a dualhead GeForceFX, do i need another Nvidia module for the TNT card?

lspci spews out

02:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0342 (rev a1) - the agp card

and
01:08.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15) - the tnt2

how do i go about stting up and using it?
 
Old 05-20-2004, 04:45 PM   #5
sleepindawg
Member
 
Registered: Aug 2003
Location: Kansas... USA
Distribution: Mandrake10 Offical, Debian Sarge, Knoppix, GO Ubuntu!!! my new home
Posts: 79

Rep: Reputation: 15
Have you gotten anywhere on this yet???
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
triple OS anand_pep Linux - Newbie 6 03-17-2005 03:50 AM
Need help with triple monitors TwistedAnimator Linux - Hardware 2 01-17-2005 11:38 AM
Triple Monitors? gsibble Linux - Hardware 2 08-25-2004 01:24 AM
2 monitors, nvidia, problem with window-size (maximize uses both monitors) meximex Linux - Hardware 1 05-19-2004 04:37 AM
TV's, CRT Monitors, LCD Monitors... refresh rates and other questions MasterC General 13 05-12-2003 04:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration