[Spice-devel] xspice multiple monitor

My Work myworking82 at gmail.com
Wed Apr 29 04:33:15 PDT 2015


Hi. I am trying to start my spice server with multiple monitor.
On wich side (server or client) i have to run this two commands?
spice-vdagentd -x -S /tmp/xspice-vdagent -s /tmp/xspice_-virtio -f -u 
/tmp/xspice-uinput
spice-vdagent  -x -S /tmp/xspice-vdagent -s /tmp/xspice_-virtio

This is my work xorg.conf

Section "ServerLayout"
         Identifier  "Layout1"
         Screen  1 "Screen1"

         Screen  2 "Screen2"
         InputDevice "MouseSpice" "CorePointer"
         InputDevice "KeyboardSpice" "CoreKeyboard"
EndSection


Section "InputDevice"
     Identifier  "MouseSpice"
     Driver      "xspice pointer"
EndSection

Section "InputDevice"
     Identifier  "KeyboardSpice"
     Driver      "xspice keyboard"
EndSection


Section "Monitor"
         Identifier  "Monitor1"
EndSection

Section "Monitor"
         Identifier  "Monitor2"
EndSection


Section "Device"
         Identifier "Card1"
         Driver     "spiceqxl"
         Option "SpicePort" "8901"
#        Option "SpicePassword" "oleg19821226"
         Option "SpiceDisableTicketing" "1"
         Option "SpiceVdagentEnabled" "1"
         Option "SpiceExitOnDisconnect" "1"
#        Option "SpiceAgentMouse" "True"
#        Option "SpiceVdagentVirtioPath" "/tmp/xspice-virtio"
#        Option "SpiceVdagentUinputPath" "/tmp/xspice-uinput"
EndSection


Section "Screen"
         Identifier   "Screen1"
         Device       "Card1"
         Monitor      "Monitor1"
         DefaultDepth 24
EndSection

Section "Screen"
         Identifier   "Screen2"
         Device       "Card1"
         Monitor      "Monitor2"
         DefaultDepth 24
EndSection

On 09.03.15 13:06, Uri Lublin wrote:
> spice-vdagent -x -S /tmp/xspice-vdagent -s /tmp/xspice_-virtio 



More information about the Spice-devel mailing list