<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="edit-comment-hide">
      <div class="comment-body markdown-body markdown-format
        js-comment-body">
        <p>Hi guys. I need you help, i have installed on my remote
          server Xorg with support spice protocol and i need to add
          support for spice multiple monitors, how i can do it and
          change my xorg.conf file for this????<br>
          I configured my xorg.conf like this:<br>
        </p>
        <p><i><small>Section "ServerLayout"<br>
                      Identifier  "Layout1"<br>
                      Screen  1 "Screen1"</small></i></p>
        <p><i><small>        Screen  2 "Screen2"<br>
                      InputDevice "MouseSpice" "CorePointer"<br>
                      InputDevice "KeyboardSpice" "CoreKeyboard"<br>
              EndSection<br>
            </small></i></p>
        <p><i><small>Section "InputDevice"<br>
                  Identifier  "MouseSpice"<br>
                  Driver      "xspice pointer"<br>
              EndSection<br>
              <br>
              Section "InputDevice"<br>
                  Identifier  "KeyboardSpice"<br>
                  Driver      "xspice keyboard"<br>
              EndSection<br>
              <br>
              Section "Monitor"<br>
                      Identifier  "Monitor1"<br>
              EndSection<br>
              <br>
              Section "Monitor"<br>
                      Identifier  "Monitor2"<br>
              EndSection<br>
            </small></i></p>
        <p><i><small>Section "Device"<br>
                      Identifier "Card1"<br>
                      Driver     "spiceqxl"<br>
                      Option "SpicePort" "8901"<br>
                      Option "SpicePassword" "mypassword"<br>
                      Screen  0<br>
              EndSection<br>
              <br>
              Section "Device"<br>
                      Identifier "Card2"<br>
                      Driver     "spiceqxl"<br>
                      Screen  1<br>
              EndSection<br>
            </small></i></p>
        <p><i><small>Section "Screen"<br>
                      Identifier   "Screen1"<br>
                      Device       "Card1"<br>
                      Monitor      "Monitor1"<br>
                      DefaultDepth 24<br>
              EndSection<br>
              <br>
              Section "Screen"<br>
                      Identifier   "Screen2"<br>
                      Device       "Card2"<br>
                      Monitor      "Monitor2"<br>
                      DefaultDepth 24<br>
              EndSection</small></i><br>
        </p>
        <p>but on my Xorg log i get this:<br>
          <i><small>[853342.552] (II) spiceqxl(0): Output qxl-0 using
              monitor section Monitor1<br>
              [853342.552] (II) spiceqxl(0): Output qxl-1 has no monitor
              section<br>
              [853342.552] (II) spiceqxl(0): Output qxl-2 has no monitor
              section<br>
              [853342.552] (II) spiceqxl(0): Output qxl-3 has no monitor
              section<br>
              .<br>
              .<br>
              .<br>
              .<br>
            </small></i></p>
        <p><i><small>[853342.553] (II) spiceqxl(0): EDID for output
              qxl-1<br>
              [853342.553] (II) spiceqxl(0): EDID for output qxl-2<br>
              [853342.553] (II) spiceqxl(0): EDID for output qxl-3<br>
              [853342.553] (II) spiceqxl(0): Output qxl-0 connected<br>
              [853342.553] (II) spiceqxl(0): Output qxl-1 disconnected<br>
              [853342.553] (II) spiceqxl(0): Output qxl-2 disconnected<br>
              [853342.553] (II) spiceqxl(0): Output qxl-3 disconnected<br>
              [853342.553] (II) spiceqxl(0): Using exact sizes for
              initial modes<br>
              [853342.553] (II) spiceqxl(0): Output qxl-0 using initial
              mode 1024x768</small></i><br>
        </p>
        <p>How you can see, qxl enable only for one screen, but why i
          don't now, help me please with this problem<br>
        </p>
        <p>OS is Debian 8.0<br>
          version of kernel is 3.16.0-4-amd64<br>
          version of xorg is 1:7.7+7<br>
          version of spice driver is 0.1.3<br>
          version of xserver-xorg-video-qxl is 0.1.1-2+b1</p>
      </div>
    </div>
  </body>
</html>