LinuxQuestions.org
Help answer threads with 0 replies.
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 03-16-2006, 05:42 PM   #1
post_break
LQ Newbie
 
Registered: Jan 2006
Location: Toledo Ohio
Distribution: Debian/Ubuntu
Posts: 17

Rep: Reputation: 0
installing kde?


Well I went and grabbed the debian net install and everything worked out fine. I dont have a gui installed so I tried apt-get to get kde and that worked. It downloaded and installed but it doesnt start up. Im not sure what I have to do to get it working. Any help please?
 
Old 03-16-2006, 06:07 PM   #2
xpromisex
Member
 
Registered: Apr 2004
Location: Statesboro, GA
Distribution: Arch Linux 2007.05 "Duke" (Kernel 2.6.21)
Posts: 447

Rep: Reputation: 30
does debian have a /etc/inittab?

if so, you can set your default runlevel to be 5 by editing this line

Code:
id:3:initdefault:
to say this
Code:
id:5:initdefault:

you can also give the path to KDM (which on Arch is: /opt/kde/bin/kdm).
To do this edit the line that looks like this (should be the last line)

Code:
x:5:respawn:/usr/bin/xdm -nodaemon
or this
Code:
x:5:respawn:/usr/X1186/bin/xdm -nodaemon
to this
Code:
x:5:respawn:/opt/kde/bin/kdm -nodaemon
Hope this helps

Edited for mistakes
 
Old 03-16-2006, 07:02 PM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
@xpromisex
Debian doesn't use runlevels in the same way as other distros. Everything runs in runlevel 2.

@post_break
Can you start KDE as a normal user by doing "startx" ? If so all you need to do is install kdm and configure it to be the default bootloader.
 
Old 03-17-2006, 12:38 PM   #4
post_break
LQ Newbie
 
Registered: Jan 2006
Location: Toledo Ohio
Distribution: Debian/Ubuntu
Posts: 17

Original Poster
Rep: Reputation: 0
A friend helped me install kde. Turns out the net install "forgot" some important files, kde being one of them. Thanks for the help guys.
 
Old 03-17-2006, 01:46 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by post_break
A friend helped me install kde. Turns out the net install "forgot" some important files, kde being one of them. Thanks for the help guys.
Netinstall doesn't install any DEs or xorg. It just installs a base Debian installation and then you use apt-get to install everything else you need.
 
Old 03-17-2006, 02:07 PM   #6
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
You need to install x-window-system -- kde doesn't start without it.
 
Old 03-17-2006, 02:23 PM   #7
xpromisex
Member
 
Registered: Apr 2004
Location: Statesboro, GA
Distribution: Arch Linux 2007.05 "Duke" (Kernel 2.6.21)
Posts: 447

Rep: Reputation: 30
hmm - wasn't aware that Debian did that...nifty.

I'll have to look into Debian's way of it too.
 
Old 03-17-2006, 02:28 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by xpromisex
hmm - wasn't aware that Debian did that...nifty.

I'll have to look into Debian's way of it too.
Yeah its a good distro to look at. Gentoo also does not treat runlevels in the same way as other distros.
 
Old 03-18-2006, 11:04 AM   #9
post_break
LQ Newbie
 
Registered: Jan 2006
Location: Toledo Ohio
Distribution: Debian/Ubuntu
Posts: 17

Original Poster
Rep: Reputation: 0
I did the apt-get procedure to get kde and some of the other components. It had a bunch of problems, one of one was the mouse was a ps2 but it was recognized as usb. Im trying gentoo right now and I am completely lost.
 
Old 03-18-2006, 11:28 AM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by post_break
I did the apt-get procedure to get kde and some of the other components. It had a bunch of problems, one of one was the mouse was a ps2 but it was recognized as usb. Im trying gentoo right now and I am completely lost.
I did my first gentoo installation this week. I thought the install procedure was ok but time consuming. The good thing is that I learnt and I am still learning a lot of stuff I didn't know.
 
Old 03-18-2006, 06:02 PM   #11
xpromisex
Member
 
Registered: Apr 2004
Location: Statesboro, GA
Distribution: Arch Linux 2007.05 "Duke" (Kernel 2.6.21)
Posts: 447

Rep: Reputation: 30
Post - if you are lost with Gentoo, try Arch. I have seen speeds on Arch that are as fast as my Gentoo install, without the compilation of packages. (and consequently, a three day install time and 30 pages of manual)
 
Old 03-18-2006, 06:17 PM   #12
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Very interesting thread. I've done a net install of Etch on two computers in the last few days using the 100 MB boot iso. I did get a GUI immediately on first boot of the two systems. During the install procedure you need to select some type of desktop environment to have a GUI on first boot, apt will then download your DE. It worked fine for me, I booted right away into gnome 2.12.2.

Last edited by hitest; 03-18-2006 at 06:19 PM.
 
Old 03-18-2006, 07:29 PM   #13
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
depends on what you select during the install. The net install does give you an option to install kde. If you deselect everything and want a self made system you do have to apt get x-windows and kde-base
 
Old 03-18-2006, 07:45 PM   #14
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by powadha
depends on what you select during the install. The net install does give you an option to install kde. If you deselect everything and want a self made system you do have to apt get x-windows and kde-base
True, but, I like to have a working system on first boot. Yes, if you want to totally customize everything and get x on the command prompt you can do that.
Each to his own.
 
Old 03-19-2006, 12:27 AM   #15
post_break
LQ Newbie
 
Registered: Jan 2006
Location: Toledo Ohio
Distribution: Debian/Ubuntu
Posts: 17

Original Poster
Rep: Reputation: 0
Well gentoo is really hard but I am learning and that is the whole point to this. Im trying not too cheat and hop on irc and ask if anyone wants to hold my hand but at times I have... Sorry for the off topic.
 
  


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
installing kde namit Linux - Software 2 02-12-2006 10:46 AM
Installing KDE csosa Linux - Software 1 09-18-2003 03:48 PM
installing KDE sopiaz57 Linux - Software 1 04-24-2003 12:06 PM
Installing kde 3.0 morbo Linux - Software 3 05-02-2002 01:18 PM
installing kde 3.0 inhiding10 Linux - Newbie 1 04-23-2002 07:52 AM

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

All times are GMT -5. The time now is 03:31 PM.

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