Announcement

Collapse
No announcement yet.

Dual Monitor & Dual Graphics card help

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dual Monitor & Dual Graphics card help

    I have installed Kubuntu Gutsy Gibbon on a desktop that has two Samsung SyncMaster 940bw connected to two separate nVidia G80 GeForce 8600 GT (PCI:1:0:0 and PCI:4:0:0) I am trying to set up so both monitors work. The installation process automatically set up one monitor up, but I cannot seem to figure out how to set up the second. Any help would be greatly appreciated. Below are my xorg.conf and startx responses:

    xorg.conf:
    Section "Files"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbRules" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    VendorName "nVidia"
    BoardName "G80 [GeForce 8600 GT]"
    Driver "nv"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection

    Section "Device"
    Identifier "Videocard1"
    VendorName "nVidia"
    BoardName "G80 [GeForce 8600 GT]"
    Driver "nv"
    BusID "PCI:4:0:0"
    Screen 1
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Samsung"
    ModelName "SyncMaster 940bw"
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Samsung"
    ModelName "SyncMaster 940bw"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x1440" "1400x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x1440" "1400x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Videocard1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x1440" "1400x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Multihead Layout"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    Option "Xinerama" "on"
    Option "Clone" "off"
    EndSection


    startx output:
    (WW) NV: No Matching Device section for instance (BUSID PCI:4:0:0) found
    (EE) Screen1 deleted because of no matching config section.
    (II) Module already built-in
    (II) Module already built-in
    (II) Module already built-in

    Backtrace:
    0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c9581]
    1: [0xffffe420]
    2: /usr/bin/X11/X(xf86RandR12SetRotations+0x6b) [0x80fe2cb]
    3: /usr/bin/X11/X(xf86CrtcScreenInit+0xb5) [0x80fa475]
    4: /usr/lib/xorg/modules/drivers//nv_drv.so [0xb719290e]
    5: /usr/bin/X11/X(AddScreen+0x1ee) [0x807653e]
    6: /usr/bin/X11/X(InitOutput+0x21e) [0x80a86ce]
    7: /usr/bin/X11/X(main+0x27b) [0x8076ceb]
    8: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7d24050]
    9: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e1) [0x8076241]

    FATAL Server Error:
    Caught signal 11. Server aborting
    XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.

    #2
    Re: Dual Monitor & Dual Graphics card help

    If you installed the nVidia drivers using the restricted drivers manager, you may be able resolve your issue using nVidia's control panel.

    type this code into console

    Code:
    sudo nvidia-settings
    Here you should be able to set up each screen that is connected, then append changes to your xorg.conf.

    I hope this helps

    Comment


      #3
      Re: Dual Monitor & Dual Graphics card help

      Thank you!!!! that worked perfectly

      Comment


        #4
        Re: Dual Monitor & Dual Graphics card help

        Thank the guys at nVidia, they put together something that resembles what you'd see on a MS windows based system and somehow managed to get it to work on this Linux distro.

        Comment

        Working...
        X