summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@src.gnome.org>2005-04-15 17:48:04 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-04-15 17:48:04 +0000
commitf5a4cf443405365c7e51f5ddb2b4926bad9dab84 (patch)
treec91b10667d695bafb95c43aa731eed285d5c2828
parent245dd6ac97d7584b338b812c8dd7d5af8004a242 (diff)
downloadmetacity-spiffifity.tar.gz
Add some comments to the READMEspiffifity
-rw-r--r--README28
1 files changed, 7 insertions, 21 deletions
diff --git a/README b/README
index 290fb182..5c29a924 100644
--- a/README
+++ b/README
@@ -2,27 +2,13 @@ This is the 'spifficity' branch of metacity. It is intended to take advantage of
new X extensions such as composite, damage and fixes. Some brokenness should be
expected.
-Somewhat surprisingly, the better the video card you have, the worse
-performance you should expect. The technical reason for this is that
-better video cards usually have more frame-buffer memory, so more
-windows will end up being put in the framebuffer. This casues
-software rendering to slow down because reading from the framebuffer
-is really slow.
-
-To get reasonable performance, try adding
-
- Option "NoAccel"
-
-to the "Device" section of your /etc/X11/xorg.conf file. This will
-likely improve performance a lot when a compositing manager is
-running, but also hurt performance a lot when no compositing manager
-is running.
-
-Besides the drop-shadows which were lifted from Keith Packard's
-xcompmgr, you should also see gtk+ (> 2.6) applications applications
-resize a lot more smoothly. If someone adds support for the
-_NET_WM_SYNC_REQUEST protocol to Qt, you should see Qt applications
-resize smoothly too.
+To actually use this branch of metacity, you need to patch your X server with
+the patch located at
+
+ http://www.daimi.au.dk/~sandmann/xorghax.patch
+
+
+