Results 1 to 5 of 5
Hi all... I'm getting reacquainted with Debian so I am in need of some help. Here's what I've done:
1. netinst
2. changed sources.list
3. apt-get update, and then apt-get ...
- 11-14-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 12
Need help with my new Debian...
Hi all... I'm getting reacquainted with Debian so I am in need of some help. Here's what I've done:
1. netinst
2. changed sources.list
3. apt-get update, and then apt-get upgrade
Screen now shows:
Debian GNU/Linux 4.0 (This is Sid, Right?)
Ok, so far so good. My problem is that I don't really know where to go from here. The system ALWAYS boots to a prompt. The last time I installed, I got a gnome desktop and lots of software. This system is currently pretty much bare bones.
#dpkg -l shows me gnome, x windows, but I just don't know what to do here. How do I get x windows and the gnome evironment up and running?
#kernelversion shows 2.4. Do I need to upgrade this, or am I ok for now. Installing on a Dell Latitude C610 laptop.
Thanks all...
- 11-14-2006 #2
TRy starting gdm /etc/init.d/gdm start or startx
I think you are using Debian Sarge, super stable but a bit outdatedPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-14-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
Do you have X?
If you installed with a net-install then you have only a very basic system. Try apt-get with a '-s' (dry-run won't actually install) Use the '-s' as a test before you actually install or remove something. You might be surprised by what you see. -s is safe.
apt-get -s install x-window-system
If it's not there, remove the -s and get it. You'd better have high-speed connection or you'll be forever.
Next get gnome or kde. You choose.
apt-get install kde
There'll be a bunch of dependencies but apt-get takes care of that for you.
Getting the x-window-system and kde ought to get xdm or gdm for you, but if not then apt-get one of them too.
This is how you can get your login for x-windows:
/etc/init.d/xdm start
or
/etc/init.d/gmd start
Use the debian package search once you have a web browser available:
http://www.debian.org/distrib/packages
- 11-14-2006 #4Just Joined!
- Join Date
- Mar 2006
- Posts
- 12
thanks... I did:
apt-get install gdm
- 11-18-2006 #5Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
seems to be working for me also!
I am just starting off with debian haveing played with a Damn Small Linux cd.
and haveing tried loading Ubuntu without sucess on my older HP Omnibook XE3 700mhz 196megs with 10 gig hdd.
Now stuck
setting up gnome-control-center (2.8.2-3)
debian:~#
It is asking for command I have no clue?
any help would be great?


Reply With Quote
