LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I log into system without KDM? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-log-into-system-without-kdm-196312/)

DavidTempler 06-22-2004 05:42 AM

How can I log into system without KDM?
 
Hi,

I want to be able to boot right into my system without having to use KDM/GDM/XDM ....I could use startx at prompt but is there a way to get that to work via a script or file ?

Dave T.

fluppi 06-22-2004 06:21 AM

You can define the runlevel you want in the file "/etc/inittab" as root.
Look for "id:3:initdefault:"
3 = text only, you have to type startx for graphic
5 = X is started, directly graphical login

Hth
Fluppi

DavidTempler 06-22-2004 06:28 AM

Thank you for your reply....

Sooo if I want to run KDE for exmanple I could add it to .xinitrc file & it would be started from boot....??

Dave t.

jmorse 06-22-2004 06:42 AM

Yes... or more specifically: 'startkde' is the script that will bring KDE up. Adding it to '~/.xinitrc' will cause it to be run when you run 'startx', once you have logged in.

DavidTempler 06-22-2004 07:18 AM

Thank you exec startkde it is ....

Dave T.


All times are GMT -5. The time now is 06:04 PM.