2007-11-27 19:40:25 +00:00
|
|
|
/********************************************************************
|
2007-09-18 13:59:06 +00:00
|
|
|
KWin - the KDE window manager
|
|
|
|
This file is part of the KDE project.
|
|
|
|
|
|
|
|
Copyright (C) 2007 Rivo Laks <rivolaks@hot.ee>
|
|
|
|
|
2007-11-27 19:40:25 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*********************************************************************/
|
2007-09-18 13:59:06 +00:00
|
|
|
|
|
|
|
#include "compositingprefs.h"
|
|
|
|
|
2007-09-26 16:34:08 +00:00
|
|
|
#include "kwinglobals.h"
|
2010-12-03 21:13:43 +00:00
|
|
|
#include "kwinglplatform.h"
|
2007-09-18 13:59:06 +00:00
|
|
|
|
|
|
|
#include <kdebug.h>
|
2007-09-26 13:47:01 +00:00
|
|
|
#include <kxerrorhandler.h>
|
2007-11-12 16:32:25 +00:00
|
|
|
#include <klocale.h>
|
2007-12-17 14:14:53 +00:00
|
|
|
#include <kdeversion.h>
|
2010-02-26 20:47:00 +00:00
|
|
|
#include <kstandarddirs.h>
|
|
|
|
|
|
|
|
#include <qprocess.h>
|
2007-09-18 13:59:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
namespace KWin
|
|
|
|
{
|
|
|
|
|
|
|
|
CompositingPrefs::CompositingPrefs()
|
2007-10-17 15:37:14 +00:00
|
|
|
: mXgl( false )
|
2009-12-04 09:29:08 +00:00
|
|
|
, mRecommendCompositing( false )
|
2007-10-17 15:37:14 +00:00
|
|
|
, mEnableVSync( true )
|
|
|
|
, mEnableDirectRendering( true )
|
|
|
|
, mStrictBinding( true )
|
2007-09-18 13:59:06 +00:00
|
|
|
{
|
|
|
|
}
|
2007-10-17 15:37:14 +00:00
|
|
|
|
2007-09-18 13:59:06 +00:00
|
|
|
CompositingPrefs::~CompositingPrefs()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2009-12-04 09:29:08 +00:00
|
|
|
bool CompositingPrefs::recommendCompositing() const
|
2008-01-03 19:10:44 +00:00
|
|
|
{
|
2009-12-04 09:29:08 +00:00
|
|
|
return mRecommendCompositing;
|
2008-01-03 19:10:44 +00:00
|
|
|
}
|
|
|
|
|
2007-09-26 16:34:08 +00:00
|
|
|
bool CompositingPrefs::compositingPossible()
|
|
|
|
{
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_COMPOSITING
|
2007-09-26 16:34:08 +00:00
|
|
|
Extensions::init();
|
|
|
|
if( !Extensions::compositeAvailable())
|
|
|
|
{
|
|
|
|
kDebug( 1212 ) << "No composite extension available";
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
if( !Extensions::damageAvailable())
|
|
|
|
{
|
|
|
|
kDebug( 1212 ) << "No damage extension available";
|
|
|
|
return false;
|
|
|
|
}
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
|
|
|
if( Extensions::glxAvailable())
|
|
|
|
return true;
|
2007-11-21 15:54:06 +00:00
|
|
|
#endif
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_XRENDER_COMPOSITING
|
|
|
|
if( Extensions::renderAvailable() && Extensions::fixesAvailable())
|
|
|
|
return true;
|
|
|
|
#endif
|
|
|
|
kDebug( 1212 ) << "No OpenGL or XRender/XFixes support";
|
|
|
|
return false;
|
2007-09-26 16:34:08 +00:00
|
|
|
#else
|
|
|
|
return false;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2007-11-12 16:32:25 +00:00
|
|
|
QString CompositingPrefs::compositingNotPossibleReason()
|
|
|
|
{
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_COMPOSITING
|
2007-11-12 16:32:25 +00:00
|
|
|
Extensions::init();
|
2007-12-17 14:14:53 +00:00
|
|
|
if( !Extensions::compositeAvailable() || !Extensions::damageAvailable())
|
2007-11-12 16:32:25 +00:00
|
|
|
{
|
|
|
|
return i18n("Required X extensions (XComposite and XDamage) are not available.");
|
|
|
|
}
|
2008-01-08 11:26:52 +00:00
|
|
|
#if defined( KWIN_HAVE_OPENGL_COMPOSITING ) && !defined( KWIN_HAVE_XRENDER_COMPOSITING )
|
|
|
|
if( !Extensions::glxAvailable())
|
|
|
|
return i18n( "GLX/OpenGL are not available and only OpenGL support is compiled." );
|
|
|
|
#elif !defined( KWIN_HAVE_OPENGL_COMPOSITING ) && defined( KWIN_HAVE_XRENDER_COMPOSITING )
|
2008-01-08 16:28:43 +00:00
|
|
|
if( !( Extensions::renderAvailable() && Extensions::fixesAvailable()))
|
2008-01-08 11:26:52 +00:00
|
|
|
return i18n( "XRender/XFixes extensions are not available and only XRender support"
|
|
|
|
" is compiled." );
|
|
|
|
#else
|
|
|
|
if( !( Extensions::glxAvailable()
|
|
|
|
|| ( Extensions::renderAvailable() && Extensions::fixesAvailable())))
|
|
|
|
{
|
|
|
|
return i18n( "GLX/OpenGL and XRender/XFixes are not available." );
|
|
|
|
}
|
2007-12-17 14:14:53 +00:00
|
|
|
#endif
|
2007-11-12 16:32:25 +00:00
|
|
|
return QString();
|
|
|
|
#else
|
|
|
|
return i18n("Compositing was disabled at compile time.\n"
|
2008-04-19 22:36:47 +00:00
|
|
|
"It is likely Xorg development headers were not installed.");
|
2007-11-12 16:32:25 +00:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2007-09-18 13:59:06 +00:00
|
|
|
void CompositingPrefs::detect()
|
|
|
|
{
|
2007-09-26 16:34:08 +00:00
|
|
|
if( !compositingPossible())
|
|
|
|
{
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
2010-02-26 20:47:00 +00:00
|
|
|
// HACK: This is needed for AIGLX
|
|
|
|
if( qstrcmp( qgetenv( "KWIN_DIRECT_GL" ), "1" ) != 0 )
|
|
|
|
{
|
|
|
|
// Start an external helper program that initializes GLX and returns
|
|
|
|
// 0 if we can use direct rendering, and 1 otherwise.
|
|
|
|
// The reason we have to use an external program is that after GLX
|
|
|
|
// has been initialized, it's too late to set the LIBGL_ALWAYS_INDIRECT
|
|
|
|
// environment variable.
|
|
|
|
// Direct rendering is preferred, since not all OpenGL extensions are
|
|
|
|
// available with indirect rendering.
|
|
|
|
const QString opengl_test = KStandardDirs::findExe( "kwin_opengl_test" );
|
|
|
|
if ( QProcess::execute( opengl_test ) != 0 )
|
|
|
|
setenv( "LIBGL_ALWAYS_INDIRECT", "1", true );
|
|
|
|
}
|
2007-09-27 19:04:18 +00:00
|
|
|
if( !Extensions::glxAvailable())
|
|
|
|
{
|
|
|
|
kDebug( 1212 ) << "No GLX available";
|
|
|
|
return;
|
|
|
|
}
|
2007-09-30 14:08:24 +00:00
|
|
|
int glxmajor, glxminor;
|
|
|
|
glXQueryVersion( display(), &glxmajor, &glxminor );
|
2008-01-16 21:58:37 +00:00
|
|
|
kDebug( 1212 ) << "glx version is " << glxmajor << "." << glxminor;
|
2007-09-30 14:08:24 +00:00
|
|
|
bool hasglx13 = ( glxmajor > 1 || ( glxmajor == 1 && glxminor >= 3 ));
|
2007-09-27 19:04:18 +00:00
|
|
|
|
2007-09-25 10:14:57 +00:00
|
|
|
// remember and later restore active context
|
|
|
|
GLXContext oldcontext = glXGetCurrentContext();
|
|
|
|
GLXDrawable olddrawable = glXGetCurrentDrawable();
|
2008-03-19 16:55:07 +00:00
|
|
|
GLXDrawable oldreaddrawable = None;
|
2007-09-30 14:08:24 +00:00
|
|
|
if( hasglx13 )
|
|
|
|
oldreaddrawable = glXGetCurrentReadDrawable();
|
|
|
|
|
2008-01-22 17:04:41 +00:00
|
|
|
if( initGLXContext() )
|
2007-09-18 13:59:06 +00:00
|
|
|
{
|
|
|
|
detectDriverAndVersion();
|
|
|
|
applyDriverSpecificOptions();
|
|
|
|
}
|
2007-10-31 16:28:59 +00:00
|
|
|
if( hasglx13 )
|
|
|
|
glXMakeContextCurrent( display(), olddrawable, oldreaddrawable, oldcontext );
|
|
|
|
else
|
|
|
|
glXMakeCurrent( display(), olddrawable, oldcontext );
|
2008-01-22 17:04:41 +00:00
|
|
|
deleteGLXContext();
|
2007-09-18 13:59:06 +00:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2008-01-22 17:04:41 +00:00
|
|
|
bool CompositingPrefs::initGLXContext()
|
2007-09-18 13:59:06 +00:00
|
|
|
{
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
2008-01-22 17:04:41 +00:00
|
|
|
mGLContext = NULL;
|
2007-09-26 13:47:01 +00:00
|
|
|
KXErrorHandler handler;
|
2007-09-18 13:59:06 +00:00
|
|
|
// Most of this code has been taken from glxinfo.c
|
|
|
|
QVector<int> attribs;
|
|
|
|
attribs << GLX_RGBA;
|
|
|
|
attribs << GLX_RED_SIZE << 1;
|
|
|
|
attribs << GLX_GREEN_SIZE << 1;
|
|
|
|
attribs << GLX_BLUE_SIZE << 1;
|
|
|
|
attribs << None;
|
|
|
|
|
2007-10-31 17:10:33 +00:00
|
|
|
XVisualInfo* visinfo = glXChooseVisual( display(), DefaultScreen( display()), attribs.data() );
|
2007-09-18 13:59:06 +00:00
|
|
|
if( !visinfo )
|
|
|
|
{
|
|
|
|
attribs.last() = GLX_DOUBLEBUFFER;
|
|
|
|
attribs << None;
|
2007-10-31 17:21:18 +00:00
|
|
|
visinfo = glXChooseVisual( display(), DefaultScreen( display()), attribs.data() );
|
2007-09-18 13:59:06 +00:00
|
|
|
if (!visinfo)
|
|
|
|
{
|
2008-01-14 22:16:29 +00:00
|
|
|
kDebug( 1212 ) << "Error: couldn't find RGB GLX visual";
|
2007-09-18 13:59:06 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mGLContext = glXCreateContext( display(), visinfo, NULL, True );
|
|
|
|
if ( !mGLContext )
|
|
|
|
{
|
2008-01-14 22:16:29 +00:00
|
|
|
kDebug( 1212 ) << "glXCreateContext failed";
|
2007-09-18 13:59:06 +00:00
|
|
|
XDestroyWindow( display(), mGLWindow );
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
XSetWindowAttributes attr;
|
|
|
|
attr.background_pixel = 0;
|
|
|
|
attr.border_pixel = 0;
|
|
|
|
attr.colormap = XCreateColormap( display(), rootWindow(), visinfo->visual, AllocNone );
|
|
|
|
attr.event_mask = StructureNotifyMask | ExposureMask;
|
|
|
|
unsigned long mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
|
|
|
|
int width = 100, height = 100;
|
|
|
|
mGLWindow = XCreateWindow( display(), rootWindow(), 0, 0, width, height,
|
|
|
|
0, visinfo->depth, InputOutput,
|
|
|
|
visinfo->visual, mask, &attr );
|
|
|
|
|
2007-09-26 13:47:01 +00:00
|
|
|
return glXMakeCurrent( display(), mGLWindow, mGLContext ) && !handler.error( true );
|
2007-09-18 13:59:06 +00:00
|
|
|
#else
|
|
|
|
return false;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
void CompositingPrefs::deleteGLXContext()
|
|
|
|
{
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
2008-01-22 17:04:41 +00:00
|
|
|
if( mGLContext == NULL )
|
|
|
|
return;
|
2007-09-18 13:59:06 +00:00
|
|
|
glXDestroyContext( display(), mGLContext );
|
|
|
|
XDestroyWindow( display(), mGLWindow );
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
void CompositingPrefs::detectDriverAndVersion()
|
|
|
|
{
|
2007-12-17 14:14:53 +00:00
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
2010-12-03 21:13:43 +00:00
|
|
|
GLPlatform *gl = GLPlatform::instance();
|
|
|
|
gl->detect();
|
|
|
|
gl->printResults();
|
2007-09-27 13:59:58 +00:00
|
|
|
|
2010-12-03 21:13:43 +00:00
|
|
|
mXgl = detectXgl();
|
2007-09-18 13:59:06 +00:00
|
|
|
|
2010-01-25 10:02:08 +00:00
|
|
|
if( mXgl )
|
|
|
|
kWarning( 1212 ) << "Using XGL";
|
2007-09-18 13:59:06 +00:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2008-10-15 14:10:43 +00:00
|
|
|
// See http://techbase.kde.org/Projects/KWin/HW for a list of some cards that are known to work.
|
2007-09-18 13:59:06 +00:00
|
|
|
void CompositingPrefs::applyDriverSpecificOptions()
|
|
|
|
{
|
2010-12-27 19:12:37 +00:00
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
2010-01-25 10:02:08 +00:00
|
|
|
// Always recommend
|
|
|
|
mRecommendCompositing = true;
|
|
|
|
|
2010-12-03 21:13:43 +00:00
|
|
|
GLPlatform *gl = GLPlatform::instance();
|
|
|
|
mStrictBinding = !gl->supports( LooseBinding );
|
|
|
|
if ( gl->driver() == Driver_Intel )
|
2007-09-22 11:19:22 +00:00
|
|
|
mEnableVSync = false;
|
2010-12-27 19:12:37 +00:00
|
|
|
#endif
|
2007-09-18 13:59:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-10-17 15:37:14 +00:00
|
|
|
bool CompositingPrefs::detectXgl()
|
|
|
|
{ // Xgl apparently uses only this specific X version
|
|
|
|
return VendorRelease(display()) == 70000001;
|
|
|
|
}
|
|
|
|
|
2007-09-18 13:59:06 +00:00
|
|
|
} // namespace
|
|
|
|
|