Skip to main content

Thread: Two nVidia cards won't work together...


my computer came geforce gt240, , i've been running 2 screens on (btw has vga , dvi ports i've been using, has hdmi port; can run third screen on that?), needed more room, bought geforce fx5200 (only had pci slots available) run third screen.

running 10.04, , if entered lspci see both cards, other though fx5200 didn't exist - wouldn't show in nvidia-settings.

after searching bit decided merge xorg.cong file each card 1 new xorg.conf. had install 9.10 this, if makes difference (because 10.04 refused start x when fx5200 inserted).

working single screen xorg.conf gt240, before fx5200 came along (10.04):
code:
section "monitor"     identifier     "monitor0"     vendorname     "unknown"     modelname      "acer p244w"     horizsync       31.0 - 83.0     vertrefresh     56.0 - 76.0     option         "dpms"     # horizsync source: edid, vertrefresh source: edid endsection  section "screen"     identifier     "screen0"     device         "device0"     monitor        "monitor0"     option         "twinview" "1"     option         "twinviewxineramainfoorder" "crt-1"     option         "metamodes" "crt: nvidia-auto-select +0+0, dfp: nvidia-auto-select +1920+0"     option         "sli" "auto"     option    "addargbglxvisuals"    "true"     defaultdepth    24     subsection "display"         depth       24     endsubsection endsection  section "module"     load    "glx" endsection  section "inputdevice"     identifier     "mouse0"     driver         "mouse"     option         "protocol" "auto"     option         "device" "/dev/psaux"     option         "emulate3buttons" "no"     option         "zaxismapping" "4 5" endsection  section "inputdevice"     identifier     "keyboard0"     driver         "kbd"     # generated default endsection  section "serverlayout"     identifier     "layout0"     screen      0  "screen0" 0 0     inputdevice    "keyboard0" "corekeyboard"     inputdevice    "mouse0" "corepointer"     option         "xinerama" "0" endsection  section "device"     identifier     "device0"     vendorname     "nvidia corporation"     boardname      "geforce gt 240"     driver    "nvidia"     option    "nologo"    "true" endsection
and xorg.conf generated "xorg -configure" , nvidia-settings when gt240 removed , fx5200 plugged in (9.10):
-- btw geforce 6150 integrated graphics gets disabled gt240 not fx5200. there no screen plugged it, despite says.
code:
section "serverlayout"     identifier     "x.org configured"     screen      0  "screen0" 0 0     inputdevice    "mouse0" "corepointer"     inputdevice    "keyboard0" "corekeyboard" endsection  section "files"     modulepath      "/usr/lib/xorg/modules"     fontpath        "/usr/share/fonts/x11/misc"     fontpath        "/usr/share/fonts/x11/cyrillic"     fontpath        "/usr/share/fonts/x11/100dpi/:unscaled"     fontpath        "/usr/share/fonts/x11/75dpi/:unscaled"     fontpath        "/usr/share/fonts/x11/type1"     fontpath        "/usr/share/fonts/x11/100dpi"     fontpath        "/usr/share/fonts/x11/75dpi"     fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype"     fontpath        "built-ins" endsection  section "module"     load           "dri"     load           "extmod"     load           "glx"     load           "dri2"     load           "dbe"     load           "record" endsection  section "serverflags"     option         "xinerama" "0" endsection  section "inputdevice"     identifier     "keyboard0"     driver         "kbd" endsection  section "inputdevice"     identifier     "mouse0"     driver         "mouse"     option         "protocol" "auto"     option         "device" "/dev/input/mice"     option         "zaxismapping" "4 5 6 7" endsection  section "monitor"     identifier     "monitor0"     vendorname     "unknown"     modelname      "toshiba pa3768"     horizsync       24.0 - 80.0     vertrefresh     56.0 - 75.0 endsection  section "monitor"     identifier     "monitor1"     vendorname     "monitor vendor"     modelname      "monitor model" endsection  section "device"     identifier     "card0"     driver         "nvidia"     vendorname     "nvidia corporation"     boardname      "nv34 [geforce fx 5200]"     busid          "pci:1:6:0" endsection  section "device"     identifier     "card1"     driver         "nvidia"     vendorname     "nvidia corporation"     boardname      "c61 [geforce 6150se nforce 430]"     busid          "pci:0:13:0" endsection  section "device" #added nvidia, duplicates card0     identifier     "device0"     driver         "nvidia"     vendorname     "nvidia corporation"     boardname      "geforce fx 5200"     busid          "pci:1:6:0" endsection  section "screen"     identifier     "screen0"     device         "device0"     monitor        "monitor0"     defaultdepth    24     option         "twinview" "0"     option         "metamodes" "1440x900 +0+0"     subsection     "display"         depth       24     endsubsection endsection  section "screen"     identifier     "screen1"     device         "card1"     monitor        "monitor1"     subsection     "display"         viewport    0 0         depth       1     endsubsection     subsection     "display"         viewport    0 0         depth       4     endsubsection     subsection     "display"         viewport    0 0         depth       8     endsubsection     subsection     "display"         viewport    0 0         depth       15     endsubsection     subsection     "display"         viewport    0 0         depth       16     endsubsection     subsection     "display"         viewport    0 0         depth       24     endsubsection endsection
i merged them (i'm trying 2 monitors on 2 cards working now):
code:
#my combines xorg.cof, using original 1 gt240, , working 1 fx5200  ##########################   section "monitor"     identifier     "acermon"      vendorname     "unknown"     modelname      "acer p244w"     horizsync       31.0 - 83.0     vertrefresh     56.0 - 76.0     option         "dpms"     # horizsync source: edid, vertrefresh source: edid endsection   section "monitor"     identifier     "toshmon"      vendorname     "unknown"     modelname      "toshiba pa3768"     horizsync       24.0 - 80.0     vertrefresh     56.0 - 75.0 endsection   #############################   section "device"     identifier     "gt240card"       vendorname     "nvidia corporation"     boardname      "geforce gt 240"     driver    "nvidia"     option    "nologo"    "true"         busid          "pci:2:0:0"   endsection   section "device"     identifier     "fx5200card"       driver         "nvidia"     vendorname     "nvidia corporation"     boardname      "geforce fx 5200"  # "nv34 [geforce fx 5200]"     busid          "pci:1:6:0" endsection   ##########################   section "screen"     identifier     "screen0"     device         "gt240card"     monitor        "acermon"     option         "twinview" "0"     option         "twinviewxineramainfoorder" "crt-1"     option         "metamodes" "crt: nvidia-auto-select +0+0, dfp: nvidia-auto-select +0+0"     option         "sli" "auto"     option    "addargbglxvisuals"    "true"     defaultdepth    24     subsection "display"         depth       24     endsubsection endsection  section "screen"     identifier     "screen1"     device         "fx5200card"     monitor        "toshmon"     defaultdepth    24     option         "twinview" "0"     option         "metamodes" "1440x900 +0+0"     subsection     "display"         depth       24     endsubsection endsection   ######################   section "serverlayout"     identifier     "layout0"     screen      0  "screen0" 0 0     screen    1    "screen1" rightof "screen0"     inputdevice    "keyboard0" "corekeyboard"     inputdevice    "mouse0" "corepointer"     option         "xinerama" "0" endsection    ##################   section "inputdevice"     identifier     "keyboard0"     driver         "kbd" endsection  section "inputdevice"  # 5200 file     identifier     "mouse0"     driver         "mouse"     option         "protocol" "auto"     option         "device" "/dev/input/mice"     option         "zaxismapping" "4 5 6 7" endsection   ######################   section "files"     modulepath      "/usr/lib/xorg/modules"     fontpath        "/usr/share/fonts/x11/misc"     fontpath        "/usr/share/fonts/x11/cyrillic"     fontpath        "/usr/share/fonts/x11/100dpi/:unscaled"     fontpath        "/usr/share/fonts/x11/75dpi/:unscaled"     fontpath        "/usr/share/fonts/x11/type1"     fontpath        "/usr/share/fonts/x11/100dpi"     fontpath        "/usr/share/fonts/x11/75dpi"     fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype"     fontpath        "built-ins" endsection  section "module"     load           "dri"     load           "extmod"     load           "glx"         load           "dri2"     load           "dbe"     load           "record" endsection
i'm reasonably confident xorg.conf fine, x won't start when try boot file.
have got xorg.conf right?
problem drivers? hardware drivers seems have room single video driver?
recommends 173 fx5200, , 185 gt240, can choose 1 or other, , in xorg.conf both cards list driver "nvidia", i'm wondering if drivers these 2 cards incompatible, , need somehow install , use 2 separate drivers?

back in bizarro world here, 10.04 load x fx5200 - not sure did make happen.

anyway, 99.9% sure problem drivers, , need separate driver each card - if trying gt240 old ver. 173 driver, ubuntu explicitly says card won't work driver. , if have fx5200 working 173 driver , upgrade latest driver , restart ubuntu goes it's low-res mode (through gt240!).

i'm convinced (perhaps others reading knew ) drivers incompatible, how go installing 2 different nvidia drivers alongside each other, , 2 cards use respective drivers?


marking solved, don't think it's accurate representation of problem anymore, more here: http://ubuntuforums.org/showthread.php?p=9817070


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [SOLVED] Two nVidia cards won't work together...


Ubuntu

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい