Oracle Solaris X Window Server
If the X Window server is started with a display number which is different to the default value :0, it may display non-fatal warning messages during server initialization. They are eliminated by adding the appropriate display specification to the server configuration file /etc/openwin/server/etc/OWconfig. If this file does not exist, then copy it:
mkdir -p /etc/openwin/server/etc
chmod a+rx /etc/openwin/server/etc
cp /usr/openwin/server/etc/OWconfig /etc/openwin/server/etc/OWconfig
Copy the specification of the resource of class XDISPLAY and name 0, then only change the name to the appropriate display number, here :1:
class="XDISPLAY" name="0"
coreKeyboard="IKBD" corePointer="IMOUSE"
dev0="/dev/fb";
class="XDISPLAY" name="1"
coreKeyboard="IKBD" corePointer="IMOUSE"
dev0="/dev/fb";