|
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel
|
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel
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????
I configured my xorg.conf like this:
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" "mypassword"
Screen 0
EndSection
Section "Device"
Identifier "Card2"
Driver "spiceqxl"
Screen 1
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
DefaultDepth 24
EndSection
but on my Xorg log i get this:
[853342.552] (II) spiceqxl(0): Output qxl-0 using monitor section Monitor1
[853342.552] (II) spiceqxl(0): Output qxl-1 has no monitor section
[853342.552] (II) spiceqxl(0): Output qxl-2 has no monitor section
[853342.552] (II) spiceqxl(0): Output qxl-3 has no monitor section
.
.
.
.
[853342.553] (II) spiceqxl(0): EDID for output qxl-1
[853342.553] (II) spiceqxl(0): EDID for output qxl-2
[853342.553] (II) spiceqxl(0): EDID for output qxl-3
[853342.553] (II) spiceqxl(0): Output qxl-0 connected
[853342.553] (II) spiceqxl(0): Output qxl-1 disconnected
[853342.553] (II) spiceqxl(0): Output qxl-2 disconnected
[853342.553] (II) spiceqxl(0): Output qxl-3 disconnected
[853342.553] (II) spiceqxl(0): Using exact sizes for initial modes
[853342.553] (II) spiceqxl(0): Output qxl-0 using initial mode 1024x768
How you can see, qxl enable only for one screen, but why i don't now, help me please with this problem
OS is Debian 8.0
version of kernel is 3.16.0-4-amd64
version of xorg is 1:7.7+7
version of spice driver is 0.1.3
version of xserver-xorg-video-qxl is 0.1.1-2+b1