Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
|
|
03-28-2005, 08:14 AM
|
#1
|
LQ Newbie
Registered: Mar 2005
Posts: 11
Rep:
|
Debian Sarge Netinstall Query
Hi there,
I have just installed Debian netinstall. But the netinstall never installed the X Window login, it boots into the command prompt.
I do not know what command to type to boot into Debian.
Can someone please tell me, and also is there any way to install the X Window login prompt via XP.
Mike
|
|
|
03-28-2005, 11:32 AM
|
#2
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
During the installation the netinstaller asked you for a root password and a regular user account/password. So, when you're at the boot prompt you can enter "root", press Enter then provide the root password or the same steps but instead of "root" you specify the other user (and the password accordingly of course).
Once you're logged in, you can use apt-get to fetch the X system and a WindowsManager and/or DesktopEnvironment onto your machine. So, you should
Code:
apt-get install x-window-system-core x-window-system xserver-*
for the X system (it might be some other package as well but that's what I remember so far) and the others are the subject of your choice.
These are the steps I followed with the rc2 netinstaller. I don't know if something's changed with rc3 (if you're using that), but you can always take a look at http://www.debian.org/doc/manuals/re...rence.en.html.
Last edited by harken; 03-28-2005 at 11:33 AM.
|
|
|
03-28-2005, 12:00 PM
|
#3
|
Member
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848
Rep:
|
IMHO, aptitude is a good tool to get a net install, too
don't forget to use the option dpkg-reconfigure xserver-xfree86 to configure X
cheers
|
|
|
03-28-2005, 02:43 PM
|
#4
|
LQ Newbie
Registered: Mar 2005
Posts: 11
Original Poster
Rep:
|
Hey thx for reply, got it. But have new prob can you have a look plz.
Hi,
I have installed the Sarge netinstall Debian disc. I then installed xserver-xfree86 xfonts-100dpi xfonts-base xbase-clients xdm (these i got from website where the guy who had the prob had a laptop, i have a pc). i then got kdm gdm.
Now I log into kde fine but when desktop appears nothing else does, no taskbar etc.
Any ideas on my error?
Jakal
|
|
|
03-28-2005, 05:29 PM
|
#5
|
Member
Registered: Jan 2005
Location: Tasmania
Distribution: Xen Debian Lenny/Sid
Posts: 578
Rep:
|
Personally I would recommend using a more advanced installer like dselect.
That being said, however, it sound like you dont have all the files installed.
It sounds like you want to try out kde, so to check what's installed, type:
dpkg -l | grep kde
and to see what's still available try
apt-cache search kde
dont forget to do
apt-get update
every now and then (especially if some packages cant be found on the server)
BUT I _really_ recommend trying dselect, it can make life a lot easier.
|
|
|
03-29-2005, 05:17 AM
|
#6
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
Indeed, you installed kdm and gdm but those are just Desktop Managers (that's where the "dm" part comes from).
Now, regardless of what utility will you use (apt-get, dselect, aptitude), you may want to install the corresponding Desktop Environments: KDE and/or Gnome. That's why I told you in my previous post that other packages (desktop envs. in this situation) are subject of your choice.
For example, you could use the set of commands suggested to you by uberNUT69 for apt-get to get KDE on your machine. Try that and post back if you encounter anymore problems. If you will succesfuly install one of the programs suggested above (there are others as well, such as FluxBox, IceWm etc.), you may want to visit its home page for further information on configuring it (e. g. www.kde.org).
|
|
|
03-29-2005, 06:08 AM
|
#7
|
LQ Newbie
Registered: Mar 2005
Posts: 11
Original Poster
Rep:
|
Hey
Thanks for replies guys, got some desktop managers.
Now when i log on it says authentication failed and will not log my username on.
This seems to be last hurdle.
Cheers guys, really appreciate this.
Mike
|
|
|
03-29-2005, 06:39 AM
|
#8
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
Use the same account name/password combination you used at the point where you were asked to log in, before you apt-getted the DM/DE. Since you managed to log in then (as using apt-get proves it), you should be able to do it now as well. Check the Caps Lock key. Make sure you're not doing any typos. Root logins are disabled by default.
|
|
|
03-29-2005, 07:28 AM
|
#9
|
LQ Newbie
Registered: Mar 2005
Posts: 11
Original Poster
Rep:
|
Hey
The pass and username are correct, it just isnt logging me in.
Mike
|
|
|
03-29-2005, 09:40 AM
|
#10
|
LQ Newbie
Registered: Mar 2005
Posts: 11
Original Poster
Rep:
|
here's list of everything I have installed:
kde
kdm
gdm
gnome
xdm
xserver-xfree86
xfonts-100dpi
xfonts-base
base-clients
if i need more please let me know what.
|
|
|
03-29-2005, 11:45 AM
|
#11
|
LQ Newbie
Registered: Mar 2005
Posts: 11
Original Poster
Rep:
|
K reinstalled yeah and this is what I did,
Installed:
gdm
xserver-xfree86
xfonts100-dpi
xfonts-base
base-clients
xdm
kernel-patch-2.4-lm-sensors
kernel-patch-2.-i2c
libsasl2-modules
libpam-mysql
metamail
Now when i booted into gdm it came up with login, i logged on but nothing came up i.e. taskbar etc.
Now I installed gnome, and now I am getting the auhentication failed.
Any ideas on problem now?
Mike
|
|
|
All times are GMT -5. The time now is 01:04 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
|
|