Change VNC geometry
Hi, I am lost, this should be easy but I am not finding a solution that works for me
I'm setting up VNC so I can connect to a Solaris 10 U11 machine any time. Running as a service seems to make sense so I've set up using these steps I found on the web: https://blogs.oracle.com/timthomas/entry/script_to_configure_vnc_server
svccfg -s application/x11/x11-server add display1
svccfg -s application/x11/x11-server:display1 addpg options application
svccfg -s application/x11/x11-server:display1 addpropvalue options/server astring: "/usr/X11/bin/Xvnc"
svccfg -s application/x11/x11-server:display1 addpropvalue options/server_args astring: '"SecurityTypes=None"'