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.62) (envelope-from ) id 1HlwMy-0004Fr-3V for garchives@archives.gentoo.org; Thu, 10 May 2007 00:18:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4A0H3Ab002709; Thu, 10 May 2007 00:17:03 GMT Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4A0CkoR030524 for ; Thu, 10 May 2007 00:12:46 GMT Received: (qmail invoked by alias); 10 May 2007 00:12:46 -0000 Received: from e180252129.adsl.alicedsl.de (EHLO [85.180.252.129]) [85.180.252.129] by mail.gmx.net (mp043) with SMTP; 10 May 2007 02:12:46 +0200 X-Authenticated: #14782887 X-Provags-ID: V01U2FsdGVkX1+LsYpg9QeLqYjM9QfTPseCq48lhsRxhMNTUzZ4Gx A5cXwEQnUuxI+Y Subject: Re: [gentoo-user] new install - X fails From: "Aleksandar L. Dimitrov" To: gentoo-user@lists.gentoo.org In-Reply-To: <012501c79295$11277750$1166e547@nebo> References: <012501c79295$11277750$1166e547@nebo> Content-Type: text/plain Date: Thu, 10 May 2007 04:12:40 +0200 Message-Id: <1178763161.5080.10.camel@brmbr.moo> 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 X-Mailer: Evolution 2.8.3 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Archives-Salt: 7ab1f67a-c064-4b2b-ae38-ae930a8d11b7 X-Archives-Hash: e42150d79ccdad0613fcb60086b0f9d4 On Wed, 2007-05-09 at 19:52 -0400, JD wrote: > Just got a D420 laptop and wanted to setup gentoo... > Booted from cd, got to the OpenGL start, and X fails ... > > On looking at the details dialog, I find > Dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: > (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so > (EE) Failed to load module "GLcore" (loader failed, 7) That means it was not able to find the GLcore module. Try locating it with $ locate libGLcore.so on my system its in /usr/lib. You could den update the modules path in xorg.conf or symlink (but the latter is no good idea) Unfortunately I have no idea which package it belongs to. (Xorg itself?) > > In the X details dialog, other than the mouse error, and (what seems like) > all of the fonts being invalid (Info and Warnings) > The last line says: > (EE) No devices detected. > Fatal server error: > No screens found > It just can't find a lot of fonts. Don't worry, they can be added later. A recent version of x.org should really behave well despite this. The "No Screens found" is the usual output xorg gives when it encounters one or more errors during start up. > The display (according to lspci) is Intel Mobile 945GM/GMS/940GML Express. > > Do I need to customize the xorg.conf file to get the install to work? > You could just try commenting the line 'Load "GLcore"' in xorg.conf. That's just if you don't need GL-support for things like beryl. > Regards, Aleks -- gentoo-user@gentoo.org mailing list