~compiz-team/compiz/compiz.fix_1120009.3.debug

« back to all changes in this revision

Viewing changes to debian/compiz-core.README.Debian

  • Committer: Daniel van Vugt
  • Author(s): Michael Terry
  • Date: 2012-11-06 02:27:15 UTC
  • mfrom: (3450.1.2 compiz.inline.orig)
  • Revision ID: daniel.van.vugt@canonical.com-20121106022715-8lltd00qklkv008i
Bring debian/ packaging inline.

Reviewed/tested/approved by Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

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