LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-11-2005, 03:07 PM   #1
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
Smile No GUI after Sarge net install


Yesterday I tried all afternoon to install Woody. It kept hanging on certain files calling them corrupt, and would stop the install. I verified the iso was good with the MD5, I increased the size of the /boot partition, and even removed the /boot and booted into the / partition. No luck.
Finally I tried the Sarge net install. It installed flawlessly, except when I type in startx, it cannot find the files. I did not see any setting during the install to set the video, but I am new to this, and might have missed something. My question is how to I get either gnome or KDE GUI up and running? I tried various apt-get commands, but could not figure it out. I also ran base-command, but did not see any settings for gnome or KDE desktops. I want to be able to use the GUI, probably gnome, but want the machine to continue booting into the text login screen. As yesterday, any help is greatly appreciated as I am very anxious to start learning linux.

Thanks
 
Old 01-11-2005, 03:18 PM   #2
kostian
Member
 
Registered: Jul 2004
Location: LT
Posts: 150

Rep: Reputation: 15
at some point of the installation you where to select which packages you want to be installed on your system. you can check if you have X11 installed by "dpkg -s x-window-system" if not -
Code:
# apt-get update
# apt-get install x-window-system kde gnome
edit you ~/.xinitrc file and put startkde at the bottom for example, then startx

Last edited by kostian; 01-11-2005 at 03:20 PM.
 
Old 01-11-2005, 04:09 PM   #3
WolfCub
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Debian
Posts: 175

Rep: Reputation: 30
I did this today on my laptop, the easy was is to make sure you're online and then type these commands in this order:

apt-get install kdm
apt-get install x-window-system
apt-get install kdebase
 
Old 01-11-2005, 06:03 PM   #4
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Original Poster
Rep: Reputation: 37
Talking

Thank y'all for your help. I am sitting here enjoying gnome on the Sarge distro. I do have one more question, how do I set the system up to boot to the test screen. If I need gnome, I will use startx. I know there is a setting in a file, but I do not remember the file or the setting. Again, thanks for the help. I am already loving linux.
 
Old 01-11-2005, 06:57 PM   #5
WolfCub
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Debian
Posts: 175

Rep: Reputation: 30
By test screen do you mean just plain X11 with TWM? If that's what you mean, type "xdm" at the prompt without X running then login.
 
Old 01-11-2005, 07:46 PM   #6
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Original Poster
Rep: Reputation: 37
I'm sorry, bad typing. I meant text screen. I want Linux to boot into the text screen and I'll use startx if I want the GUI.
 
Old 01-11-2005, 08:39 PM   #7
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
just remove kdm, xdm or gdm whichever you have installed
apt-get remove kdm
when you reboot, you will be at a login screen. login and then type startx whenever you want to get in to a gui
 
Old 01-12-2005, 05:13 AM   #8
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Original Poster
Rep: Reputation: 37
Right now I am using gnome. So if I remove gnome with apt-get remove gnome, and then type startx at the command prompt, it will still open gnome?
 
Old 01-12-2005, 06:57 AM   #9
zuralin
Member
 
Registered: Sep 2003
Distribution: Debian testing/unstable
Posts: 229

Rep: Reputation: 32
no, you need to do exactly what he said.. remove gdm, kdm, or xdm.. whichever is installed..
 
Old 01-12-2005, 06:59 AM   #10
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
gdm, kdm and xdm are the login managers. if they are not installed you will boot to a command line interface. if you remove gnome, gnome will not load when you type startx
 
Old 01-12-2005, 04:22 PM   #11
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Original Poster
Rep: Reputation: 37
Lightbulb

OK, that makes sense. How do I find out which login manager I am running?
 
Old 01-12-2005, 08:34 PM   #12
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
if kdm is started it looks like kde, gdm looks like gnome
but if you boot up to a command line, login and type either kdm or gdm. if one starts and the other doesnt, you will know

you can also do the apt-get remove kdm, or apt-get remove gdm and then you will know
 
Old 01-13-2005, 07:06 PM   #13
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Original Poster
Rep: Reputation: 37
Talking

I cannot thank you guys enough. I removed gdm, and now it boots into the text screen like I want it to. I entered startx, and gnome came up just fine.
Last weekend I was running Red Hat 7.2, which is a bit outdated. I looked at Fedora, but it seemed too much like Windows which I am trying to pry away from. And tonight I am running Debian Sarge, and it is getting set up like I want it to. I am also learning a lot by all of your help and going through the different questions in this forum.
I am completely amazed at how quick Linux users are to help out. It not only helps newbies like myself get into Linux easier and quicker, but sparks an excitement in this OS that you do not find with others (when have you ever found someone completely excited about a Windows OS). I am really looking forward to continue learning this outstanding OS, applying my networking skills I have learned with Windows, and start helping others when they need it.
Thanks again for the help!
 
Old 01-14-2005, 08:32 PM   #14
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
sure thing, just remember to give back what you have gained. we were all newbies here at one point and someone has helped us out way back when. ive learned a lot in a year and a half here

glad everything works to your liking. you picked the right distro!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Net-install Debian Sarge HOWTO? Stimz Linux - Newbie 3 08-14-2005 04:25 PM
Sarge Net-Install problems DJ Tribal Debian 4 10-09-2004 05:48 PM
Sarge net install ISO Craigwd Debian 9 08-05-2004 05:16 PM
Sarge net install subh Debian 7 12-21-2003 03:11 PM
Sarge Net Install ? ghight Linux - General 6 03-28-2003 07:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration