LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help with slackware 10 (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-slackware-10-a-241345/)

Trifid77 10-11-2004 10:54 AM

Help with slackware 10
 
I am new to linux and decided to try slackware 10. The problem is that after I reboot after install it goes to a command prompt that says login

How do I get to a gui interface from that point?

Thanks in advance

secesh 10-11-2004 11:00 AM

login.

you are running in init 3 -- not graphical.

edit the file /etc/inittab for booting to graphical login manager. -- that means you'll need one of those. (kdm/xdm/gdm).

but lots can be done without that overhead, so to stick with runlevel 3, you can login, and use the command 'startx' to go gui. see also that you can create/edit the file ~/.xinitrc to modify your window manager -- try putting in one of the following lines:

Code:

exec startkde
#exec gnome-session


Trifid77 10-11-2004 11:04 AM

thanks

detpenguin 10-11-2004 11:50 AM

once you've logged in, you can also type:

xwmconfig

at the prompt, and it will give you the list of windows managers installed...once you choose the one you want, type startx, and it will boot into that gui.

Trifid77 10-11-2004 01:41 PM

where could I go to find a list of commands to use at the command prompt?

DaHammer 10-11-2004 01:49 PM

http://www.oreillynet.com/linux/cmd/


All times are GMT -5. The time now is 03:33 PM.