|
|
#13 | |
|
Registered User
Join Date: Mar 2012
Posts: 15
|
Well, from what I understand, by connecting them, you are getting the cards to work in tandem. That must be why in SLI FAQ from Nvidia, they say that SLI enabled cards only support two monitors; basicly they become the equivalent of one card output with the computing capabilities of both cards behind it. But I'm still reading about it, so I will repost when I understand the details better.
|
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Mar 2012
Posts: 18
|
Quote:
|
|
|
|
|
|
|
#15 |
|
Registered User
Join Date: Mar 2012
Posts: 15
|
I'm hesitant to give recommendations without knowing more about your rig and your setup. First off, if you are running a dual boot for windows and linux, if you diable sli physically and windows drivers are setup for sli, you might hose windows setup. Second, I've seen some reference to bios settings for sli, but I also know that on my mobo, the instructions to setup sli have nothing to do with any setting in my bios: install boards to 16x slots, connect sli bridge, connect pcie power to cards, boot and setup with nvidia control panel in windows. But your mobo may have a bios setting as well; I don't know, not knowing what mobo you have.
If you are running linux only, then I know what I would do: 1) power down 2) disconnect the sli bridge connector, if one is connecting the gfx boards 3) make sure all monitors are connected 4) boot into bios and check for sli options; disable if found 5) boot into linux and make sure that nvidia driver is the only graphics driver that will load (ie totally disable nouveau: if `lsmod | grep nouveau` shows anything, you will need to disable nouveau and reboot 6) boot into single user mode or `sudo telinit 1` 7) as root, create a fresh xorg.conf: a) backup existing /etc/X11/xorg.conf (DO THIS) b) create fresh temporary xorg.conf: `Xorg -configure` c) modify xorg.conf for nvidia driver: `nvidia-xconfig -c ./xorg.conf.new -o ./xorg.conf.nvidia` d) test new xorg.conf.nvidia: `Xorg -config ./xorg.conf.nvidia` NOTE: if this hangs, then CTRL-ALT-F1 will return you to terminal and you can kill the server manually. Stop here if this happens to troubleshoot what went wrong (check /var/log/Xorg.0.log for starters). e) if you had any additions or tweaks for input drivers in backed up xorg.conf, you will probably want to add them to the new xorg.conf, at some point 8) if all goes well to here, you are ready to `cp ./xorg.conf.nvidia /etc/X11/xorg.conf` 9) telinit 2 will take you into multiuser mode, what ever graphical login manager you have installed or terminal if none 10) once running X with new config, you can run nvidia-settings and tweak the layout in the "X Server Display Configuration" section If all monitors don't show up, troubleshooting is next, but I'm way ahead of myself already This how I get started. "Murphy's Law" states that this will probably not go with out some kind of hitch, but it's a start. This, in and of it's self, does not get the setup you want, but it's a start. You would need a good ServerLayout section in the /etc/X11/xorg.conf as well as proper screen definitions to match your setup in Screen sections. But that can come after, perhaps the nvidia-settings ui will be enough to set it up, perhaps it will require manual edits. Can go into that later. Let me know if you decide to go this route and want some help. John |
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Mar 2012
Posts: 18
|
Quote:
lsmod | grep nouveau nouveau 545197 5 ttm 48725 1 nouveau drm_kms_helper 27227 1 nouveau drm 167670 7 nouveau,ttm,drm_kms_helper i2c_algo_bit 12841 1 nouveau video 17628 1 nouveau mxm_wmi 12473 1 nouveau i2c_core 23876 5 nouveau,drm_kms_helper,drm,i2c_algo_bit,i2c_i801 button 12937 1 nouveau so it appears that I have a whole lot of nouveau running. How does one shut it all off so that I could install the nvidia 295.20 drivers? I will be away for a few days but will be returning to this upon return! Thank you for your assistance!!! |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Mar 2012
Posts: 15
|
There are good references to disabling the nouveau driver in the docs I pointed out to you, but I give you the quick lowdown.
1) Install debian nvidia pkgs using your favorite method (aptitude, synaptic, apt-get...) these 3 packages should pull in all the required dependancies: nvidia-glx nvidia-settings nvidia-xconfig 2) blacklist the nouveau module edit /etc/modprobe.d/blacklist.conf (create it if it doesn't exist) and add these lines Code:
blacklist nouveau options nouveau modeset=0 3) This may be unnecessary, but I do it for completeness, in case the nouveau module might get loaded during boot by the initramfs: Code:
~# sudo update-initramfs -u -k all ~# sudo update-grub This is often hard coded by the boot loader. 3) Reboot and even if something tries to load the nouveau module, the 'modeset=0' line will enable you to properly unload the module. Now I find it best to go into single-user mode. You can accomplish this by either booting from grub into rescue-mode or from command line with Code:
~# sudo telinit 1 John |
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Mar 2012
Posts: 18
|
Quote:
There were some error messages (6 things that weren't working IIRC). Nvidia-xconfig would not run. Now I have a single screen at a 1280 x 800 resolution. see next response. |
|
|
|
|
|
|
#19 | |
|
Registered User
Join Date: Mar 2012
Posts: 18
|
Quote:
Any ideas - please? |
|
|
|
|
|
|
#20 |
|
Registered User
Join Date: Mar 2012
Posts: 15
|
Well, if you have the Nvidia driver running it is a step the right direction. When you look at the generated xorg,conf, does it list both of your cards? The generated conf file is a generallized one,. Can you post the generated file? It would help me to see what's going on if I can get an idiea if there might be driver conflicts or some such.
Also, if ou were able to get one screen, could you trying starting X and the run the graphical nvidia-settings which can be a good way to set up your screens. |
|
|
|
|
|
#21 |
|
Registered User
Join Date: Mar 2012
Posts: 15
|
Sorry, dual posted somehow.
|
|
|
|
|
|
#22 |
|
Registered User
Join Date: Mar 2012
Posts: 18
|
Sorry the Nvidia driver is NOT running at present.
Xconf (sorry its on a different computer) reads like there is only 1 card (removed the linking cable previously) with the log saying that there are no nvidia drivers even though the complete file was downloaded from Nvidia itself. Right now my copy of Debian testing just boots me into the CLI where I am unable to load the NVIDIA-Linux-x86_64-295.33.run (IIRC) file which was similar to the last one that I got to work (on Debian stable). |
|
|
|
|
|
#23 |
|
Registered User
Join Date: Mar 2012
Posts: 15
|
Oh, I see. testing has 295.20 and you must prefer 295.33. OK. I run unstable/sid and have 295.33, but unstable is not a good idea if you aren't used to fixing a borked update ( which happens now an then). If 295.20 (which is still very recent) could work for you, you could use apt-get or aptitude to install 295.20. I feel I've gotten you in over your head. I'll help all I can, but you sound discouraged. If you can be on the computer you say you are posting from, and near the other perhaps I can walk you through one to one to a point that will get you a reasonable setup. It's your call.
|
|
|
|
|
|
#24 | |
|
Registered User
Join Date: Mar 2012
Posts: 18
|
Quote:
What I don't have running: on Debian stable I have all four monitors working (using 295.20) but I cannot input anything on three screens (think I need to modify Xconf to give me a keyboard and mouse for each incidence of the server). on Debian testing I am presently to 1 working monitor (like the system and it would likely be my preferred choice IF I could get all the monitors working especially if it were one large workspace (7680 x 7680)). on Debian stable to setup KVM. As I've blown north of 125 hours already trying to get stable and testing to see four monitors and with a few steps into the KVM setup (setting up a raid array (first time)) its getting to feel like what I am trying to do is some kind of black art. What makes it frustrating is that things 'just work' on the Win7 side. I have a number of business things I need to get done so quite soon I am going to have to just start getting things done (it is tax season!!) so maybe I should just get things working somewhat (forget about dynamic screen setup on Debian period). John - - your assistance has been clear and easy to understand. I just don't have the background to get most of the in between stuff. So that's where I run into issues. Things that are clear and easy to someone who knows what they are doing are not always easy for me. I do hope that you are not getting too frustrated!! Any assistance you are willing to offer will be gladly accepted. |
|
|
|
|
![]() |
| Thread Tools | |
|
|