Fernando Meira wrote:
> Hi,
>
> I've just merged KDE 3.4.1 (after installing gentoo) following the KDE
> Configuration HOWTO, but it seems I missed something.
> Everything works right with root, but I can't start KDE with a user...
> DCOPserver problem.. This is the output:
>
>
<snip>
> Using vt 7
> FATAL: Module radeon not found.
> [drm] failed to load kernel module "radeon"
The problem is here. My guess is that you have something like the
following in your /etc/X11/xorg.conf file:
Section "Device"
Identifier "Card0"
Driver "radeon"
Option "UseFBDev" "On"
<...>
EndSection
If so, you either need to set UseFBDev to Off, or build your kernel with
the radeon frame-buffer driver into the kernel or as a module.
If this doesn't help, post the contents of /var/log/Xorg.0.log
-Richard
--
[email protected] mailing list