Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiz Fusion [HOWTO]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, ... 12, 13, 14  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Tue Jun 26, 2007 10:25 pm    Post subject: Reply with quote

vonr wrote:
tranquilcool wrote:
ok working perfectly for you but let's see your modifications.

Eh? What I posted was related to gconf schemas.

Have a look at the patch Gergan Penkov posted for your libpng issue.


yes buddy am talking about the modifications you made to the ebuild to get it working.
thanks!
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Jun 26, 2007 10:46 pm    Post subject: Reply with quote

OMG! this also works with ati! 8O

(read this on some other thread)

eselect opengl set xorg-x11

then start compiz (yes it's strange but it works) :D
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
vonr
Guru
Guru


Joined: 23 Mar 2006
Posts: 300

PostPosted: Tue Jun 26, 2007 11:23 pm    Post subject: Reply with quote

tranquilcool wrote:
yes buddy am talking about the modifications you made to the ebuild to get it working.
thanks!

Okay... just don't blame me if they don't work; I haven't really tested them :D .
These ebuilds should generate and install gconf schemas properly if the 'gnome' USE-flag is set.
Also, I renamed x11-libs/compiz-bcop to dev-util/bcop as bcop is the upstream name, and an executable which converts things on build-time seems to fit better into dev-util/. My compiz-fusion-plugins-extra ebuild is an exact copy of the 'main' one, save for its DESCRIPTION.
Finally, the Compiz ebuild installs a script and a .desktop file. I use these to be able to launch GNOME w/ Compiz as a separate session from within GDM. For this to work with Compiz-git you will have to edit /usr/bin/gnome-wm so that it starts compiz with the 'glib gconf' argument.

x11-wm/compiz-9999 ebuild
compiz-gnome-session
compiz-gnome.desktop
x11-plugins/compiz-fusion-plugins-main-9999 ebuild
dev-util/bcop-9999 ebuild
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Wed Jun 27, 2007 1:10 am    Post subject: Reply with quote

compiz-fusion suffers heavily when I emerge a package. skipping, 1/4 second re-rendering time. anyone else experience this? does something need to be re-niced?
Back to top
View user's profile Send private message
roderick
l33t
l33t


Joined: 11 Jul 2005
Posts: 908
Location: St. John's, NL CANADA

PostPosted: Wed Jun 27, 2007 2:00 am    Post subject: Reply with quote

jonnevers wrote:
compiz-fusion suffers heavily when I emerge a package. skipping, 1/4 second re-rendering time. anyone else experience this? does something need to be re-niced?


Try setting portage niceness level in make.conf (i.e. PORTAGE_NICENESS). If you regularly compile while using CPU intensive graphics operations, then you may need this.

Another thing you can do is see what MAKEOPTS is set to in make.conf. If it's set too high, or incorrectly, then this could be your problem. You can try setting it to MAKEOPTS="-j1".

Other things to look into:

1) Do you have you xorg.conf properly setup and optimized. Review your setup and compare against the Gentoo Xorg howto's just to be sure.

2) If the problem is not CPU related (i.e. the above things do not fix/help), it could be IO related. Are you using the correct IO drivers for your system? If your drive is a /dev/hdX, have you got DMA properly setup (check out hdparm utility and man page for some ideas). If it's a SATA/PATA drive, and is showing up as /dev/hdX, then try updating the kernel to use the newer SATA/PATA drivers (libata) and the drive should show up as /dev/sdX instead.

Other than that, I can't think of any other suggestions at the moment.
_________________
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Wed Jun 27, 2007 3:28 am    Post subject: Reply with quote

at last got it to work.

1) copied libpng.so from beryl-plugin to /usr/lib/compiz/
2) used;
compiz --replace --sm-disable --ignore-desktop-hints ccp &
emerald --replace &
to start it up
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Wed Jun 27, 2007 6:18 am    Post subject: Reply with quote

anyone have any problems resizing windows?

I'm using this under xfce4 and resizing windows doesn't work at all (tried disabling the resize plugin, it doesn't make a difference).
Back to top
View user's profile Send private message
Kaste
Guru
Guru


Joined: 21 Dec 2005
Posts: 546
Location: /home Sweet /home

PostPosted: Wed Jun 27, 2007 9:34 am    Post subject: Reply with quote

What do you mean by resizing windows doesn't work? Does the arrow for resizing not appear, the windows turn black, system crashes?
_________________
I'm a membar of Mesnar and me scull contains wakky secrets!
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Wed Jun 27, 2007 9:51 am    Post subject: Reply with quote

Kaste wrote:
What do you mean by resizing windows doesn't work? Does the arrow for resizing not appear, the windows turn black, system crashes?


I can see everything normally, but when I pull on a window corner (and I do get the mouse icon indicating it should be possible) nothing happens :P
Back to top
View user's profile Send private message
guru369
Apprentice
Apprentice


Joined: 02 Jun 2005
Posts: 225

PostPosted: Wed Jun 27, 2007 7:33 pm    Post subject: Reply with quote

vonr wrote:
tranquilcool wrote:
yes buddy am talking about the modifications you made to the ebuild to get it working.
thanks!

Okay... just don't blame me if they don't work; I haven't really tested them :D .
These ebuilds should generate and install gconf schemas properly if the 'gnome' USE-flag is set.
Also, I renamed x11-libs/compiz-bcop to dev-util/bcop as bcop is the upstream name, and an executable which converts things on build-time seems to fit better into dev-util/. My compiz-fusion-plugins-extra ebuild is an exact copy of the 'main' one, save for its DESCRIPTION.
Finally, the Compiz ebuild installs a script and a .desktop file. I use these to be able to launch GNOME w/ Compiz as a separate session from within GDM. For this to work with Compiz-git you will have to edit /usr/bin/gnome-wm so that it starts compiz with the 'glib gconf' argument.

x11-wm/compiz-9999 ebuild
compiz-gnome-session
compiz-gnome.desktop
x11-plugins/compiz-fusion-plugins-main-9999 ebuild
dev-util/bcop-9999 ebuild


I followed your instructions but i keep getting this:
Code:

/etc/X11/gdm/Xsession: Beginning session setup...
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- /usr/bin/compiz-gnome-session
SESSION_MANAGER=local/monster:/tmp/.ICE-unix/20980

(gnome-session:20980): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Initializing gnome-mount extension
compiz (core) - Error: 'gconf' plugin must be loaded after 'glib' plugin
compiz (core) - Error: Can't activate 'gconf' plugin due to dependency problems


And my plugins still seem to not work.
I am not sure about your last instruction though:
Taken from my gnome-wm:
Code:

    compiz)
      OPT1=--sm-client-id
      OPT2=$SMID
      ;;
    #FIXME: add all other windowmanagers here with their proper options
  esac
fi

case `basename $WINDOW_MANAGER` in
  compiz)
    gtk-window-decorator &
    OPT3=ccp glib gconf
    ;;
esac

Did I put the glib and gconf in the right place?

Dekel
_________________
Gentoo Rulz!!!
Back to top
View user's profile Send private message
vonr
Guru
Guru


Joined: 23 Mar 2006
Posts: 300

PostPosted: Wed Jun 27, 2007 10:28 pm    Post subject: Reply with quote

guru369 wrote:
Did I put the glib and gconf in the right place?

First, modify the script so that it reads:
Code:
# Now create options OPT1, OPT2 and OPT3 based on the windowmanager used
OPT1=
OPT2=
OPT3=
OPT4=

So add the 'OPT4=' part. Then, modify the compiz part so that it looks like this:
Code:
case `basename $WINDOW_MANAGER` in
  compiz)
    gtk-window-decorator &
    OPT3=glib
    OPT4=gconf
    ;;
esac

Again, the 'OPT4=gconf' part is new. The 'OPT3=' part was changed, from gconf to glib.
Finally, make the exec line look like this:
Code:
exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 $OPT4

Again, the '$OPT4' part was added.

All of this is necessary because the Compiz git gconf plugin requires a separate glib plugin to be loaded first.
Back to top
View user's profile Send private message
guru369
Apprentice
Apprentice


Joined: 02 Jun 2005
Posts: 225

PostPosted: Thu Jun 28, 2007 8:12 pm    Post subject: Reply with quote

vonr wrote:
guru369 wrote:
Did I put the glib and gconf in the right place?


Again, the 'OPT4=gconf' part is new. The 'OPT3=' part was changed, from gconf to glib.
Finally, make the exec line look like this:
Code:
exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 $OPT4

Again, the '$OPT4' part was added.

All of this is necessary because the Compiz git gconf plugin requires a separate glib plugin to be loaded first.


Thank you for that.
I followed your instructions and Here are my problems:
1. No window decoration is loaded. I have to manually run emerald --replace to get at least emerald.
2. xsessions is still reporting errors loading gconf, See:
Code:

/etc/X11/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/X11/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -l ":0" "dekela"
/etc/X11/gdm/Xsession: Beginning session setup...
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- /usr/bin/compiz-gnome-session
SESSION_MANAGER=local/monster:/tmp/.ICE-unix/1180

(gnome-session:1180): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Initializing gnome-mount extension
compiz (core) - Error: 'gconf' plugin must be loaded after 'glib' plugin
compiz (core) - Error: Can't activate 'gconf' plugin due to dependency problems
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0


3. The plugins dosent seem to work.
What am I missing?

oh, And here is my gnome-wm:
Code:
monster dekela # cat /usr/bin/gnome-wm
#!/bin/sh

# The user can specify his prefered WM by setting the WINDOW_MANAGER
# environment variable.
#
# If this is not set, we search a list of known windowmanagers and use
# the first one that is found in the users's PATH
#

# sm-client-id value
SMID=
# default-wm value
DEFWM=

#read in the arguments
GET=
for n in "$@" ; do
  case "$GET" in
    smid)
      SMID=$n
      GET=
      ;;
    defwm)
      DEFWM=$n
      GET=
      ;;
    *)
      case "$n" in
        --sm-client-id)
          GET=smid
          ;;
        --default-wm)
          GET=defwm
          ;;
      esac
      ;;
  esac
done

# WINDOW_MANAGER overrides all

if [ -z "$WINDOW_MANAGER" ] ; then
  # Create a list of window manager we can handle, trying to only use the
  # compositing ones when it makes sense

  xdpyinfo 2> /dev/null | grep -q "^ *Composite$" 2> /dev/null
  IS_X_COMPOSITED=$?

  KNOWN_WM="sawfish sawmill enlightenment icewm wmaker fvwm2 qvwm fvwm twm kwm"
  if [ $IS_X_COMPOSITED -eq 0 ] ; then
    KNOWN_WM="compiz $KNOWN_WM"
  fi
  # metacity is still the default wm in GNOME
  KNOWN_WM="metacity $KNOWN_WM"

  OLDIFS=$IFS
  if [ -z "$DEFWM" -o "x$DEFWM" = "xgnome-wm" ]; then
    for wm in $KNOWN_WM ; do
      IFS=":"
      for dir in $PATH ; do
        if [ -x "$dir/$wm" ] ; then
          WINDOW_MANAGER="$dir/$wm"
          break 2
        fi
      done
      IFS=$OLDIFS
    done
  else
    WINDOW_MANAGER=$DEFWM
  fi
  IFS=$OLDIFS
fi

# If no window manager can be found, we default to xterm

if [ -z "$WINDOW_MANAGER" ] ; then
  echo "WARNING: No window manager can be found."
  WINDOW_MANAGER=xterm
fi

# Now create options OPT1, OPT2 and OPT3 based on the windowmanager used
OPT1=
OPT2=
OPT3=
OPT4=
if [ ! -z "$SMID" ] ; then
  case `basename $WINDOW_MANAGER` in
    sawfish|sawmill|metacity)
      OPT1=--sm-client-id=$SMID
      ;;
    openbox|enlightenment|e16)
      OPT1=--sm-client-id
      OPT2=$SMID
      ;;
    twm)
      OPT1=-clientId
      OPT2=$SMID
      ;;
    lwm)
      OPT1=-s
      OPT2=$SMID
      ;;
    fvwm)
      OPT1=-i
      OPT2=$SMID
      ;;
    compiz)
      OPT1=--sm-client-id
      OPT2=$SMID
      ;;
    #FIXME: add all other windowmanagers here with their proper options
  esac
fi

case `basename $WINDOW_MANAGER` in
  compiz)
    gtk-window-decorator &
    emerald --replace &
    OPT3=glib
    OPT4=gconf
    ;;
esac

exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 $OPT4

echo "ERROR: No window manager could run!"

_________________
Gentoo Rulz!!!
Back to top
View user's profile Send private message
loading...
n00b
n00b


Joined: 11 Feb 2004
Posts: 19

PostPosted: Fri Jun 29, 2007 7:46 am    Post subject: ccp Reply with quote

i had the same problem as you.

to resolve the problem i only added "ccp" after "gconf" in /usr/bin/compiz-start (last line) and now it works. i didn't change anything else (nothing in gnome-wm) and added the compiz-start script to the session-start-up-stuff...

maybe this helps?
Back to top
View user's profile Send private message
Garfeild
n00b
n00b


Joined: 11 Apr 2007
Posts: 2
Location: Moscow

PostPosted: Fri Jun 29, 2007 11:20 am    Post subject: Re: ccp Reply with quote

loading... wrote:

maybe this helps?

yes! this just helps me, but i have strange artifact. maybe anybody knows what is wrong?
http://img261.imageshack.us/img261/7590/compizss3.png
Back to top
View user's profile Send private message
loading...
n00b
n00b


Joined: 11 Feb 2004
Posts: 19

PostPosted: Fri Jun 29, 2007 11:31 am    Post subject: Re: ccp Reply with quote

Garfeild wrote:

yes! this just helps me, but i have strange artifact. maybe anybody knows what is wrong?
http://img261.imageshack.us/img261/7590/compizss3.png

set shadow radius to 10 in the windows decoration settings...
Back to top
View user's profile Send private message
manwe_
l33t
l33t


Joined: 01 Feb 2006
Posts: 632
Location: Kraków/Cracow, Poland

PostPosted: Fri Jun 29, 2007 3:35 pm    Post subject: Reply with quote

Any ideas?

Code:
>>> Emerging (1 of 3) x11-apps/ccsm-9999 to /
 * checking ebuild checksums ;-) ...                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                      [ ok ]
>>> WORKDIR is up-to-date, keeping...
>>> Compiling source in /tmp/portage/x11-apps/ccsm-9999/work/ccsm ...
 * Running eautoreconf in '/tmp/portage/x11-apps/ccsm-9999/work/ccsm' ...
 * Running aclocal ...                                                                                                      [ ok ]
 * Running autoconf ...                                                                                                     [ ok ]
 * Running autoheader ...                                                                                                   [ ok ]
 * Running automake --add-missing --copy --foreign ...                                                                      [ ok ]
 * econf: updating ccsm/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating ccsm/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
 found
./configure: line 3423: test: : integer expression expected
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /tmp/portage/x11-apps/ccsm-9999/work/ccsm/config.log

!!! ERROR: x11-apps/ccsm-9999 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ccsm-9999.ebuild, line 26:   Called econf
  ebuild.sh, line 586:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/x11-apps:ccsm-9999:20070629-153303.log'.

!!! This ebuild is from an overlay: '/usr/portages/xeffects'
Code:

$ eix -c intltool
[I] dev-util/intltool (0.35.5@2007-03-02)
Back to top
View user's profile Send private message
nihues
n00b
n00b


Joined: 20 May 2003
Posts: 47
Location: Balneário Camboriú / SC

PostPosted: Fri Jun 29, 2007 3:47 pm    Post subject: Reply with quote

manwe_ wrote:
Any ideas?

Code:
>>> Emerging (1 of 3) x11-apps/ccsm-9999 to /
 * checking ebuild checksums ;-) ...                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                      [ ok ]
>>> WORKDIR is up-to-date, keeping...
>>> Compiling source in /tmp/portage/x11-apps/ccsm-9999/work/ccsm ...
 * Running eautoreconf in '/tmp/portage/x11-apps/ccsm-9999/work/ccsm' ...
 * Running aclocal ...                                                                                                      [ ok ]
 * Running autoconf ...                                                                                                     [ ok ]
 * Running autoheader ...                                                                                                   [ ok ]
 * Running automake --add-missing --copy --foreign ...                                                                      [ ok ]
 * econf: updating ccsm/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating ccsm/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
 found
./configure: line 3423: test: : integer expression expected
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /tmp/portage/x11-apps/ccsm-9999/work/ccsm/config.log

!!! ERROR: x11-apps/ccsm-9999 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ccsm-9999.ebuild, line 26:   Called econf
  ebuild.sh, line 586:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/x11-apps:ccsm-9999:20070629-153303.log'.

!!! This ebuild is from an overlay: '/usr/portages/xeffects'
Code:

$ eix -c intltool
[I] dev-util/intltool (0.35.5@2007-03-02)


same error here, dunno how to fix
Back to top
View user's profile Send private message
Kysen
Tux's lil' helper
Tux's lil' helper


Joined: 26 Nov 2004
Posts: 128

PostPosted: Fri Jun 29, 2007 4:29 pm    Post subject: Reply with quote

nihues wrote:
manwe_ wrote:
Any ideas?

Code:
>>> Emerging (1 of 3) x11-apps/ccsm-9999 to /
 * checking ebuild checksums ;-) ...                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                      [ ok ]
>>> WORKDIR is up-to-date, keeping...
>>> Compiling source in /tmp/portage/x11-apps/ccsm-9999/work/ccsm ...
 * Running eautoreconf in '/tmp/portage/x11-apps/ccsm-9999/work/ccsm' ...
 * Running aclocal ...                                                                                                      [ ok ]
 * Running autoconf ...                                                                                                     [ ok ]
 * Running autoheader ...                                                                                                   [ ok ]
 * Running automake --add-missing --copy --foreign ...                                                                      [ ok ]
 * econf: updating ccsm/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating ccsm/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
 found
./configure: line 3423: test: : integer expression expected
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /tmp/portage/x11-apps/ccsm-9999/work/ccsm/config.log

!!! ERROR: x11-apps/ccsm-9999 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ccsm-9999.ebuild, line 26:   Called econf
  ebuild.sh, line 586:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/x11-apps:ccsm-9999:20070629-153303.log'.

!!! This ebuild is from an overlay: '/usr/portages/xeffects'
Code:

$ eix -c intltool
[I] dev-util/intltool (0.35.5@2007-03-02)


same error here, dunno how to fix


I also have been getting that error, since last night. I'm guessing we have to wait till they update the code.

EDIT: I just updated my layman overlay xeffects and now it installs
Back to top
View user's profile Send private message
nihues
n00b
n00b


Joined: 20 May 2003
Posts: 47
Location: Balneário Camboriú / SC

PostPosted: Fri Jun 29, 2007 6:48 pm    Post subject: Reply with quote

nice!

no error now :)

Thx
Back to top
View user's profile Send private message
lihnuz
n00b
n00b


Joined: 20 Oct 2005
Posts: 11

PostPosted: Sun Jul 01, 2007 9:13 pm    Post subject: Reply with quote

looks good, and might be my imagination butt is a bit snappier :)
but im having one problem, when i try to change keyboard shortcuts i have to manually typ in <shif> <Alt> and so on, and the <Super> button don't work at all :/
Back to top
View user's profile Send private message
sonicbhoc
Veteran
Veteran


Joined: 24 Oct 2005
Posts: 1805
Location: In front of the computer screen

PostPosted: Sun Jul 01, 2007 9:49 pm    Post subject: Reply with quote

in CCSM:
Click the key bindings that you want to change and "New Accelerator..." should appear in the field. Press your key combination.
_________________
I'm too lazy to keep this stupid signature up to date, so here's something more interesting:
My friend Hetdegon can draw if you ask me.
Now using PClinuxOS on my laptop and Gentoo on my desktop and new laptop.
Back to top
View user's profile Send private message
Stormkings
Guru
Guru


Joined: 27 Sep 2002
Posts: 352
Location: Europe

PostPosted: Tue Jul 03, 2007 11:08 am    Post subject: Reply with quote

Hi everyone!
I installed compiz-fusion from layman xeffects overlay. Compiling wasn't a problem but when I try to start compiz i get this:
Code:
david@ip2-196 ~/.gimp-2.3/scripts $ compiz --replace --sm-disable --ignore-desktop-hints ccp &
[1] 10190
david@ip2-196 ~ $ compiz (core) - Error: Another window manager is already running on screen: 0
compiz (core) - Fatal: No manageable screens found on display :0

[1]+  Exit 1                  compiz --replace --sm-disable --ignore-desktop-hints ccp

I'm starting it from a running kwin session which finishes. Search on forums and google wasn't very successful except for the fact that other people have the same problem. Maybe it is important to know that I was using beryl before. It doesn't matter what options I chose. Always the same error message. Any hints?
Greetings, DK
Back to top
View user's profile Send private message
Paapaa
l33t
l33t


Joined: 14 Aug 2005
Posts: 955
Location: Finland

PostPosted: Tue Jul 03, 2007 1:19 pm    Post subject: Reply with quote

Any plans on bringing Compiz-fusion to Portage tree? I guess Compiz 0.5 means legacy Compiz?
_________________
Paludis, the way packages are meant to be managed.
Back to top
View user's profile Send private message
pvangarde
n00b
n00b


Joined: 18 May 2005
Posts: 71

PostPosted: Tue Jul 03, 2007 3:03 pm    Post subject: Reply with quote

I can't seem to get this working. Please help.

Here's some history: I had beryl before trying to emerge compiz-fusion. I did the equivalent of emerge --unmerge beryl-*. I followed the gentoo wiki guide and also the xeffects howto. I use gnome 2.16, suspend2-sources 2.16.21, ati-drivers-8.37.6, amd64 machine. I believe my xgl is working, though I'll verify that later today. (I did have beryl working for a while). Anyway, I use startxgl, as described in the xgl howto, and then do this:

Code:
compiz-manager


Code:
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0


I get the same output if I just run compiz.

I've tried to fix this in numerous ways, compiz keeps segfaulting (as indicated by dmsg). I've tried --no-replace --use-root-window --sm-disable, but none of that works. Oh yes, I'm trying to do this from the root window before it becomes usable to users. Please help! What libraries should I recompile (both xgl/compiz) or what should I remove (beryl leftovers?)?

EDIT: the code for compiz-manager
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Tue Jul 03, 2007 5:41 pm    Post subject: Reply with quote

Hi, i have a x700 ati card, xorg 1.3, ...
beryl has worked with xgl, compiz-fusion doesn*t work.

If there is a solution, please let it me know. Thx.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, ... 12, 13, 14  Next
Page 2 of 14

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum