|
|
#1 | |
|
Registered User
Join Date: Apr 2003
Posts: 1
|
hi,
i'm trying to get my dual monitor setup to work. when i startx, only the screen associated with radeon is working. the 2nd screen, supposed to be run by geforce2, is all black. the message on the terminal that comes out when i log out is something like nv could not find match for instance PCI 1:5:0 screen1 deleted, no matching device found i ran both scanpci and lspci, and my geforce2 did register as PCI 1:5:0. my PCI card is running as primary, and AGP as secondary. i actually tried reversing the order but it still gave the same msg. here are the important sections of my XF86Config file Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "DevInputMice" "AlwaysCore" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Dell P1110" DisplaySize 400 300 HorizSync 30.0 - 121.0 VertRefresh 48.0 - 160.0 Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Dell P1110" DisplaySize 400 300 HorizSync 30.0 - 121.0 VertRefresh 48.0 - 160.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon 7500" BusID "PCI:0:10:0" Screen 0 EndSection Section "Device" Identifier "Videocard1" Driver "nv" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 2 GTS (generic)" BusID "PCI:1:5:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2002
Posts: 52
|
I have never run a multi-head setup so I cannot answer that portion of your question, BUT you are not useing the nvidia provided drivers. You XF86Config file still references nv, this should be changed to nvidia (after you download and install the drivers).
Please update your config, then retry and then repost. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |
| AGP not being enabled on Geforce2 mx | frankjr | NVIDIA Linux | 1 | 09-22-02 02:01 PM |
| Need help to get the X to work on my Acer TravelMate 630 | knchee | NVIDIA Linux | 16 | 09-19-02 10:16 PM |
| How do I get Dual Head working? | Heath | NVIDIA Linux | 1 | 08-22-02 12:44 PM |