Compatible Support Forums: Dumb question but im dumb

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Dumb question but im dumb

#1 User is offline   M_A_G_I_C 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 03-December 02

Posted 03 December 2002 - 02:28 AM

when i start linux mandrake 9, it loads me into the terminal, not the place where i select my login. Is there a simplecommand i can type that will load linux?
0

#2 User is offline   punkisdead 

  • member
  • Group: Members
  • Posts: 118
  • Joined: 08-August 02

Posted 03 December 2002 - 06:47 AM

You didn't select to have X start automagically when you reboot. I beleive all you have to do to fix this is login as root and type kdm (if you have kde instlalled, if not type gdm for gnome). If I remember correctly kdm or gdm should then start up whenever you reboot....
0

#3 User is offline   M_A_G_I_C 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 03-December 02

Posted 04 December 2002 - 12:29 AM

ok that problem is solved.. i got another, i dnt get this whole install thing. i got have tar.gz file, lets say that it is called linux-3.1.b4.tar.gz and it is located in /bin/src. I goto kernal and i type ./configure something. Could you tell me exactly what to type with the info i gave you. Thanks
0

#4 User is offline   punkisdead 

  • member
  • Group: Members
  • Posts: 118
  • Joined: 08-August 02

Posted 04 December 2002 - 05:18 AM

If you are just starting to learn linux, I would avoid using any package that ends in tar.gz unless it's necessary. For any RPM based installation (Redhat, Suse, Mandrake, etc.) I would suggest sticking to the .rpm packages. To find out if there is a package available you could run a search on rpmfind.net or from the distro's homepage. Then it's as simple as opening a terminal change to the super-user by typing su and entering the password. Then type:

rpm -ivh package.you.are.installing.rpm

tar.gz files are a little trickierbecause you must first extract them using:

tar -zxvf package.name.tar.gz

you should now see a directory name something similar to the package you are trying to install, cd into it. Usually there is a README or INSTALL text file which will go into detail what needs to be done to install the package. Usually the process to install is login as root and type:
./configure
make
make install
Depending on what you are trying to install, it might be a little overwhelming at first, but as you get more comfortable with linux in general you'll pick up on things.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users