LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-31-2009, 05:51 PM   #76
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121

Compiz 0.8.4 can be build with the old 12.2 scripts. They was removed for 13.0 as it seems to be unmaintained. I hope someone can 'adopt' it soon =]

Last edited by BrZ; 10-31-2009 at 10:15 PM.
 
Old 10-31-2009, 05:52 PM   #77
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
Really pasting all that shitload of text was a very bad idea...

Last edited by BrZ; 10-31-2009 at 10:18 PM.
 
Old 10-31-2009, 06:07 PM   #78
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Instead of pasting a shitload of scripts in your two posts, you could have simply provided the URLs that point to their original location on http://slackbuilds.org/

Eric
 
Old 11-02-2009, 02:41 AM   #80
Martinezio
Member
 
Registered: May 2009
Location: Warsaw, Poland
Distribution: Slackware64-current
Posts: 191

Rep: Reputation: 32
Not quite exactly... Those scripts, indeed, are able to build compiz for 32-bit system, but not for 64-bit. For Slack64 You must change the default libdir path. So all these scripts need to be rewritten before use
And if You have KDE4, compiz could not use kconfig backend (if You try to build this backend, it will fail). You'll need basic backend, or use gconf-backend, but this goes to gnome dependencies deathmatch
 
Old 11-02-2009, 07:24 AM   #81
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
Yes, I'm using 'kde3-compat' libs to run the old k3b and used this flags to build the kconfig backend:

Quote:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--libdir=/usr/lib64 \
--prefix=/'kde-config --prefix' \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--program-prefix="" \
--program-suffix="" \
--disable-static \
--with-docdir=/usr/doc/$PRGNAM-$VERSION \
--with-qt-libraries=/opt/kde3/lib64/qt3/lib \
--with-extra-libs=/usr/lib64/qt/lib \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux
It worked.
 
Old 11-02-2009, 08:05 AM   #82
Martinezio
Member
 
Registered: May 2009
Location: Warsaw, Poland
Distribution: Slackware64-current
Posts: 191

Rep: Reputation: 32
Hmm... Does it work with KDE4? Without any issue??
It uses KDE3 libraries to work with KDE4... Strange...
 
Old 11-02-2009, 12:07 PM   #83
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
Work here with 4.3.2.
 
Old 12-02-2009, 05:31 PM   #84
DranoMax
Member
 
Registered: Oct 2009
Posts: 31

Rep: Reputation: 15
Hey guys I wasn't sure if it would be better to start a new thread or post in one that ended over a month ago... Anyway, I've been searching around and trying to get compiz fusion to work on my Slackware 13 installation. I've completed all the installations that were provided by another thread.

I can get the compiz settings manager to open up so that I can see all the options to choose from and am sure that it more than likely installed correctly, however, whenever I either click on the fusion-icon or go through the terminal it will flash black for a second as it changes and then all the top right exit buttons on my windows disappear and everything moves at a crawl even without any settings active.

When I run: compiz --replace ini decoration & kde-window-decorator & in the terminal, it gives this output:

compiz --replace ini decoration & kde-window-decorator &
[1] 5124
bash: kde-window-decorator: command not found
[2] 5125
[2]+ Exit 127 kde-window-decorator
DranoMax:/home/dranomax# compiz (ini) - Warn: Could not open main display config file /root/.compiz/options/general-allscreens.conf
compiz (ini) - Warn: Loading default plugins (ini,inotify,png,decoration,move,resize,switcher)
compiz (ini) - Warn: Could not open config file /root/.compiz/options/general-screen0.conf - using defaults for core
compiz (ini) - Warn: Could not open config file /root/.compiz/options/decoration-screen0.conf - using defaults for decoration
compiz (ini) - Warn: Could not open config file /root/.compiz/options/move-screen0.conf - using defaults for move
compiz (ini) - Warn: Could not open config file /root/.compiz/options/resize-screen0.conf - using defaults for resize


I've also tried to run it in GNOME, but when I start GNOME it says that my power manager wasn't installed correctly. I've removepkg and installpkg the power manager but it still won't seem to work...

Anyway, thanks for any help, you guys have been great! It is also worth noting that I'm using a an integrated graphics card (ugh) that my be the whole problem in the first place. The GPU is an intel GM965/GL960 which I've already installed the linux driver for it with "xserver-xorg-video-intell_2.9.1.orig.tar.gz" as I found through various searching. Does it look like this would work at all? It seems people are pretty dead set on NVidia.

Last edited by DranoMax; 12-02-2009 at 05:39 PM.
 
Old 12-02-2009, 06:25 PM   #85
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Quote:
Originally Posted by DranoMax View Post
Hey guys I wasn't sure if it would be better to start a new thread or post in one that ended over a month ago... Anyway, I've been searching around and trying to get compiz fusion to work on my Slackware 13 installation. I've completed all the installations that were provided by another thread.

I can get the compiz settings manager to open up so that I can see all the options to choose from and am sure that it more than likely installed correctly, however, whenever I either click on the fusion-icon or go through the terminal it will flash black for a second as it changes and then all the top right exit buttons on my windows disappear and everything moves at a crawl even without any settings active.

When I run: compiz --replace ini decoration & kde-window-decorator & in the terminal, it gives this output:

compiz --replace ini decoration & kde-window-decorator &
[1] 5124
bash: kde-window-decorator: command not found
[2] 5125
[2]+ Exit 127 kde-window-decorator
DranoMax:/home/dranomax# compiz (ini) - Warn: Could not open main display config file /root/.compiz/options/general-allscreens.conf
compiz (ini) - Warn: Loading default plugins (ini,inotify,png,decoration,move,resize,switcher)
compiz (ini) - Warn: Could not open config file /root/.compiz/options/general-screen0.conf - using defaults for core
compiz (ini) - Warn: Could not open config file /root/.compiz/options/decoration-screen0.conf - using defaults for decoration
compiz (ini) - Warn: Could not open config file /root/.compiz/options/move-screen0.conf - using defaults for move
compiz (ini) - Warn: Could not open config file /root/.compiz/options/resize-screen0.conf - using defaults for resize


I've also tried to run it in GNOME, but when I start GNOME it says that my power manager wasn't installed correctly. I've removepkg and installpkg the power manager but it still won't seem to work...

Anyway, thanks for any help, you guys have been great! It is also worth noting that I'm using a an integrated graphics card (ugh) that my be the whole problem in the first place. The GPU is an intel GM965/GL960 which I've already installed the linux driver for it with "xserver-xorg-video-intell_2.9.1.orig.tar.gz" as I found through various searching. Does it look like this would work at all? It seems people are pretty dead set on NVidia.
I don't have intel integrated card, but it sounds like from the symptoms you described that 3d acceleration isn't enabled. Have you checked that?
 
Old 12-02-2009, 06:35 PM   #86
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by DranoMax View Post
I can get the compiz settings manager to open up so that I can see all the options to choose from and am sure that it more than likely installed correctly

<snip>

When I run: compiz --replace ini decoration & kde-window-decorator & in the terminal, it gives this output:

compiz --replace ini decoration & kde-window-decorator &
[1] 5124
bash: kde-window-decorator: command not found
[2] 5125
[2]+ Exit 127 kde-window-decorator
DranoMax:/home/dranomax# compiz (ini) - Warn: Could not open main display config file /root/.compiz/options/general-allscreens.conf
compiz (ini) - Warn: Loading default plugins (ini,inotify,png,decoration,move,resize,switcher)
compiz (ini) - Warn: Could not open config file /root/.compiz/options/general-screen0.conf - using defaults for core
compiz (ini) - Warn: Could not open config file /root/.compiz/options/decoration-screen0.conf - using defaults for decoration
compiz (ini) - Warn: Could not open config file /root/.compiz/options/move-screen0.conf - using defaults for move
compiz (ini) - Warn: Could not open config file /root/.compiz/options/resize-screen0.conf - using defaults for resize
First, if you have all the compiz-fusion components installed, and are configuring compiz via ccsm (the compiz settings manager) you should be starting compiz with the ccp plugin. You also likely want to be using indirect rendering:

$ compiz --replace --indirect-rendering ccp &

Second, you don't have kde-window-decorator installed. Unless you have KDE3 installed, this is normal. You probably want kde4-window-decorator. Check to see if it's installed and, if so, add it to the "Command" field in the window decoration plugin in ccsm. Then you won't need to run it manually, it will be started with compiz.

Third, do *not* run X, compiz, or any window manager as root. Why would you even think to do that? :-)

Quote:
Anyway, thanks for any help, you guys have been great! It is also worth noting that I'm using a an integrated graphics card (ugh) that my be the whole problem in the first place. The GPU is an intel GM965/GL960 which I've already installed the linux driver for it with "xserver-xorg-video-intell_2.9.1.orig.tar.gz" as I found through various searching. Does it look like this would work at all? It seems people are pretty dead set on NVidia.
Is there some reason you downloaded and installed that driver rather than using the intel driver that comes with Slackware 13.0? compiz works just fine on most intel GPUs, and I have it working on Slackware 13.0 on my 915GM. Your 965 is certainly capable of running compiz, but I'd be worried that you actually broke your drivers by installing some 3rd party package.

If compiz continues to give you problems, please show us the output of the compiz command I gave above, as well as the output of 'glxinfo'.

Adam
 
Old 12-02-2009, 07:55 PM   #87
DranoMax
Member
 
Registered: Oct 2009
Posts: 31

Rep: Reputation: 15
Quote:
First, if you have all the compiz-fusion components installed, and are configuring compiz via ccsm (the compiz settings manager) you should be starting compiz with the ccp plugin. You also likely want to be using indirect rendering:

$ compiz --replace --indirect-rendering ccp &
Thanks guys for responding so quickly! I ran what you wrote for me and this is what pulled up:

dranomax@Dranomax:~$ compiz --replace --indirect-rendering ccp &
[1] 4611
dranomax@Dranomax:~$ compiz (core) - Error: Plugin 'core' has ABI version '20080828', expected ABI version '20090207'.

compiz (ccp) - Error: InitObject failed
compiz (core) - Error: Couldn't activate plugin 'ccp'


The good new is this time my computer didn't slow to a crawl like last time, however the windows are now unmovable as well as not capable of resizing or closing. I'm not sure how to check whether my 3D acceleration is enabled.

Quote:
If compiz continues to give you problems, please show us the output of the compiz command I gave above, as well as the output of 'glxinfo'.
I'm not sure if this is what you wanted (or even if this is how to do it) but when I pico /usr/bin/glxinfo, it gives me:

@rgba^@rgba|ci^@PseudoColor^@StaticColor^@StaticGray^@GrayScale^@TrueColor^@DirectColo$
^@GLX_ARB_multisample^@GLX_EXT_visual_rating^@ GL_VERTEX_SHADER_ARB:^@ %s = %d
^@ GL_FRAGMENT_SHADER_ARB:^@glGetProgramivARB^@ GL_VERTEX_PROGRAM_ARB:^@ GL_FR$
^@display: %s screen: %d
^@direct rendering: ^@Yes^@No (-i specified)^@LIBGL_ALWAYS_INDIRECT^@server glx vendor $
^@server glx extensions:^@client glx vendor string: %s
^@client glx extensions:^@GLX version: %u.%u
^@GLX extensions:^@OpenGL vendor string: %s
@rgba^@rgba|ci^@PseudoColor^@StaticColor^@StaticGray^@GrayScale^@TrueColor^@DirectColo$
^@GLX_ARB_multisample^@GLX_EXT_visual_rating^@ GL_VERTEX_SHADER_ARB:^@ %s = %d
^@ GL_FRAGMENT_SHADER_ARB:^@glGetProgramivARB^@ GL_VERTEX_PROGRAM_ARB:^@ GL_FR$
^@display: %s screen: %d
^@direct rendering: ^@Yes^@No (-i specified)^@LIBGL_ALWAYS_INDIRECT^@server glx vendor $
^@server glx extensions:^@client glx vendor string: %s
^@client glx extensions:^@GLX version: %u.%u
^@GLX extensions:^@OpenGL vendor string: %s
multiSample=%d multiSampleBuffers=%d
^@^@^@^@^@^@ visualCaveat=Nonconformant^@^@ Transparent RGB: Red=%d Green=%d Blue$
^@^@Error: couldn't find RGB GLX visual or fbconfig
^@^@^@^@^@^@^@^@Error: glXCreateContext failed
^@Error: glXQueryVersion failed
^@^@No (LIBGL_ALWAYS_INDIRECT set)^@^@No (If you want to find out why, try setting LIBG$
^@^@client glx version string: %s
^@^@OpenGL shading language version string: %s
^@^@^@^@^@ GL_MAX_CONVOLUTION_WIDTH/HEIGHT = %d, %d
^@^@^@Error: unable to open display %s
^@^@^@^@^@^@^@GL_MAX_CLIENT_ATTRIB_STACK_DEPTH^@^@^@^@^@^@^@^@GL_MAX_COLOR_MATRIX_S

Sorry it looks so messy...I'm not sure if this is how it's supposed to look..

Quote:
Third, do *not* run X, compiz, or any window manager as root. Why would you even think to do that? :-)
Ha ha ya, I forgot to change back to user before hand and then attempted to edit that out after I'd posted it here. Forgot to change the # to $ though...

At least it isn't freezing anymore though, so I feel like we're one step closer! Thanks again for the help!
 
Old 12-02-2009, 08:00 PM   #88
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
No, you were supposed to run 'glxinfo' in a terminal. It's a command to run, not a file to open :-)

Another serious issue you have is that you have mismatched versions of the compiz packages installed. Exactly what directions did you follow to install compiz?

Adam
 
Old 12-02-2009, 09:08 PM   #89
DranoMax
Member
 
Registered: Oct 2009
Posts: 31

Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
No, you were supposed to run 'glxinfo' in a terminal. It's a command to run, not a file to open :-)

Another serious issue you have is that you have mismatched versions of the compiz packages installed. Exactly what directions did you follow to install compiz?

Adam
Oh ha ha ok, I'll run that in a sec. I followed these directions: http://www.linuxquestions.org/questi...fusion-752803/ . The problem might be that after the first time that I installed them and didn't work, I tried to remove it all and then try again. That might be causing it, I'm not sure. The only packages for compiz that I've downloaded were from what this gentleman provided.
 
Old 12-02-2009, 09:11 PM   #90
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
Edit: Nevermind, has already been mentioned.

Code:
Unless you have KDE3 installed, this is normal. You probably want kde4-window-decorator.

Last edited by veeall; 12-02-2009 at 09:17 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable compiz in slackware... trist007 Linux - Newbie 4 01-05-2013 05:06 PM
Slackware 12.2 and compiz on fglrx satori@sanitarium Slackware 1 01-21-2009 05:33 PM
Using compiz in Slackware 12.0 leutzdb Slackware 10 09-21-2008 01:24 AM
Compiz for Slackware ? mocqueanh Linux - Newbie 2 01-18-2008 07:08 AM
Compiz and Slackware and DLG cwwilson721 Slackware 7 12-16-2007 01:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration