Detect mobil intel chips as intel chips, not ATI
svn path=/trunk/KDE/kdebase/workspace/; revision=980438
This commit is contained in:
parent
e3f3b0386f
commit
329cddf5bd
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ void CompositingPrefs::detectDriverAndVersion()
|
|||
kDebug( 1212 ) << "GL version is" << mGLVersion;
|
||||
kDebug( 1212 ) << "XGL:" << ( mXgl ? "yes" : "no" );
|
||||
|
||||
if( mGLRenderer.startsWith( "Mesa DRI Intel" ))
|
||||
if( mGLRenderer.startsWith( "Mesa DRI Intel" ) || mGLRenderer.startsWith( "Mesa DRI Mobile Intel" ))
|
||||
{
|
||||
mDriver = "intel";
|
||||
QStringList words = mGLRenderer.split(" ");
|
||||
|
|
Loading…
Reference in a new issue