Linked by Eugenia Loli on Wed 23rd Mar 2005 23:18 UTC, submitted by adel
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
More News »
Sponsored Links



1. Make sure you have Xorg 6.8.2 or 6.8.3.
2. Download this January snapshot of xcompmgr (otherwise you will need to check out the latest code using the ARCH revision control which is not very commonly installed on some distros): http://baghira.sourceforge.net/xcompmgr-2.02.tar.bz2
./configure; make; make install-strip
3. At the bottom of your /etc/X11/xorg.conf file add:
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Add this line to Section "Device" if you have an nvidia card:
Option "RenderAccel" "true"
In the Section "Module" make sure GLcore, dri, glx and xrender are loaded.
4. Make sure your Xorg supports your graphics card in an accelerated 3D mode. Select "DefaultDepth 24" on your xorg.conf file under the Section "Screen".
5. Create a hidden empty file on your home folder called .xcompmgrrc
6. startx
7. Open a terminal and type:
xcompmgr -cCfF -r7 -o.65 -l-10 -t-8 -D7
8. Profit.