I am very new to UNIX. I would like to install a GUI like Fedora but want to be able to uninstall it if needed without messing up my current UNIX OS config. Can you install GUIs like Fedora and uninstall gracefully?
I would also appreciate any suggestions on other GUIs for Solaris UNIX.
2. Disable CDE login (based on first command):
svcadm disable cde-login
3. If the svcs command responds that this pattern doesn't match any instances, then run these commands to stop CDE login:
/usr/dt/config/dtconfig -d
Either reboot, or kill any running dtlogin processes.
4. At this point you will be presented with a console login. Login as root, and run the following command.
svcadm enable gdm2-login
(for OpenSolaris)svcadm enable gdm
---------
Please read through the article before you run those command.
wesly_chen
By the way, later version of Solaris 9 has Gnome GUI. You can choose Gnome or CDE at login screen http://toastytech.com/guis/sol9.html
If your Solaris 9 doesn't has this option, then update to latest update version.
IRHusker
ASKER
Can i run a "GUI like Fedora but want to be able to uninstall it if needed without messing up my current UNIX OS config"?
Check this article:
http://projects.gnome.org/gdm/docs/2.20/solaris.html
--- quote ----
1. Check if CDE login is running as an SMF service.
svcs cde-login
2. Disable CDE login (based on first command):
svcadm disable cde-login
3. If the svcs command responds that this pattern doesn't match any instances, then run these commands to stop CDE login:
/usr/dt/config/dtconfig -d
Either reboot, or kill any running dtlogin processes.
4. At this point you will be presented with a console login. Login as root, and run the following command.
svcadm enable gdm2-login
(for OpenSolaris)svcadm enable gdm
---------
Please read through the article before you run those command.