Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, Ive been using Debian for a few months now. Initially I had a full install on my laptop so I am familiar with KDE, but I also installed debian ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    22

    Help with X server

    Hello,

    Ive been using Debian for a few months now. Initially I had a full install on my laptop so I am familiar with KDE, but I also installed debian on a server and declined to install an X server because I did not intend to have a monitor or keyboard hooked up to it. Well, my needs have changed and I would like to install KDE on my server, except Im not having much luck with it.

    I tried to install KDE. That seemed to go well, but it doesnt load KDE on startup nor can I figure out how to load it from console. I thought I may be missing some key program that runs behind KDE so I tried installing anything that sounded like what I needed such as x11. Obviously I dont know what Im doing. What am I missing here?

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Try
    Code:
    aptitude install x-window-system kde kdm
    To start KDE at boot time, do
    Code:
    #update-rc.d -f kdm defaults

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    22
    that did it. Thanks!

    I think the missing link was kdm.

  4. #4
    Just Joined!
    Join Date
    Oct 2007
    Posts
    22
    How might one disable kdm from initializing on boot? I'd like to keep it in init.d so I can use "/etc/init.d/kdm start" whenever I want, but I'd like it to default to disabled.

  5. #5
    Just Joined!
    Join Date
    Sep 2006
    Posts
    8
    To stop kdm starting up change the name of the link in

    /etc/rc2.d/S30kdm

    to

    /etc/rc2.d/K70kdm

    or something similar.

    This assumes 2 is your default runlevel. (which it most likely is)

    You can find your runlevel by doing:

    cat /etc/inittab | grep initdefault

Posting Permissions

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