Another option, useful if the desktop environment is inoperative or inaccessible is to use the command line, depending on the system you have installed windows you can use either.
GNOME
In a terminal type:
$ sudo / etc / init.d / gdm restart
and restart the server. We can also do this in two steps:
$ sudo / etc / init.d / gdm stop
$ Sudo / etc / init.d / gdm start
KDE
In a terminal type:
$ sudo / etc / init.d / kdm restart
O for done in two steps:
$ sudo / etc / init.d / kdm stop
$ sudo / etc / init.d / kdm start
0 comments:
Post a Comment