From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GWmiO-0006V1-UJ for garchives@archives.gentoo.org; Mon, 09 Oct 2006 04:26:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k994OvMA010700; Mon, 9 Oct 2006 04:24:57 GMT Received: from poseidon.rz.tu-clausthal.de (poseidon.rz.tu-clausthal.de [139.174.2.21]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k994KYPj009277 for ; Mon, 9 Oct 2006 04:20:34 GMT Received: from poseidon.rz.tu-clausthal.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 7374B203686 for ; Mon, 9 Oct 2006 06:20:32 +0200 (CEST) Received: from tu-clausthal.de (poseidon [139.174.2.21]) by poseidon.rz.tu-clausthal.de (Postfix) with ESMTP id 575CC203673 for ; Mon, 9 Oct 2006 06:20:32 +0200 (CEST) Received: from energy.heim10.tu-clausthal.de ([139.174.241.94] verified) by tu-clausthal.de (CommuniGate Pro SMTP 5.1c.4) with ESMTP id 17193203 for gentoo-user@lists.gentoo.org; Mon, 09 Oct 2006 06:20:32 +0200 From: "Hemmann, Volker Armin" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] lsmod and startx don't agree Date: Mon, 9 Oct 2006 06:20:31 +0200 User-Agent: KMail/1.9.4 References: <20061009035658.21155.qmail@web31702.mail.mud.yahoo.com> In-Reply-To: <20061009035658.21155.qmail@web31702.mail.mud.yahoo.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610090620.31606.volker.armin.hemmann@tu-clausthal.de> X-Virus-Scanned: by PureMessage V4.7 at tu-clausthal.de X-Archives-Salt: 239fd8d9-0a9f-4367-8f80-edea3588b2fd X-Archives-Hash: 2372a564d734e60b6406982a4de9475c On Monday 09 October 2006 05:56, maxim wexler wrote: > Hello group, > > I don't remember the exact details but I noticed that > any attempt to upgrade x11 revealed that everything > under xorg-x11 was blocked. So I did emerge -C > xorg-x11 then emerge xorg-x11. So far so good. I ran > xorgconfig and passed it the same values as before > since the hardware hasn't changed. Now when I run > startx it gives: > > <...> > (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 8 > 21:34:33 2006 > (==) Using config file: "/etc/X11/xorg.conf" > > (EE) Failed to load module "radeon" (module does not > exist, 0) > (EE) No drivers available. > > Fatal server error: > no screens found > XIO: fatal IO error 104 (Connection reset by peer) on > X server ":0.0" > after 0 requests (0 known processed) with 0 > events remaining. > heathen@localhost ~ $ > > not true: > > heathen@localhost ~ $ lsmod > Module Size Used by > radeon 105216 0 > drm 68884 1 radeon > agpgart 33904 1 drm > <...> > > The modules are there under > ../kernel/drivers/char/drm/ just as always. > > So I'm stumped. > I don't have an ATI card, but I am pretty sure, that X complains about the missing radeon driver, not the missing kernel module X driver module =/= kernel module you need both. -- gentoo-user@gentoo.org mailing list