Re: [arch-general] KDE stoped working

2009-05-29 Thread Juan Diego
Even with this, KDE is a great desktop IMO. --> same here On Fri, May 29, 2009 at 9:41 PM, Nicolas Bigaouette wrote: > The problem I had was because of me. > > The KMS boot option needs 3 modules to be built in the initrd. My fault was > creating a copy of /etc/mkinitcpio.conf to /etc/mkinitcpio-

Re: [arch-general] KDE stoped working

2009-05-29 Thread Nicolas Bigaouette
The problem I had was because of me. The KMS boot option needs 3 modules to be built in the initrd. My fault was creating a copy of /etc/mkinitcpio.conf to /etc/mkinitcpio-kms.conf, which creates /boot/kernel26-kms.img. Since this is useless (one can build the three modules in the stock kernel26.i

Re: [arch-general] KDE stoped working

2009-05-28 Thread David C. Rankin, J.D.,P.E.
On or about Wednesday 27 May 2009 at approximately 15:08:51 Nicolas Bigaouette composed: > Did that too, without success... > > 2009/5/27 Andrea Scarpino > > > On 27/05/2009, Nicolas Bigaouette wrote: > > > So the problem is not that it is failing to load i810 or vesa, the > > > server just trie

Re: [arch-general] KDE stoped working

2009-05-28 Thread Nicolas Bigaouette
Thanx for the suggestion. That did fixed it. The problem was with the initrd, which needed to be rebuilt! Thanx a lot ;) 2009/5/28 Juan Diego > I used to have the same problem, what I did is this: > > 1. reinstall kde: > > pacman -S kde > > 2. recreate the kms initcpio in my case (your case c

Re: [arch-general] KDE stoped working

2009-05-27 Thread Juan Diego
I used to have the same problem, what I did is this: 1. reinstall kde: pacman -S kde 2. recreate the kms initcpio in my case (your case could be different): mkinitcpio -p kernel26-kms 3. install xf86-video-intel-newest from aur Im not sure which step was the one that actually fix it, but now

Re: [arch-general] KDE stoped working

2009-05-27 Thread Nicolas Bigaouette
I tried putting "xterm" only in my .xinitrc. Once xterm is launched (without window management..., but otherwise works fine), if I launch manually /usr/lib/kde4/libexec/klauncher it tells me I should not run that manually, that it is started automatically by kdeinit4. If I then try /usr/bin/kded4

Re: [arch-general] KDE stoped working

2009-05-27 Thread Damjan Georgievski
> startkde: Starting up... > kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher > kdeinit4: preparing to launch /usr/bin/kded4 > kded(7702): Communication problem with "kded" , it probably crashed. > Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did > not receive

Re: [arch-general] KDE stoped working

2009-05-27 Thread Nicolas Bigaouette
Did that too, without success... 2009/5/27 Andrea Scarpino > On 27/05/2009, Nicolas Bigaouette wrote: > > So the problem is not that it is failing to load i810 or vesa, the server > > just tries to load them but they are not used. > Yes, I am stupid -.-' you said KDM works, so X works. > > try

Re: [arch-general] KDE stoped working

2009-05-27 Thread Andrea Scarpino
On 27/05/2009, Nicolas Bigaouette wrote: > So the problem is not that it is failing to load i810 or vesa, the server > just tries to load them but they are not used. Yes, I am stupid -.-' you said KDM works, so X works. try to move ~/.kde4 dir to somewhere and start kde -- Andrea `BaSh` Scarpin

Re: [arch-general] KDE stoped working

2009-05-27 Thread Nicolas Bigaouette
I knew I forgot some info about my system... ;) I'm using KMS+DRI2, no xorg.conf, and I only have xf86-video-intel installed (2.7.1). Xorg is configuring itself just fine... Here is a snippet of /var/log/Xorg.0.log: > (==) AIGLX enabled > (II) Loading extension GLX > (II) LoadModule: "record" > (

Re: [arch-general] KDE stoped working

2009-05-27 Thread Andrea Scarpino
On 27/05/2009, Nicolas Bigaouette wrote: > (EE) Failed to load module "i810" (module does not exist, 0) I think is this the cause. Did you removed xf86-video-intel package? Or try to use 'intel' instead of 'i810' in xorg.conf -- Andrea `BaSh` Scarpino Arch Linux Developer

[arch-general] KDE stoped working

2009-05-27 Thread Nicolas Bigaouette
Hi all, I'm using KDE 4.2.3 on all my (up-to-date) machines. My workstation crashed an hour ago so I had to reboot. But then KDE would not launch anymore. I'm clueless of what could have gone wrong... I login normaly via KDM, launched as runlevel 5 (inittab). KDM works: I can enter my login infor