Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
I wanted to use KDE with my new debian (formatting windows), so i told Netinst to install Normal Installation only. I installed KDE via apt (apt-get install kde kdm) then ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34

    Desktop not Loading

    I wanted to use KDE with my new debian (formatting windows), so i told Netinst to install Normal Installation only.
    I installed KDE via apt (apt-get install kde kdm) then restarted, but bash starts up isntead of KDE (he shows the Starting KDE Display Manager (kdm) message).
    Now i'm left with an Console-Only Debian and a Windows that crashes randomally (luckily Firefox has that "Restore Session" function).

  2. #2
    Just Joined! geniuz's Avatar
    Join Date
    Mar 2008
    Location
    Netherlands, Europe
    Posts
    71
    You'll also have to install the x-server:
    apt-get install xserver-xorg xorg

    After that you can install kde and kdm...everything should work fine afterwards

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is FireFox working fine? If it is then X Server has been installed already.
    Does this code installs any package?
    Code:
    apt-get install kde-core
    Whats the output of startx command?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34
    GNOME working fine, but KDE continues to be problematic...

  5. #5
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Quote Originally Posted by arielby View Post
    GNOME working fine, but KDE continues to be problematic...
    How? What does it do?

    If you did a basic install, the xserver isn't installed. You need to install the xserver before installing any desktop, or else the installation/setup will screw itself up. I've done it a few times, myself. Try reinstalling the KDE packages... or you might want to reinstall Debian completely.
    "Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    That means X Server has been installed and working fine.
    Execute this
    Code:
    apt-get install kde-core
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34
    I tried, but it still don't work.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Does Debian throw any error when you select KDE Session at Login Manager Screen?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34
    I don't get the screen.

    I installed KDM, selected it as Default, but it still loads into GNOME

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    dpkg-reconfigure kdm
    Select kdm. Does KDM appear on reboot?

    If you want to use KDE, it doesn't matter whether you use KDM or GDM. Both of these give option to select any installed DE. Have you tried to select KDE in Session Tab at Login Screen.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •