KDE4 running

Hi,
please help me to run KDE4.
I have installed KDE-3.5.10 and KDE-4.2.4.
In file ~/.xinitrc I have added:
Code:
exec /usr/local/kde4/bin/startkde
After command 'startx' I see boot progress of KDE 4, but when booting is done I see desktop of KDE 3.
I have ATI video card and haven't direct rendering. May it cause problem?
 
have you tried running
Code:
/usr/local/kde4/bin/startkde[b]4[/b]
?
it sticks in my mind that startkde4 is linked to startkde, but its worth a shot.
 
The following .xinitrc works for me on 8-Beta2, though I don't have KDE3 installed:

Code:
PATH=/usr/local/kde4/bin:$PATH
export PATH
startkde4
 
Maybe it's something odd with the stored KDE settings? Try renaming ~/.kde and ~/.kde4 (if that exists, I haven't got a FreeBSD machine at hand right now to check).
 
I tried it too :). I tried all known methods, but KDE4 steel does not work.
I'm afraid to delete KDE 3 because I may stay without DE at all...
 
You could quickly install Gnome:

Code:
pkg_add -r gnome2

or XFCE:

Code:
pkg_add -r xfce4

to have a working DE while breaking/fixing KDE stuff.

I found Gnome and XFCE quite functional on 7.2 and 8.
 
I have deleted KDE3, but now after KDE4's boot progress I see just black screen with mouse cursor...
 
Back
Top