LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-08-2009, 12:11 PM   #1
chowchig
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Rep: Reputation: 0
Installed Ubuntu on imac g3 logged in, but then what?


WHat do I do after logging on to Ubuntu
 
Old 11-08-2009, 12:48 PM   #2
arochester
Member
 
Registered: May 2006
Distribution: Debian
Posts: 615

Rep: Reputation: 98
What do you mean?

Do you have a graphic interface or text only?
 
Old 11-08-2009, 05:39 PM   #3
chowchig
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Its text only right now
 
Old 11-08-2009, 06:19 PM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Issue the command 'init 5' (without quotes) to get to runlevel 5 (gui mode).
 
Old 11-08-2009, 07:11 PM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726

Rep: Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706
You need to set up xorg.

Please start by trying the following command:

Code:
sudo dpkg-reconfigure xserver-xorg
Let us know what happens. Eg. if there is an error message tell us exactly what it is (also try putting it into google)

Cheers,

Evo2.
 
Old 11-08-2009, 07:13 PM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726

Rep: Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706
Quote:
Originally Posted by bigrigdriver View Post
Issue the command 'init 5' (without quotes) to get to runlevel 5 (gui mode).
Maybe on other distros but by default run levels 2 through 5 are identical on Debian (and I believe Ubuntu).

Evo2.
 
Old 11-08-2009, 07:26 PM   #7
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
try typing "startx" (without the quotes).
 
Old 11-08-2009, 08:38 PM   #8
chowchig
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by bigrigdriver View Post
Issue the command 'init 5' (without quotes) to get to runlevel 5 (gui mode).
says must be superuser
Quote:
You need to set up xorg.

Please start by trying the following command:

Code:

sudo dpkg-reconfigure xserver-xorg

Let us know what happens. Eg. if there is an error message tell us exactly what it is (also try putting it into google)

Cheers,

Evo2.
said it is not installed how do I install it? also I'm a newbie so I may have trouble explaining/doing somethings
 
Old 11-08-2009, 09:15 PM   #9
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
type sudo bash to become a super user.
then type apt-get install xorg and pray apt-get doesnt go haywire!
 
Old 11-09-2009, 03:11 AM   #10
arochester
Member
 
Registered: May 2006
Distribution: Debian
Posts: 615

Rep: Reputation: 98
I would wonder - Which version of Ubuntu did you install? -and- How much RAM memory have you got?

My G3 only had 128Mb of RAM and would only run "old" Xubuntu.
 
Old 11-09-2009, 03:29 AM   #11
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726

Rep: Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706
I think you can install a fairly standard ubuntu desktop with the following command:

Code:
sudo apt-get install xorg gnome-desktop-environment
However, arochester raises a good point. How much ram do you have?
You can find out with the command:

Code:
free -m
The row "mem" in the column "total" will tell you how many mega bytes you have. If you have less than about 256, you may not want to be running the standard gnome desktop.

Cheers,

Evo2.
 
Old 11-09-2009, 06:04 AM   #12
chowchig
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
okay re tried everything and it keeps on saying xserver-xorg is not installed

or

when I tried apt-get install xorg gnome-desktopenvironment it says
Reading package lists ... done
Building dependency tree ... done
E: couldn't find package xorg

also it says this is

Ubuntu 6.06.2 LTS Ubuntu tty1


And for evo2 bit says I have 249
 
Old 11-09-2009, 06:37 AM   #13
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726

Rep: Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706Reputation: 1706
Quote:
Originally Posted by chowchig View Post
okay re tried everything and it keeps on saying xserver-xorg is not installed

or

when I tried apt-get install xorg gnome-desktopenvironment it says
Reading package lists ... done
Building dependency tree ... done
E: couldn't find package xorg

also it says this is

Ubuntu 6.06.2 LTS Ubuntu tty1


And for evo2 bit says I have 249
That should be enough ram.

I think perhaps the pacakge might be called xserver-xorg in that version of Ubuntu.

So try:

Code:
sudo apt-get install xserver-xorg gnome-desktop-environment
For future reference, you can find the exact name of packages with:
Code:
apt-cache search something
Where "something" is your best guess at the name of the thing you are searching for.

A good guide on these commands can be found at:
www.debian.org/doc/manuals/apt-howto/

Cheers,

Evo2.
 
Old 11-09-2009, 06:46 AM   #14
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797

Rep: Reputation: 282Reputation: 282Reputation: 282
6.06 is no longer supported; I assume that therefore the repositories have been moved from where your install is looking for them.

Try Xubuntu 8.04 (not sure if it's available for your processor)
 
Old 11-09-2009, 04:45 PM   #15
chowchig
LQ Newbie
 
Registered: Nov 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Uhh still got couldn't find package xserver-xorg

I don't know how to use those commands so any other help?
 
  


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
Installed logged in, still in text babujbf Arch 31 01-01-2009 03:40 AM
installed Debian 4.0 on g3 imac any wheelman Linux - Newbie 0 07-22-2008 05:58 PM
Ubuntu 5.10 on iMac G3 E-chan Linux - Newbie 13 05-24-2008 11:32 PM
ubuntu on imac lawdiv Ubuntu 7 05-01-2007 11:18 PM
Installed,Booted,logged-in, then what? Psyche73 Linux - Newbie 2 02-03-2005 10:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:44 PM.

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