On Monday 09 October 2006 05:56, maxim wexler wrote: > I don't remember the exact details but I noticed that > any attempt to upgrade x11 revealed that everything > under xorg-x11 was blocked. At that point you were supposed to follow the migration to modular X guide [1]. The important bits you've missed is setting the VIDEO_CARDS and INPUT_DEVICES variables in /etc/make.conf. [SNIP] > (EE) Failed to load module "radeon" (module does not > exist, 0) > (EE) No drivers available. That means /usr/lib/xorg/modules/drivers/radeon_drv.so from x11-drivers/xf86-video-ati is missing. That will be pulled in by x11-base/xorg-x11 if VIDEO_CARDS includes radeon. So set those two variables and run: # emerge -va1 --newuse x11-base/xorg-x11 -- Bo Andresen