1

I am looking into Arch-Linux so I created a VMWare install of it. Unfortunately, I can't seem to be getting KDE to run. It claims that KDE is starting at boot, but it is followed by "x" respawning too fast: disabled for 5 minutes. KDM is running when I enter ps -A;

I have this in inittab:

id:5:initdefault:
x:5:respawn:/usr/bin/kdm -nodaemon

And I have this in /etc/rc.conf:

DAEMONS=(hwclock syslog-ng dbus network netfs crond kdm)

1 Answer 1

0

You should have only one command to start kdm, either the one in rc.conf or the one in inittab.

The inittab method is preferred as it would respawn the kdm in case of crashes (according to archwiki: https://wiki.archlinux.org/index.php/Display_Manager).

2
  • That got rid of an error message, but I'm still having difficulty. I'll give you the answer though if I don't get anything in the next day or so. Commented Jun 9, 2011 at 12:45
  • @cwallenpoole: What is the difficulty you are having now?
    – Vinay
    Commented Jun 10, 2011 at 9:16

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .