Re: [gentoo-user] emerge update world and modular xorg-x11

2006-01-31 Thread ralpklm
On 1/31/06, Cláudio Henrique <[EMAIL PROTECTED]> wrote:
> I have installed modular xorg-x11 following the guides in gentoo
> (http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml) and
> in gentoo-wiki (http://gentoo-wiki.com/HOWTO_Modular_Xorg) and now I'm
> having trouble updating my system. how can I solve this?
>
>
> localhost ~ # emerge -uDav world
>
> These are the packages that I would merge, in order:
>
> Calculating world dependencies -
> !!! All ebuilds that could satisfy "virtual/x11" have been masked.
> !!! One of the following masked packages is required to complete your request:
> - virtual/x11-6.8 (masked by: package.mask)
>
> For more information, see MASKED PACKAGES section in the emerge man page or
> refer to the Gentoo Handbook.
> (dependency required by "media-gfx/gimp-2.2.8-r1" [ebuild])
>
>
>
> !!! Problem resolving dependencies for media-gfx/gimp
> !!! Depgraph creation failed.
>
> --
> gentoo-user@gentoo.org mailing list
>
>

Don't be surprised if there are more dependencies that need to be
unmasked that are seemingly unrelated to modular X (this is not
mentioned in the HOWTO).

Ralph

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-31 Thread ralpklm
On 1/31/06, Benno Schulenberg <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I tried what you said, and now I'm get to a point where it fails
> > due to circular references between libglx and libGLcore.
>
> Which are those?  Do you have a 'Load "GLcore"' in your xorg.conf?
> If so, then remove it.  What does your xorg.conf look like now?
>
> Benno
> --
> gentoo-user@gentoo.org mailing list
>
>

If I add the "Load GLcore" I get a "undefined symbol" for
__glX11(something I can't rember exactly, but it is a symbol in
libglx.so)
Without (or without) "Load GLcore" I get a failure on "Load glx" from
and "undefined symbol" glCallList which is provided in libGLcore.so

Ralph

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-30 Thread ralpklm
On 1/30/06, Benno Schulenberg <[EMAIL PROTECTED]> wrote:
> Ralph K wrote:
> > I recently installed xorg 7.0 on my system and I get the
> > following errors when using 'startx' or 'Xorg -configure':
> > Wth module glx -> 'undefined symbol' glCallList
> > With module via_drv -> 'undefined symbol' drmCommandWrite
>
> To get the newer via driver to load, I've had to add several Load
> lines to the "Module" section in xorg.conf.  Look in Xorg.0.log to
> see which modules failed to load because of missing symbols and add
> the modules that provide those symbols early in the Module section.
>
> > Used 'nm -D' on libGLcore.so and libdrm.so and those symbols are
> > defined in those libraries,
>
> Which libdrm?  From which package?  (equery belongs)
>
I have two libdrm.so
1) x11-libs/libdrm-2.0 (/usr/lib/libdrm.so -> libdrm.so.2.0.0)
2) x11-base/xorg-server-1.0.1 (/usr/lib/xorg/modules/linux/libdrm.so)

> > I have also compiled the kernel modules agpgart, via_agp, drm,
> > via and have them loaded, (no problem there).
>
> What processor?  What chipset?

This is a via epia m mother board with a 600 Mhz eden processor
The video is  VIA Unichrome.

I tried what you said, and now I'm get to a point where it fails due
to circular references between libglx and libGLcore.

Thanks.

Ralph

>
> Benno
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list