NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
newbie please helpjust installed Debian, looking forward to using it (can't stand Windows). HELLLLLLPPPPPPPPP???? |
Let's see.. First you seem
Let's see.. First you seem not to have any graphics interface running. try 'startx' at the command line (that's where you are righ now) and tell us what happens.
also - what version of Debian did you install? Was it Debian Sarge, Debian Testing, Debian Sid, or even Mepis, Kanotix or Knoppix.
how did the install go? when you rebooted, what messages did you get?
Hang in there - there is hope ;-)
Motto: chown -R linux:GNU world
Distros: Debian, Kanotix, Frenzy, Damn Small Linux
Help
The 'startx' didn't work. It's the version I downloaded form the debian site (the "net Install") I believe it's "Sarge"?
If I have to, i can re-install it (otherwise i'm downloading freespire) to see if that one works. But I think I would prefer this one.
no abnormal messgs and install went good
if I re-install, what should I do different??? could it be "syntax" in nature? I have no clue as to linux syntax.
I even tried "apt-get install x-window-system".
i don't even know what the command line should look like.
sorry 4 being new.........I really want to b a "convert"
x-window-system
What happened when you tried "apt-get install x-window-system"? Were you logged in as root?
When you are logged as a regular user (say the user is donald52duck), the command prompt will probably look like:
donald52duck@debian:~$
That's assuming you named the computer "debian", the default during the install. If you are logged in as root, the prompt will look something like this:
debian:~#
You have to be logged in as root to run apt-get, so you would type:
debian:~# apt-get install x-window-system
After that, hopefully startx would work when entered as an ordinary user. Whatever happens, be sure to post the details back here.
Just to be sure we have the look of the command line covered, before you login, you should see:
debian login:
At the login prompt, you can enter either your username or root, followed by the appropriate password. Whenever you have successfully logged in, the default prompt will end with a "$" for a normal user or with a "#" for the root user.