Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
|
07-05-2007, 07:24 PM
|
#1
|
|
Member
Registered: Dec 2003
Distribution: Slackware
Posts: 36
Rep:
|
compiz and Slack 12?
I am wondering about the compiz package that comes with Slackware 12. I didn't notice that it had come with it but I was reading some stuff about it and did a 'whereis compiz' and voila, it actually does come with Slack 12!
How does one actually activate compiz for Slack 12? It doesn't show up in xwmconfig and running 'compiz' after starting x in the xinitrc file doesn't work.
|
|
|
|
07-05-2007, 08:20 PM
|
#2
|
|
LQ Newbie
Registered: May 2007
Distribution: Slackware
Posts: 8
Rep:
|
to save you all the hassel that i went through trying to get compiz running all you have to do is open up a console and enter this...
compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom
kde-window-decorator &
and viola, you have a working compiz
[edit] you need to have your vid card installed and your xorg.conf file edited properly too. you can find all that info at http://www.compiz.org/Documentation/Documentation
Last edited by WulfNStein; 06-18-2008 at 03:45 PM.
|
|
|
|
07-05-2007, 08:52 PM
|
#3
|
|
Member
Registered: Dec 2003
Distribution: Slackware
Posts: 36
Original Poster
Rep:
|
Quote:
|
Originally Posted by WulfNStein
to save you all the hassel that i went through trying to get compiz running all you have to do is open up a console and enter this...
compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom kde-window-decorator &
and viola, you have a working compiz
[edit] that's supposed to be 1 line btw
[edit2] you need to have your vid card installed and your xorg.conf file edited properly too. you can find all that info at http://www.compiz.org/Documentation/Documentation
|
Thanks for the information. That is a pretty scary command line. I actually didn't get it to work yet because whenever I try to start compiz I get an error message:
compiz: no composite extension
which seems to be a common error message if you search for it on Google. I haven't found a good solution for it yet.
|
|
|
|
07-05-2007, 08:56 PM
|
#4
|
|
Member
Registered: Apr 2006
Location: Earth
Distribution: BLFS customized
Posts: 160
Rep:
|
Add a line in /etc/X11/xorg.conf
Section "Extensions"
Option "Composite" "enable"
EndSection
|
|
|
|
07-05-2007, 09:02 PM
|
#5
|
|
LQ Newbie
Registered: May 2007
Distribution: Slackware
Posts: 8
Rep:
|
Quote:
|
Originally Posted by ghostdev85
Add a line in /etc/X11/xorg.conf
Section "Extensions"
Option "Composite" "enable"
EndSection
|
^^ what he said
there's also some other things you may need to add to xorg.conf depending on your video card. check out the documentation link. there's also a lot of info on their forums. good luck.
|
|
|
|
07-05-2007, 11:53 PM
|
#6
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,894
Rep: 
|
On the subject of compiz, if you're wanting to use it in xfce or even gnome perhaps, you might be interested in this:
http://slackware.com/~rworkman/compiz/
That compiz package includes the gtk-window-decorator, which is not included with the stock Slackware package due to a dependency on libwnck. You'll need to install both of them, obviously.
Note: I have not personally tested those packages, as I made them at someone's request; however, several individuals have reported success with them. I said that to say this: don't ask me how to get compiz to work with *any* environment - I don't know, as I have no desire for the "fancy" stuff it provides :-)
|
|
|
|
07-06-2007, 12:41 AM
|
#7
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,081
|
Quote:
|
Originally Posted by WulfNStein
compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom kde-window-decorator &
|
When I do that I lose my title bar and buttons:
compiz: glXCreateContext failed
compiz: Failed to manage screen: 1
compiz: Failed to load slide: freedesktop
compiz: Couldn't load plugin 'kde-window-decorator'
Any ideas?
Last edited by dive; 07-06-2007 at 12:50 AM.
|
|
|
|
07-06-2007, 06:54 AM
|
#8
|
|
LQ Newbie
Registered: May 2007
Distribution: Slackware
Posts: 8
Rep:
|
is compiz running?
to test, hold down alt and click anywhere on a window and drag it around. if it starts wobbeling compiz is up
the kde-window-decorator plugin is only for people running kde. if you're running something else the 'kde' part will be different. (ie. gnome-window-decorator)
|
|
|
|
07-06-2007, 07:59 AM
|
#9
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,081
|
Yes it's running and I'm using kde. No title bars though.
|
|
|
|
07-06-2007, 08:36 AM
|
#10
|
|
Member
Registered: Oct 2005
Location: Lisbon
Distribution: Slackware
Posts: 51
Rep:
|
Same here. Isn't Beryl or Emerald - or something else - missing?
|
|
|
|
07-06-2007, 09:36 AM
|
#11
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,081
|
Beryl is a different wm. Emerald is part of Beryl which is (was) a fork of the Compiz project. Now Compiz and Beryl have reunited to form Compiz Fusion.
|
|
|
|
07-06-2007, 01:01 PM
|
#12
|
|
Member
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201
Rep:
|
Same problem, no titlebars
Quote:
compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom kde-window-decorator
compiz: Failed to load slide: freedesktop
compiz: Couldn't load plugin 'kde-window-decorator'
|
The second error is kinda easy to understand, but don't know what the first one means...
anyone running an nvidia series 7 card got compiz to work with KDE?
Last edited by randomsel; 07-06-2007 at 01:46 PM.
|
|
|
|
07-06-2007, 05:27 PM
|
#13
|
|
Member
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816
Rep:
|
Quote:
|
Originally Posted by WulfNStein
to save you all the hassel that i went through trying to get compiz running all you have to do is open up a console and enter this...
compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom kde-window-decorator &
and viola, you have a working compiz
[edit] that's supposed to be 1 line btw
|
It should be 2 lines, because kde-window-decorator & should be an external command, not a compiz plugin.
|
|
|
|
07-06-2007, 06:02 PM
|
#14
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,081
|
That works 
|
|
|
|
07-06-2007, 07:34 PM
|
#15
|
|
Member
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201
Rep:
|
Thanks a bunch raska
hrm, so make a .sh script in ~/.kde/Autostart with those commands? or is there a more Slack way of doing this?
Edit: Alt-Tab not working with compiz
Edit: Nevermind, it's working now (don't know what's different).
Edit: Seems multiple restart of compiz and kde-window-decorator will fix the alt-tab issue... What's happening here?
here's a list of effects and how to activate it (don't know if it's complete)
Anyone know how to set up skydome and top image on the cube for Slackware?
Last edited by randomsel; 07-06-2007 at 09:53 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:33 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|