From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QPzH8-0001zX-Nl for garchives@archives.gentoo.org; Fri, 27 May 2011 15:48:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA36E0671; Fri, 27 May 2011 15:46:06 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A2A1E0671 for ; Fri, 27 May 2011 15:46:01 +0000 (UTC) Received: from weird.localnet (p5B277EA1.dip.t-dialin.net [91.39.126.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 4E56639A005 for ; Fri, 27 May 2011 17:46:00 +0200 (CEST) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] xserver does not work after upgrade Date: Fri, 27 May 2011 17:45:57 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.38-pf8; KDE/4.6.3; x86_64; ; ) References: <4ddfbe93514189.92168783@wp.pl> In-Reply-To: <4ddfbe93514189.92168783@wp.pl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105271745.58936.wonko@wonkology.org> X-Archives-Salt: X-Archives-Hash: 4b7f34ad250c9e6a7806045508562e11 fajfusio@wp.pl 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