|
|
#1 | |
|
Registered User
Join Date: Feb 2006
Posts: 4
|
Hi...
I use FreBSD 5.4 and nVidia 8178 drivers for Quadro4 400NVS. I want use 4 Monitors LCD. But this scheme not working. When starting Xorg server, OS rebooting immediately. Why??? Thank's for yous answer... May be say step-by-step why start X-server for 4 monitors???? Config file 'xorg.conf' below: ---------------- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1 Screen 3 "Screen3" RightOf "Screen2" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor3" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:0:0" Screen 0 Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Card0a" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:0:0" Screen 1 Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:4:0" Screen 0 Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Card1a" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:4:0" Screen 1 Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card0a" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Card1" Monitor "Monitor2" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen3" Device "Card1a" Monitor "Monitor3" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection ------------------------ Once more... When use 'nvidia-setting' as a result - "/libexec/ld-elf.so.1: Shared object "libgtk-x11-2.0.so.400" not found, requiered by "nvidia-settings" Why??? Thank's ------------- Serg |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
It's possible that the kernel panics for some reason; if possible, it would help if you obtained a trace via a serial console. Please see http://www.nvnews.net/vbulletin/show...58&postcount=1 for help with the `nvidia-settings` problem.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Feb 2006
Posts: 4
|
Hi...
Important change in my previous message.... "nvidia-settings" is working now. This config, listed below, must be working? but not... -----------config------------- Code:
Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:0:0" Screen 0 Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV17GL [Quadro4 200/400 NVS]" BusID "PCI:3:4:0" Screen 1 Option "TwinView" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Code:
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 14 20:52:48 2006 (==) Using config file: "/usr/X11R6/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen2" (1) (**) | |-->Monitor "Monitor2" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/ X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" -------then is "scanpci" process and his result is below (II) PCI: 03:00:0: chip 10de,017a card 10de,014c rev a3 class 03,00,00 hdr 00 (II) PCI: 03:04:0: chip 10de,017a card 10de,014c rev a3 class 03,00,00 hdr 00 (II) PCI: End of PCI scan --------later message (below) is interesting ---------- (--) PCI:*(3:0:0) nVidia Corporation NV17GL [Quadro4 200/400 NVS] rev 163, Mem @ 0xfc000000/24, 0xe0000000/27, 0xf0000000/19, BIOS @ xfe000000/17 (--) PCI: (3:4:0) nVidia Corporation NV17GL [Quadro4 200/400 NVS] rev 163, Mem @ 0xfd000000/24, 0xfe000000/19 ---------why for pci(3:0:0) is "*", but for pci(3:4:0) is no??? May be this is problems and how this correct? ---------then--------- (II) Primary Device is: PCI 03:00:0 (WW) NVIDIA: No matching Device section for instance (BusID PCI:3:4:0) found (--) Chipset NVIDIA GPU found (--) Chipset NVIDIA GPU found ---------Why "No matching Device section"? But section in my config"xorg.conf" for BusID PCI:3:4:0 is present???? -------Then---------- (EE) Screen 1 deleted because of no matching config section. (II) UnloadModule: "nvidia" -------- Result work "nvidia-settings" is "localhost:0.1" with 2 monitors. This is without working second chip in card QUADRO4 400NVS Thank's .... ----------- WRT Sergey |
|
|
|
![]() |
| Thread Tools | |
|
|