LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-04-2003, 01:19 PM   #1
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Rep: Reputation: 15
right after installing mandrake 9.1


really sorry if someone already answered this somewhere

i just finished installing mandrake 9.1 and i rebooted. then it asks me to localhost login. i wrote root and the password then it gives me the command thing

[root@localhost root]#

i asked around and people told me to write startx but after i press enter nothing happens

can anyone please please help me?

i would really appreciate it

thank you,


Extreme noob that cant even boot OS
 
Old 09-04-2003, 06:38 PM   #2
WhiteChedda
Member
 
Registered: Aug 2003
Location: Florida
Distribution: Mandrake 9.1 for now
Posts: 205

Rep: Reputation: 30
Re: right after installing mandrake 9.1

Quote:
Originally posted by ConfusedMonkey
really sorry if someone already answered this somewhere

i just finished installing mandrake 9.1 and i rebooted. then it asks me to localhost login. i wrote root and the password then it gives me the command thing

[root@localhost root]#
i asked around and people told me to write startx but after i press enter nothing happens

can anyone please please help me?

i would really appreciate it

thank you,


Extreme noob that cant even boot OS
Actaully you have booted the OS. You just have not started the Graghical interface known as X-windows. The question is why you cannot start it from the command line and my guess is you did not install it.

Did you download Mandrake or purchase it in a box from a software store? If you downloaded you should have downloaded 3 ISO images and burned them to 3 CD's. If you bought it, there may be more CD's I think the powerpack has like 7 or 8.

Now if I read the rest correctly you have booted to the shell, and logged in as root correctly. You then typed startx and hit enter when nothing happened? Did it give you some kind of error message? did it say command not found or did it just do absolutely nothing?
 
Old 09-04-2003, 06:48 PM   #3
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
first, don't login as root if possible. Provide your normal username and password.
Now, when you enter
startx
at the prompt (and press enter) literally nothing happpens? Do you get the prompt back? Any messages?
 
Old 09-04-2003, 11:36 PM   #4
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Original Poster
Rep: Reputation: 15
thx for the help guys

someone told me to switch the graphics card and it helped.. linux is now gui

if only i could figure out what now..


can anyone recommend me a book or a site that will tell me who what how and why to do in linux... cuz so far the only thing i can do is play reversi and switch themes..

thanks again
 
Old 09-05-2003, 05:25 AM   #5
WhiteChedda
Member
 
Registered: Aug 2003
Location: Florida
Distribution: Mandrake 9.1 for now
Posts: 205

Rep: Reputation: 30
Quote:
Originally posted by ConfusedMonkey
thx for the help guys

someone told me to switch the graphics card and it helped.. linux is now gui

if only i could figure out what now..


can anyone recommend me a book or a site that will tell me who what how and why to do in linux... cuz so far the only thing i can do is play reversi and switch themes..

thanks again

I think the question is what do you want to do with your computer? If you want to browse the web look for mozilla {though personally I suggest getting firebird from www.mozilla.org and using it for browsing, but avoid the thunderbird news/E-mail app. Its hideous and ridled with bugs ATM}.

If you want to edit documents ror spreadsheets look into open office {should be installed already} if you want to do development, try the KDE IDE, and pick a lanuguage you installed {C and C++ only by default I think}. Do you want to run a router, or a webserver? Linux is after all just an OS, its not like having found superman or anything. So what do you want linux to do?
 
Old 09-05-2003, 07:49 AM   #6
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Original Poster
Rep: Reputation: 15
well basically i only want to do one thing

make a program (game that someone did) work

but when i follow his instructions it says to write
./configure

when i do that it says i need STL.

how/where can i get that to make the game work?

thanks
 
Old 09-05-2003, 08:15 AM   #7
Flatredline
LQ Newbie
 
Registered: Aug 2003
Distribution: Slackware 9.1, Debian Sarge
Posts: 20

Rep: Reputation: 0
I believe that would be in the stlport package, which you can pick up HERE
 
Old 09-05-2003, 09:25 AM   #8
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Original Poster
Rep: Reputation: 15
how do i open/install it?
 
Old 09-05-2003, 09:28 AM   #9
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Original Poster
Rep: Reputation: 15
unless its acompnied by a readme
 
Old 09-05-2003, 09:47 AM   #10
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Original Poster
Rep: Reputation: 15
ok i doubleclicked it
it installed ok, although it told me the signature was wrong

still didnt help with game, do i need to do something else.
 
Old 09-05-2003, 05:50 PM   #11
WhiteChedda
Member
 
Registered: Aug 2003
Location: Florida
Distribution: Mandrake 9.1 for now
Posts: 205

Rep: Reputation: 30
Quote:
Originally posted by ConfusedMonkey
ok i doubleclicked it
it installed ok, although it told me the signature was wrong

still didnt help with game, do i need to do something else.

It is possible, maybe if you post what game it is in the Linux Software forum and describe what you are doing and what errors you are getting {IE are you installing this by recompiling it or ??} they can help you get all the dependent packages fouund and installed so you can get the game to run. Best of luck.
 
Old 09-06-2003, 01:08 AM   #12
ConfusedMonkey
Member
 
Registered: Sep 2003
Posts: 40

Original Poster
Rep: Reputation: 15
it is a gomoky game that learns from its mistakes

you can get it here

http://www.student.nada.kth.se/~d92-jwa/code/

go all the way down

if anyone can get it to work somehow please tell me
 
Old 09-06-2003, 07:59 PM   #13
WhiteChedda
Member
 
Registered: Aug 2003
Location: Florida
Distribution: Mandrake 9.1 for now
Posts: 205

Rep: Reputation: 30
Quote:
Originally posted by ConfusedMonkey
it is a gomoky game that learns from its mistakes

you can get it here

http://www.student.nada.kth.se/~d92-jwa/code/

go all the way down

if anyone can get it to work somehow please tell me

I think I know what your problem is, the app is looking for an OLD stl.h header file tht seems to have been discontinued by gcc and SGI some time ago. They really should document this shit better.

You can get it by searching for it in google, but even then once configure works, make craps out, so I'd just give up on this one unless you consider yourself a sadist. My one real beef with linux, they have the most poorly designed distributions system ever.

Last edited by WhiteChedda; 09-07-2003 at 09:45 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Mandrake 10.1 zathrus Mandriva 3 02-28-2005 07:29 PM
Installing Mandrake w/o CD agentscott00 Linux - Newbie 1 10-11-2004 01:48 AM
Installing Mandrake 9.2 Z3r01 Linux - Newbie 4 03-06-2004 06:06 PM
installing mandrake nathan15243 Linux - Newbie 13 11-23-2003 11:40 AM
qt-2.3.2 installing on mandrake 8.2 unknown_errors Linux - Software 0 06-19-2002 01:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 03:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration