Gentoo Archives: gentoo-user

From: JD <jdangler@××××××××.net>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] new install - X fails
Date: Thu, 10 May 2007 03:49:17
Message-Id: 015001c792b5$69779910$1166e547@nebo
In Reply to: Re: [gentoo-user] new install - X fails by "Aleksandar L. Dimitrov"
1 Thanks, Alex. I had to run 'installer' from commandline. Went with the
2 recommended setup; got an Exception that the dialog says "this is a Bad
3 Thing" ... I've done it twice, gotten to this point, and whether I choose
4 'yes' or 'no' to the prompt at this point, the system hangs, with no choice
5 but to start over. So, the stage 3 installer for 64 bit looks hosed. I'm
6 afraid its back to the Minimal CD and building the system again from
7 scratch. I really hope the developer's can get this resolved... I was
8 perfectly happy with stage1 and building from scratch back in the beginning.
9 This 'helping to get a system up faster' just isn't working when it comes to
10 gentoo...
11
12 -----Original Message-----
13 From: Aleksandar L. Dimitrov [mailto:aleks_d@×××.de]
14 Sent: Wednesday, May 09, 2007 10:13 PM
15 To: gentoo-user@l.g.o
16 Subject: Re: [gentoo-user] new install - X fails
17
18 On Wed, 2007-05-09 at 19:52 -0400, JD wrote:
19 > Just got a D420 laptop and wanted to setup gentoo...
20 > Booted from cd, got to the OpenGL start, and X fails ...
21 >
22 > On looking at the details dialog, I find
23 > Dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol:
24 > (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
25 > (EE) Failed to load module "GLcore" (loader failed, 7)
26
27 That means it was not able to find the GLcore module. Try locating it
28 with
29 $ locate libGLcore.so
30 on my system its in /usr/lib. You could den update the modules path in
31 xorg.conf or symlink (but the latter is no good idea)
32 Unfortunately I have no idea which package it belongs to. (Xorg itself?)
33
34 >
35 > In the X details dialog, other than the mouse error, and (what seems like)
36 > all of the fonts being invalid (Info and Warnings)
37 > The last line says:
38 > (EE) No devices detected.
39 > Fatal server error:
40 > No screens found
41 >
42 It just can't find a lot of fonts. Don't worry, they can be added later.
43 A recent version of x.org should really behave well despite this. The
44 "No Screens found" is the usual output xorg gives when it encounters one
45 or more errors during start up.
46
47 > The display (according to lspci) is Intel Mobile 945GM/GMS/940GML Express.
48 >
49 > Do I need to customize the xorg.conf file to get the install to work?
50 >
51
52 You could just try commenting the line 'Load "GLcore"' in xorg.conf.
53 That's just if you don't need GL-support for things like beryl.
54 >
55
56 Regards, Aleks
57
58 --
59 gentoo-user@g.o mailing list
60
61
62 --
63 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] new install - X fails "Aleksandar L. Dimitrov" <aleks_d@×××.de>