From 6001aabfa5ac543529d37396372e1c44db203218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 24 Nov 2006 22:46:59 +0000 Subject: [PATCH] Note that AIGLX needs indirect rendering. svn path=/branches/work/kwin_composite/; revision=607520 --- COMPOSITE_HOWTO | 3 ++- COMPOSITE_TODO | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/COMPOSITE_HOWTO b/COMPOSITE_HOWTO index 54f379ed00..a14b8a3c80 100644 --- a/COMPOSITE_HOWTO +++ b/COMPOSITE_HOWTO @@ -63,7 +63,8 @@ Option "XaaNoOffscreenPixmaps" "true" in 'Section "Screen"' may improve performance for non-TFP (texture_from_pixmap) modes. For the TFP mode AIGLX needs to work. With AIGLX direct rendering should be be disabled -(export LIBGL_ALWAYS_INDIRECT=1 before running kwin). +(see GLDirect below, with X.org older than 7.2 "export LIBGL_ALWAYS_INDIRECT=1" before +running kwin may be necessary). Intel: diff --git a/COMPOSITE_TODO b/COMPOSITE_TODO index cd062bcf15..5c541113dd 100644 --- a/COMPOSITE_TODO +++ b/COMPOSITE_TODO @@ -85,6 +85,9 @@ OpenGL TODO + AIGLX support - kind of works, needs more work ++ - it needs indirect rendering, should be autodetected and disabled somehow +% - may require LIBGL_ALWAYS_INDIRECT set with older X.org + (http://lists.kde.org/?l=kwin&m=116439615124838&w=2) ! improved GLXFBConfig support - it seems a different config for each depth would be needed