Jump to content

Setting up Xgl and Compiz with Mandriva


ffi
 Share

Recommended Posts

I've found instructions on how to set up Xgl and Compiz, which I guess most of you must have heard of by now, cause it's one of the coolest things to hit Linux since, ehm... graphical desktops.

 

The instructions can be found here.

 

I really would like to get it up and running, unfortunately, being a newbie, the instructions are a bit unclear to me but I'm sure there's some people who do understand and with the guide can help me set it up too :)

 

The part I don't understand is:

 

 

HOWTO XGL :

create /usr/share/aclocal/dirlist file

add the following line

/opt/fdo/share/aclocal

 

export PKG_CONFIG_PATH="/opt/fdo/lib/pkgconfig:$PKG_CONFIG_PATH"

 

I've made 2 text files in /usr/share/aclocal/ (one dirlist, one dirlist file) and wrote in it /opt/fdo/share/aclocal

 

But still I get an error when trying autogen.sh, what am I doing wrong?

Link to comment
Share on other sites

find out what package has that command and install it.

 

First make sure you don't have it

localhost:/# which aclocal
/usr/bin/aclocal

It's devel and you can have several versions at one time so if you have it it may not be the right version, though the error should tell you that, but it doesn't always.

So, I have it, but what version/s?

localhost:/# urpmf /usr/bin/aclocal
automake1.7:/usr/bin/aclocal-1.7
automake1.8:/usr/bin/aclocal-1.8
automake1.8:/usr/bin/aclocal-1.9
automake1.4:/usr/bin/aclocal-1.4
automake1.6:/usr/bin/aclocal-1.6

 

first thing to do would be to find out what pkgs are available for you to install

localhost:/# urpmf automake

and install the latest with

 

urpmi automake<version>...example 1.8

 

urpmi automake1.8

Link to comment
Share on other sites

I get the following:

[root@localhost glitz]# which aclocal

which: no aclocal in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin)

 

[root@localhost glitz]# urpmf /usr/bin/aclocal

automake1.7:/usr/bin/aclocal-1.7

automake1.8:/usr/bin/aclocal-1.8

automake1.8:/usr/bin/aclocal-1.9

automake1.4:/usr/bin/aclocal-1.4

automake1.6:/usr/bin/aclocal-1.6

Link to comment
Share on other sites

Try installing the automake rpm again (urpme automake && urpmi automake). If that doesn't work try a link: ln -s /usr/bin/aclocal /etc/alternatives/aclocal

(the script can't find the aclocal file/binary. Creating it with a link can solve it. . On my PC it's a link to /etc/alternatives/aclocal. However try first reinstalling automake.

That should do it.

Link to comment
Share on other sites

This brought me a bit further but still I got some problems:

 

form the following bit:

 

mkdir xorg

cd xorg

cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg co util/macros

cd util/macros

./autogen.sh --prefix=/opt/fdo

make

make install

cd /opt/cvs/xorg

 

I get the following error:

 

[root@localhost macros]# make

make: Nothing to be done for `all'.

Link to comment
Share on other sites

Why? If you have come this far (and you're new to Linux, that's pretty impressive) why not try later. Don't give up so easiliy. :)

 

Looking further at the instructions I see you need to download and install about 60 different packages, that´s a lot of work and it needs to be done in the correct sequence, which makes thing very error prone. And I don´t know how to write scripts yet.

 

However I did rpm for SuSE, it won´t install but I´m pretty sure some here could take a look at them and fix the problem.... The RPM´s can be found here: http://en.opensuse.org/Xgl

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...