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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
11-08-2009, 12:11 PM
|
#1
|
LQ Newbie
Registered: Nov 2009
Posts: 5
Rep:
|
Installed Ubuntu on imac g3 logged in, but then what?
WHat do I do after logging on to Ubuntu
|
|
|
11-08-2009, 12:48 PM
|
#2
|
Member
Registered: May 2006
Distribution: Debian
Posts: 615
Rep:
|
What do you mean?
Do you have a graphic interface or text only?
|
|
|
11-08-2009, 05:39 PM
|
#3
|
LQ Newbie
Registered: Nov 2009
Posts: 5
Original Poster
Rep:
|
Its text only right now
|
|
|
11-08-2009, 06:19 PM
|
#4
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
Issue the command 'init 5' (without quotes) to get to runlevel 5 (gui mode).
|
|
|
11-08-2009, 07:11 PM
|
#5
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
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.
|
|
|
11-08-2009, 07:13 PM
|
#6
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Quote:
Originally Posted by bigrigdriver
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.
|
|
|
11-08-2009, 07:26 PM
|
#7
|
Senior Member
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339
|
try typing "startx" (without the quotes).
|
|
|
11-08-2009, 08:38 PM
|
#8
|
LQ Newbie
Registered: Nov 2009
Posts: 5
Original Poster
Rep:
|
Quote:
Originally Posted by bigrigdriver
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
|
|
|
11-08-2009, 09:15 PM
|
#9
|
Senior Member
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339
|
type sudo bash to become a super user.
then type apt-get install xorg and pray apt-get doesnt go haywire!
|
|
|
11-09-2009, 03:11 AM
|
#10
|
Member
Registered: May 2006
Distribution: Debian
Posts: 615
Rep:
|
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.
|
|
|
11-09-2009, 03:29 AM
|
#11
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
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:
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.
|
|
|
11-09-2009, 06:04 AM
|
#12
|
LQ Newbie
Registered: Nov 2009
Posts: 5
Original Poster
Rep:
|
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
|
|
|
11-09-2009, 06:37 AM
|
#13
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Quote:
Originally Posted by chowchig
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.
|
|
|
11-09-2009, 06:46 AM
|
#14
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
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)
|
|
|
11-09-2009, 04:45 PM
|
#15
|
LQ Newbie
Registered: Nov 2009
Posts: 5
Original Poster
Rep:
|
Uhh still got couldn't find package xserver-xorg
I don't know how to use those commands so any other help?
|
|
|
All times are GMT -5. The time now is 08:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|