LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-14-2009, 08:00 PM   #1
ESC201
Member
 
Registered: Sep 2008
Distribution: Kubuntu 11.04
Posts: 85

Rep: Reputation: 15
X doesn't start with two Nvidia GeForce 9500 GT cards - Fedora 11


Hi all, I recently bought two Nvidia 9500 GT cards in my Fedora 11 (64bit) system with the hopes of setting up SLI, going to a tri-monitor set up in the future, and running CUDA apps on them.

I put one in and everything booted fine. I installed the Nvidia driver and let it configure my Xorg.conf file. However, when I put the second card in (with an SLI bridge) X does not start. The screen flickers for a few seconds then hangs. (It does the same thing without the SLI bridge in). I've never done anything with two video cards before and I'm sure this takes a little extra configuration, I just don't know what that is.

Here is my current Xorg.conf file...
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed May 27 01:58:49 PDT 2009


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

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "SLI" "Auto"
    Option         "TwinView"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Currently, the only way to get my system to boot and start X is to physically take out the second card. For that reason, I don't have a Xorg.0.log file to post at the time. I can say that it said "No screens found" at the end when I had both cards in at once.

Anyway, I'd really like to not see 150$ go down the drain. Any help or a point in the right direction is greatly appreciated. Thank you.
 
Old 07-14-2009, 08:19 PM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
start in maintenance mode and use the vesa driver to login to your GUI. desktop.
or if you fail to get GUI then at that point ubuntu ask you fix the display use the vesa driver. then do this while on line.
Quote:
Go to System->Administration->Hardware Drivers and check the box to enable the restricted drivers for your NVIDIA card if the option is provided.
 
Old 07-14-2009, 08:39 PM   #3
ESC201
Member
 
Registered: Sep 2008
Distribution: Kubuntu 11.04
Posts: 85

Original Poster
Rep: Reputation: 15
I don't have a problem installing the Nvidia driver. I am currently running Compiz and all the other pretty desktop effects. My problem is that when I put a second video card in my system, X fails to start.

Also, I'm using Fedora 11; your instructions appear to be for Ubuntu.
 
Old 07-15-2009, 09:17 PM   #4
ESC201
Member
 
Registered: Sep 2008
Distribution: Kubuntu 11.04
Posts: 85

Original Poster
Rep: Reputation: 15
I got it all sorted out. Turns out I needed to specify the BusID for each video card in my xorg.conf because X couldn't decide which to use as the primary card.
 
Old 10-04-2009, 11:03 PM   #5
dvelagap
LQ Newbie
 
Registered: Oct 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by ESC201 View Post
I got it all sorted out. Turns out I needed to specify the BusID for each video card in my xorg.conf because X couldn't decide which to use as the primary card.

Hi,

I am setting up ubuntu 9.04 with 2 9500GT cards and 3 displays.

When i have the 2 cards in the system i don't get the x-windowceven on one monitor. I added the bus id in the device section.

Can u please provide me your xorg.conf file. e-mail id is dvelagap2gmail.com.

Thanks
Durga
 
Old 10-05-2009, 07:03 PM   #6
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
as root run nvidia-settings and set up a twin head system.

Last edited by Drakeo; 10-05-2009 at 07:04 PM.
 
Old 10-06-2009, 05:56 AM   #7
ESC201
Member
 
Registered: Sep 2008
Distribution: Kubuntu 11.04
Posts: 85

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by dvelagap View Post
Hi,

I am setting up ubuntu 9.04 with 2 9500GT cards and 3 displays.

When i have the 2 cards in the system i don't get the x-windowceven on one monitor. I added the bus id in the device section.
I have read that to do 3 displays xinerama had to be used. However, I have no idea if that is correct or not.

If you have not done so already, take a look at /var/log/Xorg.0.log, look for any errors and post it here.

My xorg.conf (the card sections) is as follows:

Code:
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "AddARGBGLXVisuals" "True"
    BusID          "PCI:03:00:0"
EndSection
It probably isn't entirely correct but X doesn't complain about it and I haven't had any problems with it.
 
Old 10-06-2009, 03:13 PM   #8
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
first off I would use the actual nvidia driver and installer from nvidia. Like the instructions say use the nvidia-settings tool to set up boot both screens separate.
my config
Quote:
VendorName "Unknown"
ModelName "Gateway"
HorizSync 31.5 - 64.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9400 GT"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "true"
Option "metamodes" "1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
 
Old 11-03-2012, 01:01 AM   #9
alexander_n
LQ Newbie
 
Registered: Apr 2006
Posts: 3

Rep: Reputation: 4
I would like to ask the original postr on how the story of two 9500GT SLI cards ended and whether the tandem was indeed faster. And how stable was it after-all?
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Any thoughts on nVidia Geforce FC 5200 Graphics cards MurX Linux - Hardware 9 08-17-2006 01:29 PM
Need to setup multiple displays on different VGA cards [NVIDIA GeForce] in Debian dianuj Debian 1 12-20-2005 11:27 AM
X fails - SUSE 9.3 with Nvidia Geforce FX 5200 Cards 1kyle SUSE / openSUSE 3 10-19-2005 01:33 PM
nVIDIA gEfORCE 2 mx 64 mb under Fedora vinthund Linux - Hardware 1 02-16-2004 08:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:03 PM.

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