Hi Mike, Does this seem appropriate for running multiple instances of X Server using the xf86-video-guac driver?
startx -display :1 -- :1 -ac -config /etc/X11/xorg.conf.d/xorg.conf.guac.1 &
Where xorg.conf.guac.1 contains:
Section "Device"
Identifier "GuacCard"
Driver "guac"
Option "ListenAddress" "0.0.0.0"
Option "ListenPort" "4823"
EndSection
startx -display :2 -- :2 -ac -config /etc/X11/xorg.conf.d/xorg.conf.guac.2 &
Where xorg.conf.guac.2 contains:
Section "Device"
Identifier "GuacCard"
Driver "guac"
Option "ListenAddress" "0.0.0.0"
Option "ListenPort" "4824"
EndSection
Thanks & Regards,
Jeff
smime.p7s
Description: S/MIME cryptographic signature
