LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   navynos root (https://www.linuxquestions.org/questions/linux-security-4/navynos-root-292934/)

graemepattison 02-21-2005 07:10 AM

navynos root
 
i have just installed navynos which is based on gentoo iemerged kde and are now running it. As i boot up linux i get a root prompt and i can only run startx command as root how can i change this.
ps. i am fairly new to linux

acid_kewpie 02-21-2005 07:20 AM

how do you mean you can only run it as root? what happens if you log in as a normal user?

if you mean you want a graphical login, then you need to add xdm to the default run leve. i can never be sre of the syntax but i think its "rc-update add xdm default" if that's wrong, then just running "rc-update" will give you an example.

graemepattison 02-21-2005 07:32 AM

cheers for that. next question how do i get xdm to run kde by default as it runs xwin at the moment

graemepattison 02-21-2005 10:28 AM

i now have the problem i have to start kde from xwindows and i end up with xwin boarders around everything how do i get xdm to boot kde automatically

ChillingSilence 03-08-2005 04:49 AM

Code:

nano -w /etc/rc.conf
In there, at the bottom of the file is a section where you can add:
XSESSION="kde-3.3.1"
This will then boot KDE by default

Add yourself a user (Not a good idea to stay root) with:
useradd graeme -m -G users,audio,wheel,games,portage -s /bin/bash
passwd graeme
passwd root


Chill.


All times are GMT -5. The time now is 01:02 PM.