Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i don't want CDE nor OPENWIN at start time

Status
Not open for further replies.

newbie2002

Programmer
Aug 19, 2002
12
MY
Hi everybody:
i have a Solaris 2.6 server. I don't want a desktop starting by default when I open a Xsession. I want to process the desktop i tell the system. Is there any way to do it under solaris?

 
At the login screen if you hit the options button you can choose which desktop you want to use.
 
mv /etc/rc2.d/S99dtlogin /etc/rc2.d/s99dtlogin

will disable CDE/dte and bring system up to login without any windows after a reboot
 
do
/etc/dt/lib/dtconfig -d; exit
dtconfig will not be available at next reboot
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top