> Nicolas Linkert wrote: > > I have installed GNOME 2.14 and would like to > switch from dtlogin to gdm. Sorry, I have found no > instructions how to do this. The instructions I found > did not work: > > > svcadm enable > svc:application/graphical-login/gdm:default (before > login) > > svcadm disable > svc:application/graphical-login:default (after login) > > You need to do it the other way around and you need > to get the name of > the cde one correct. I'd suggest that you probably > want to do that while > logged in on the console (use the command line login > option from dtlogin > menu). > > "Command Line Login" > login: nicolas > passwd: ****** > $ svcadm disable -s > svc:/application/graphical-login/cde-login:default > $ svcadm enable > svc:/application/graphical-login/gdm:default
This works: svcadm disable -s svc:/application/graphical-login/cde-login:default Then I did: [EMAIL PROTECTED]:~]$ svcs -a | grep gdm disabled 20:48:28 svc:/application/gdm2-login:default But this does not work: svcadm enable svc:/application/gdm2-login:default I get: /usr/bin/gdm failed with status 1 Strange, since gdm is located under /usr/sbin/. I copied gdm over to /usr/bin/ but it did not change the error message. This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
