home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / compiz-core / README.Debian < prev    next >
Encoding:
Text File  |  2009-05-01  |  1.4 KB  |  43 lines

  1. compiz - 0.0.13+git20060928
  2. ===========================
  3.  
  4. This version of compiz was checked out from the upstream git repository at
  5. git://anongit.freedesktop.org/git/xorg/app/compiz on September 28, 2006.
  6.  
  7. Xorg Server Configuration
  8. =========================
  9.  
  10. In order for compiz to work you need to add the following to you server
  11. configuration file (/etc/X11/xorg.conf):
  12.  
  13.   + Enable the composite extension: locate the section named "Extensions" and
  14.     add the following line:
  15.  
  16.         Option "Composite" "enable"
  17.  
  18.     If there is no section "Extensions" yet, you should add one that looks
  19.     like this:
  20.  
  21.         Section "Extensions"
  22.             Option "Composite" "enable"
  23.         EndSection
  24.  
  25.   + Make XAA not hold any pixmaps in offscreen memory. This slows down compiz
  26.     in many configurations. You can disable this by adding the following line
  27.     to your "Device" section:
  28.  
  29.         Option "XAANoOffscreenPixmaps" "true"
  30.  
  31. Now restart your X server and login to your favorite session. After the
  32. session has loaded completely, open a terminal window and type the following
  33. command:
  34.  
  35.     $ compiz --replace &
  36.  
  37. Which will start compiz, make it replace the current window manager and
  38. background the process so you can safely close the terminal again. If all went
  39. well, compiz should start up and enable a whole bunch of desktop effects.
  40.  
  41.  -- Thierry Reding <thierry@gilfi.de>  Tue,  3 Oct 2006 14:12:26 +0200
  42.  
  43.