* [gentoo-user] new install - X fails
@ 2007-05-09 23:52 JD
2007-05-10 2:12 ` Aleksandar L. Dimitrov
2007-05-10 19:01 ` [gentoo-user] " James
0 siblings, 2 replies; 7+ messages in thread
From: JD @ 2007-05-09 23:52 UTC (permalink / raw
To: gentoo-user
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)
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
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?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] new install - X fails
2007-05-09 23:52 [gentoo-user] new install - X fails JD
@ 2007-05-10 2:12 ` Aleksandar L. Dimitrov
2007-05-10 3:43 ` JD
2007-05-10 19:01 ` [gentoo-user] " James
1 sibling, 1 reply; 7+ messages in thread
From: Aleksandar L. Dimitrov @ 2007-05-10 2:12 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-user] new install - X fails
2007-05-10 2:12 ` Aleksandar L. Dimitrov
@ 2007-05-10 3:43 ` JD
2007-05-10 10:09 ` Aleksandar L. Dimitrov
0 siblings, 1 reply; 7+ messages in thread
From: JD @ 2007-05-10 3:43 UTC (permalink / raw
To: gentoo-user
Thanks, Alex. I had to run 'installer' from commandline. Went with the
recommended setup; got an Exception that the dialog says "this is a Bad
Thing" ... I've done it twice, gotten to this point, and whether I choose
'yes' or 'no' to the prompt at this point, the system hangs, with no choice
but to start over. So, the stage 3 installer for 64 bit looks hosed. I'm
afraid its back to the Minimal CD and building the system again from
scratch. I really hope the developer's can get this resolved... I was
perfectly happy with stage1 and building from scratch back in the beginning.
This 'helping to get a system up faster' just isn't working when it comes to
gentoo...
-----Original Message-----
From: Aleksandar L. Dimitrov [mailto:aleks_d@gmx.de]
Sent: Wednesday, May 09, 2007 10:13 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] new install - X fails
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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-user] new install - X fails
2007-05-10 3:43 ` JD
@ 2007-05-10 10:09 ` Aleksandar L. Dimitrov
0 siblings, 0 replies; 7+ messages in thread
From: Aleksandar L. Dimitrov @ 2007-05-10 10:09 UTC (permalink / raw
To: gentoo-user
On Wed, 2007-05-09 at 23:43 -0400, JD wrote:
> Thanks, Alex. I had to run 'installer' from commandline. Went with the
> recommended setup; got an Exception that the dialog says "this is a Bad
> Thing" ...
Um, that's really no nice thing. You could try filing a bug or the like.
Better yet: search the forums and existing bugs, probably someone has
encountered similar issues. It is rather strange that the installer even
loads the GLcore... but yes, probably for showing off with the live CD.
I have never used it, but maybe you could read the manuals and try
disabling this. I don't know whether or not this is supported.
> I've done it twice, gotten to this point, and whether I choose
> 'yes' or 'no' to the prompt at this point, the system hangs, with no choice
> but to start over. So, the stage 3 installer for 64 bit looks hosed. I'm
> afraid its back to the Minimal CD and building the system again from
> scratch.
You could still try to insert the Minimal CD in your current system,
then edit the xorg.conf. Or just proceed with the install with it,
although this could still leave your system in a strange state. Probably
--sync-ing and -DuvaN-ing world after adjusting make.conf could suffice
for the task. Re-emerging -Du xorg-server could also help.
> I really hope the developer's can get this resolved... I was
> perfectly happy with stage1 and building from scratch back in the beginning.
> This 'helping to get a system up faster' just isn't working when it comes to
> gentoo...
Actually Minimal Install is using stage3 by now and that's the only
supported one. It's really quite unproblematic to get a working system
within not more than an hour (of your work) and a day's work (by the
computer ;) )
But then again, I'm afraid I'm totally unfamiliar with the graphical
installer and just guessing :).
Regards, Aleks
> -----Original Message-----
> From: Aleksandar L. Dimitrov [mailto:aleks_d@gmx.de]
> Sent: Wednesday, May 09, 2007 10:13 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] new install - X fails
>
> 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
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: new install - X fails
2007-05-09 23:52 [gentoo-user] new install - X fails JD
2007-05-10 2:12 ` Aleksandar L. Dimitrov
@ 2007-05-10 19:01 ` James
2007-05-10 20:02 ` Neil Walker
2007-05-10 23:04 ` JD
1 sibling, 2 replies; 7+ messages in thread
From: James @ 2007-05-10 19:01 UTC (permalink / raw
To: gentoo-user
JD <jdangler <at> atlantic.net> writes:
>
> Just got a D420 laptop and wanted to setup gentoo...
> Booted from cd, got to the OpenGL start, and X fails ...
Are you using 2007.0 based installation media? It was just
release:
http://www.gentoo.org/proj/en/releng
hth
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: new install - X fails
2007-05-10 19:01 ` [gentoo-user] " James
@ 2007-05-10 20:02 ` Neil Walker
2007-05-10 23:04 ` JD
1 sibling, 0 replies; 7+ messages in thread
From: Neil Walker @ 2007-05-10 20:02 UTC (permalink / raw
To: gentoo-user
James wrote:
> Are you using 2007.0 based installation media? It was just
> release:
I'm sure it would be lovely - if it didn't segfault on half of my
machines. :( It loads the gui but nothing of consequence will run,
including the install programs. The 2007.0 livecd images are definitely
not ready for prime time. :( FWIW, the minimal install CDs seem to be OK.
Be lucky,
Neil
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-user] Re: new install - X fails
2007-05-10 19:01 ` [gentoo-user] " James
2007-05-10 20:02 ` Neil Walker
@ 2007-05-10 23:04 ` JD
1 sibling, 0 replies; 7+ messages in thread
From: JD @ 2007-05-10 23:04 UTC (permalink / raw
To: gentoo-user
Yes, I believe so. I got the iso's (both stage 3 and minimal 2007) from
gentoo.org . Is there a more recent release that would have the drivers for
the 945 ?
-----Original Message-----
From: news [mailto:news@sea.gmane.org] On Behalf Of James
Sent: Thursday, May 10, 2007 3:01 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: new install - X fails
JD <jdangler <at> atlantic.net> writes:
>
> Just got a D420 laptop and wanted to setup gentoo...
> Booted from cd, got to the OpenGL start, and X fails ...
Are you using 2007.0 based installation media? It was just
release:
http://www.gentoo.org/proj/en/releng
hth
James
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-05-10 23:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09 23:52 [gentoo-user] new install - X fails JD
2007-05-10 2:12 ` Aleksandar L. Dimitrov
2007-05-10 3:43 ` JD
2007-05-10 10:09 ` Aleksandar L. Dimitrov
2007-05-10 19:01 ` [gentoo-user] " James
2007-05-10 20:02 ` Neil Walker
2007-05-10 23:04 ` JD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox