debian/changelog | 7 +++++++ debian/compiz-core.README.Debian | 36 ------------------------------------ 2 files changed, 7 insertions(+), 36 deletions(-)
New commits: commit ca1146869835b8355d14e66e4c472524af3997fc Author: Julien Cristau <[email protected]> Date: Sun May 16 21:44:25 2010 +0200 Drop compiz-core's README.Debian It contained obsolete information about Xorg configuration (closes: #581863). Thanks, Jon Dowland! diff --git a/debian/changelog b/debian/changelog index 33d6ef1..ab0d4b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +compiz (0.8.4-5) UNRELEASED; urgency=low + + * Drop compiz-core's README.Debian, which contained obsolete information + about Xorg configuration (closes: #581863). Thanks, Jon Dowland! + + -- Julien Cristau <[email protected]> Sun, 16 May 2010 21:43:29 +0200 + compiz (0.8.4-4) unstable; urgency=low * Drop libdbus-qt-1-dev from Build-Depends, as kindly requested by diff --git a/debian/compiz-core.README.Debian b/debian/compiz-core.README.Debian deleted file mode 100644 index 9a50a73..0000000 --- a/debian/compiz-core.README.Debian +++ /dev/null @@ -1,36 +0,0 @@ -Xorg Server Configuration -========================= - -In order for compiz to work you need to add the following to you server -configuration file (/etc/X11/xorg.conf): - - + Enable the composite extension: locate the section named "Extensions" and - add the following line: - - Option "Composite" "enable" - - If there is no section "Extensions" yet, you should add one that looks - like this: - - Section "Extensions" - Option "Composite" "enable" - EndSection - - + Make XAA not hold any pixmaps in offscreen memory. This slows down compiz - in many configurations. You can disable this by adding the following line - to your "Device" section: - - Option "XAANoOffscreenPixmaps" "true" - -Now restart your X server and login to your favorite session. After the -session has loaded completely, open a terminal window and type the following -command: - - $ compiz --replace & - -Which will start compiz, make it replace the current window manager and -background the process so you can safely close the terminal again. If all went -well, compiz should start up and enable a whole bunch of desktop effects. - - -- Thierry Reding <[email protected]> Tue, 3 Oct 2006 14:12:26 +0200 - -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

