LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can't find desktop environment (https://www.linuxquestions.org/questions/linux-newbie-8/cant-find-desktop-environment-221245/)

shemjaza 08-23-2004 06:23 AM

can't find desktop environment
 
Hi . My friend can't access the internet so i'm posting for him . He has installed linux redhat 9.0 in graphical mode and choosed minimum installation in the graphical mode . He has provided a password before setup and after set up , he can enter linux by giving username as " root " and the password that he has set up before . The problem is , he can't find anything graphical but everything text after entering . After providing the password and the username , he sees everything in text mode something like " root@localhost root " and he kind go to any desktop..please give me directions about how to get to the desktop environment supported by mouse and how to log in not as a root - and the benifits of doing so .

jkobrien 08-23-2004 06:30 AM

Type "startx" to get into a graphical desktop. To automatically go to the desktop the next time you reboot, edit /etc/inittab.

John

scuzzman 08-23-2004 06:45 AM

during the installation, he should've set up a user account less priviledged than root. if he didnt, have him execute this command sequence as root:
Code:

[root@localhost root]# useradd USERNAME
[root@localhost root]# passwd USERNAME
Enter new password for USERNAME:
Confirm new password for USERNAME:
[root@localhost root]# logout

at this point he will return to a login prompt
have him log in as USERNAME
note: replace USERNAME with whatever he wants to use as a username
now: for a brief lesson, a breakdown of the commands we just used:
useradd - add a user to the system
passwd - change password (when root, issue command with a username to change that user's password. or, issue the command by itself to change the root password.)
logout - log out

<EDIT>
Afterthought: if the useradd command doesnt work, try adduser
</EDIT>

shemjaza 08-23-2004 07:00 AM

he tried with " startx" after logging in as root user but an error message said " command not recognised . "

scuzzman 08-23-2004 07:06 AM

Quote:

"mode and choosed minimum installation in the graphical mode "
"he tried with " startx" after logging in as root user but an error message said " command not recognised . ""
from this, i'm guessing he didnt install X

shemjaza 08-23-2004 07:18 AM

so ? what does that mean ? is x essential for graphical operating ? hell should I ask him to do the same way again and how many partitions should he make ?

scuzzman 08-23-2004 07:38 AM

1) X *is* the graphical enviroment
2) 2 partitions - one / partition and one swap

arno 08-23-2004 07:42 AM

try using

sh startx
or
.startx


All times are GMT -5. The time now is 08:05 AM.