[email protected] writes:
> I've upgraded my system and xserver does not work after upgrade.
> I've installed new baselayout according to the official gentoo's
> procedure and it seems ok.
> I've done dispatch-conf, etc-update, revdep-rebuild successfully.
> All packages have been build successfully.
>
> I have:
> xorg-drivers 1.7
> xorg-server 1.7.7-r1
No you haven't, your log tells it's 1.9.5 now. You need to recompile all X
drivers when xorg-server gets a new version number, this can be done with
emerge -1a $( qlist -IC x11-drivers/), or with emerge @x11-modules-rebuild
with recent portage versions. Maybe this helps, although I think you should
have gotten explicit errors then, so it's probably already been done.
Has x11-drivers/xf86-video-intel been updated/ recompiled after xorg-server
was updated? Is "intel" in your VIDEO_CARDS variable?
> I found that "hal" has been unmerged during an upgrade. I installed it
> again and launching it at startup.
This will not change a thing, hal is not used by xorg-server any more. If it
were and you wanted to make use of it, you should have set the hal USE flag
for xorg-server, so xorg-server would be compiled with hal support.
Wonko