Before i start, here's a screenshot of my system with xcompmgr running, so that you can get an idea of what it'll do, so you can better decide if it's worth it or not for you.
Step One
First, you need to add the debian experimental repos to your /etc/apt/sources.list and the best way to do that, is to go
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://packages.debian.org/experimental/i386/xcompmgr/download"
linktext was:"here"
====================================
and copy & paste the relevant line into your list. (I have also included it below for those that are foolhardy and dare to experiment blindly!)
You can also read a little more about xcompmgr and decide while you're doing so, whether you really want to"Dig in this Deep" or not!! __{{emoticon}}__
In a terminal, become root (su then your root password) then type (or copy & paste) the following:
Code: Select all
leafpad /etc/apt/sources.list
Code: Select all
deb http://ftp.de.debian.org/debian experimental main
Step Two
Once that's done, do the following:
Code: Select all
apt-get update
Code: Select all
apt-get install xcompmgr
Step Three
Once the above is completed, and xcompmgr is installed, su to root and do the following:
Code: Select all
leafpad /etc/X11/xorg.conf
Code: Select all
Section"Extensions"
Option"Composite""Enable"
EndSection
Code: Select all
Option"RENDER""Enable"
Code: Select all
Section"Extensions"
Option"Composite""Enable"
Option"RENDER""Enable"
EndSection
Step Four (We're almost there..... promise)
Then (as a normal user, not root) it's to the fluxbox startup file, so in a terminal window type the following:
Code: Select all
cd ~/.fluxbox
Code: Select all
leafpad startup
Code: Select all
xcompmgr -c &
IMPORTANT!! Once you have this working it's probably a good idea to DISABLE the debian experimental repos that you have just added, so that there's no confusion next time you run an update through either apt-get or synaptic. The easiest way to do this, is to just do the following......
In a termminal, type the following (as root)
Code: Select all
leafpad /etc/apt/sources.list
I've tried it on 2 (very different) machines here, both on antiX of course, and it works fine. If you want to take this further and get some transparency going on as well, then have a look
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://fluxbox-wiki.org/index.php/Transparency"
linktext was:"here"
====================================
. Basically you'll have to get another file (transset) which you'll then compile, install, and play about with etc. There are also quite a few dependencies that will need installing if you decide to go along this path (xrender,xfixes etc) so it's not going to be for everyone.
The reason i didn't include it in this little"HowTo" was mainly because i assumed that (like me) many people running antiX will be doing so on older hardware, and although xcompmgr works well enough and isn't"too" heavy, the same cannot be said about transset, which really eats yer cycles.
Anyway, hope this has been helpful, have fun, and please let me know if you have any problems and i'll most certainly do my best to help. __{{emoticon}}__
DJiNN