Problem running KDE in ArchLinux: "x" respawning too fast: disabled for 5 minutes

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)

cwallenpoole

Posted 2011-06-09T07:10:40.043

Reputation: 742

Answers

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).

Ibn Ar-Rashid

Posted 2011-06-09T07:10:40.043

Reputation: 265

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. – cwallenpoole – 2011-06-09T12:45:36.257

@cwallenpoole: What is the difficulty you are having now? – Vinay – 2011-06-10T09:16:30.403