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 05-24-2005, 07:07 PM   #1
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Rep: Reputation: 15
kde help


i just installed kde and i am about to configure x but after that how do i run kde?????
 
Old 05-24-2005, 07:38 PM   #2
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Most likely it will run automatically, assuming you also installed kdm as your login manager. Normally, one would do it the other way around (install X, followed by desired window manager).

Cheers,

mj
 
Old 05-24-2005, 07:49 PM   #3
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
If you're at the command line, run "startx" (no quotes). -- J.W.
 
Old 05-25-2005, 06:55 AM   #4
dabang
Member
 
Registered: May 2005
Location: Germany
Distribution: sidux, Debian, Ubuntu
Posts: 30

Rep: Reputation: 15
If you do an

apt-get install kdm

you will be asked for your default login manager. If your going to use KDE, I asume answering this question with "kdm" would be a good choice. Nest time you start your computer you will see the KDM login screen where youn can choose between the different desktops.
 
Old 05-25-2005, 09:22 AM   #5
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
tried

i installed kdm and kde and it still won't run kde do i need to install xfree86 or what
 
Old 05-25-2005, 09:50 AM   #6
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Try "apt-get install x-window-system kde kdm rcconf". That should ensure that you've got all the needed packages to start kde. After installing the packages reboot.

If after rebooting kdm (kde's GUI login screen) doesn't appear, you need to run (as root) rcconf to enable kdm, and reboot once again.
 
Old 05-25-2005, 08:05 PM   #7
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
??

if kdm dosen't run how do i enable (i know how to log into root)

P.S.
thanks to everyone who has posted im brand new and will probably need a lot of help.
 
Old 05-25-2005, 09:07 PM   #8
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
It's better to login as normal user and then use the "su" command to become root only temporarily, and only for administration tasks (such as installing/upgrading/removing packages and editing configuration files). Especially new users should feel safer as normal user because then you can be sure that you don't break your system.

Like I've already suggested, you can install the rcconf utility to enable kdm, and then you need to reboot. "rcconf" is the name of the utility and it is also the command that starts this utility. Just type "rcconf" (without quotes) and hit Enter. Once rcconf has started, you navigate between services with up and down arrow keys, you enable/disable services with the space bar, and when you're ready you use the tab key to move cursor to "OK", and then just hit Enter.
 
Old 05-25-2005, 10:04 PM   #9
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
re

ok i installed rcconf and enabled kdm and xdm is that good
 
Old 05-25-2005, 10:17 PM   #10
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
video card

i have a dell demension xps r400 and i don't know which video card driver i need to install. Which options should i mark on the rcconf utility
 
Old 05-26-2005, 06:44 AM   #11
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Well, my quick Google search for "dell dimension xps r400" suggests that you may have nVidia graphics card, so "nv" might be the correct driver to choose. However, I don't know much about video drivers so you may want to use the search engine here at LinuxQuestions.org to find other posts/threads that discuss nVidia drivers.

In addition to choosing the correct video driver, you should know the horizontal and vertical refresh values for your monitor. If you don't have your monitor's manual around, making a Google search for your monitor's manufacturer and model with the keywords "horizontal" and "vertical" might produce useful results.

There's no reason to panic if you don't get the Xserver configuration right on the first attempt. You can rerun the setup script as many times as needed -- just type (as root) "dpkg-reconfigure xserver-xfree86".

Quote:
Which options should i mark on the rcconf utility
I'd suggest that you mark kdm and unmark xdm. xdm is an older display manager that comes with Xserver while kdm is a newer display manager designed specifically for kde.
 
Old 05-26-2005, 08:45 AM   #12
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
re

i tried that and i shut down and then restarted but nothing worked i used the nv driver i had wondered i think i have some kind of a diamond video card. how do i reboot?

Last edited by at6498; 05-26-2005 at 09:06 AM.
 
Old 05-26-2005, 10:06 AM   #13
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
OK, apparently you don't have nVidia graphics card. Sorry about that, I shouldn't have made such a wild guess. You can find out what graphics card you ACTUALLY have with the following command:
Code:
lspci | grep VGA
 
Old 05-26-2005, 04:55 PM   #14
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
re

how do i do the line in the center

Last edited by at6498; 05-26-2005 at 05:25 PM.
 
Old 05-26-2005, 05:51 PM   #15
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
how do i do the line in the center
It's a special character called "pipe" and how you get it depends on your keyboard layout. For example, on the average American keyboard you type it by hitting shift and the backslash key.

EDIT:
At this time it's not really important, try just "lspci" and check out the line that has VGA.

Last edited by Dead Parrot; 05-26-2005 at 05:55 PM.
 
  


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
HELP!!! Installed kde 3392 rpms keyboard dead inside kde, working in shell hansschmucker SUSE / openSUSE 1 02-13-2005 08:01 PM
Why wont my KDE 3.2 FC2 setup run make commands w/KDE 1.x packages? rusty_slacker Linux - Newbie 1 09-19-2004 05:40 PM
KDE startup lookup using SuSE 9.1 (KDE 3.2.3 - /home over NFS) dbertolo Linux - Software 1 08-24-2004 10:26 AM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM
[REDHAT KDE] Disable KDE boot? Apache down after 10min losing monitor signal bjwesselink Linux - Software 2 08-11-2003 01:52 PM

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

All times are GMT -5. The time now is 10:41 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