LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installed Ubuntu on imac g3 logged in, but then what? (https://www.linuxquestions.org/questions/linux-newbie-8/installed-ubuntu-on-imac-g3-logged-in-but-then-what-767732/)

chowchig 11-08-2009 12:11 PM

Installed Ubuntu on imac g3 logged in, but then what?
 
WHat do I do after logging on to Ubuntu

arochester 11-08-2009 12:48 PM

What do you mean?

Do you have a graphic interface or text only?

chowchig 11-08-2009 05:39 PM

Its text only right now

bigrigdriver 11-08-2009 06:19 PM

Issue the command 'init 5' (without quotes) to get to runlevel 5 (gui mode).

evo2 11-08-2009 07:11 PM

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.

evo2 11-08-2009 07:13 PM

Quote:

Originally Posted by bigrigdriver (Post 3749725)
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.

smeezekitty 11-08-2009 07:26 PM

try typing "startx" (without the quotes).

chowchig 11-08-2009 08:38 PM

Quote:

Originally Posted by bigrigdriver (Post 3749725)
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

smeezekitty 11-08-2009 09:15 PM

type sudo bash to become a super user.
then type apt-get install xorg and pray apt-get doesnt go haywire!

arochester 11-09-2009 03:11 AM

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.

evo2 11-09-2009 03:29 AM

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.

chowchig 11-09-2009 06:04 AM

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

evo2 11-09-2009 06:37 AM

Quote:

Originally Posted by chowchig (Post 3750154)
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.

Wim Sturkenboom 11-09-2009 06:46 AM

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)

chowchig 11-09-2009 04:45 PM

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 06:14 AM.