I am trying to run eqPly on 2 GPUs with one monitor. I use the default
2-pipe.2D.PBuffer.eqc config file. I get the following result:

./eqPly --eq-config 2-pipe.2D.PBuffer.eqc
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server
":0.1"
      after 53 requests (53 known processed) with 0 events remaining.
X Error of failed request:  BadIDChoice (invalid resource ID chosen for this
connection)
  Major opcode of failed request:  78 (X_CreateColormap)
  Resource id in failed request:  0x5400004
  Serial number of failed request:  53
  Current serial number in output stream:  53

The system is using dual ATI FirePro V7800. Running with the 1-pipe.eqc
config everything works fine.

output from fglrxinfo:

fglrxinfo | grep display
display: :0.0  screen: 0
display: :0.0  screen: 1

OS: Ubuntu 10.04

Here is my xorg.conf file:

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
EndSection

Section "Module"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[1]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[1]-0"
        Driver      "fglrx"
        BusID       "PCI:6:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "2560x1600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[1]-0"
        Device     "aticonfig-Device[1]-0"
        Monitor    "aticonfig-Monitor[1]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "2560x1600"
        EndSubSection
EndSection







--
View this message in context: 
http://software.1713.n2.nabble.com/Is-it-possible-to-use-multiple-GPUs-and-use-1-monitor-tp4900316p6551667.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to