Does Ubuntu 5.10 have a desktop environment installed by default?

MiniDoom

Diamond Member
Jan 5, 2004
5,305
0
76
I?m new to linux and fooling around with this distro. After the install I login to the root and nothing happens. I thought Gnome was installed by default and suppose to start automatically. What am I missing?:confused:
 

MiniDoom

Diamond Member
Jan 5, 2004
5,305
0
76
Originally posted by: n0cmonkey
Yes, gnome.

Are you logging into a text based terminal or a gui looking thing?

it goes to text based. how do I start the gui?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: rdubbz420
no luck.
bash: startx: command not found.

Having never installed Ubuntu: Did you unselect X11 packages or something?

Try: updatedb && locate startx

any known issues with running it on vmware workstation v5?

I don't have vmware, so I haven't looked at their documentation.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
did you install this as a "server" or the normal install?

By default, iirc, the server install does not install a GUI
 

MiniDoom

Diamond Member
Jan 5, 2004
5,305
0
76
Originally posted by: n0cmonkey
Originally posted by: rdubbz420
no luck.
bash: startx: command not found.

Having never installed Ubuntu: Did you unselect X11 packages or something?

Try: updatedb && locate startx

any known issues with running it on vmware workstation v5?

I don't have vmware, so I haven't looked at their documentation.

I just selected the default install options. Same thing with the commands, it said it updated the database but still can?t find startx.

Originally posted by: nweaver
did you install this as a "server" or the normal install?

By default, iirc, the server install does not install a GUI

Update re-installed and found that option.I installed "server" duh. thanks all for the help.:beer:
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
You might also want to avoid using root as your regular login. Use a username and use sudo whenever you want root privileges.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
the fact that you can login as root makes me wonder what you did, by default the root account is disabled for normal use.

a default Ubuntu install is a GUI, and there is no way to disable it except doing a telinit 2 and killing the X server process.
 

Sureshot324

Diamond Member
Feb 4, 2003
3,370
0
71
Originally posted by: nweaver
did you install this as a "server" or the normal install?

By default, iirc, the server install does not install a GUI

I'm thinking that's what happened. Your best bet is probably to just reinstall it and make sure not to choose the server option this time. You might be able to install x and gnome buy running

sudo apt-get install xorg
sudo apt-get install gnome

but I am a linux n00b so it's probably not that simple.