Command to turn off or GUI

What command turns GUI off and on in Solaris 10

Hi,

It's usually run as a service, so if you disable the service it won't be there when the system is started as follows.

svcadm disable svc:/application/graphical-login/cde-login:default

If you want to stop the running process then;

/etc/init.d/dtlogin stop

Regards

Gull04

HOw do you enable GUI or turn it on

Maybe...

svcadm enable svc:/application/graphical-login/cde-login:default

That's a guess, but I expect it is correct. Try it and let us know how it works.

solaris 10's deault gui is the java based GNOME can be launched by:

/bin/gnome-session

The legacy CDE can be launched by :

/usr/dt/bin/Xsession