VSync and vt switching is still broken in the latest nvidia driver

svn path=/trunk/KDE/kdebase/workspace/; revision=715202
This commit is contained in:
Rivo Laks 2007-09-21 13:29:55 +00:00
parent 840818e39a
commit 8439c3be9a

View file

@ -149,9 +149,9 @@ void CompositingPrefs::applyDriverSpecificOptions()
}
else if( mDriver == "nvidia" )
{
if( mVersion <= Version( "100.14.11" ))
if( mVersion <= Version( "100.14.19" ))
{
kDebug() << "nvidia <= 100.14.11, disabling vsync";
kDebug() << "nvidia <= 100.14.19, disabling vsync";
mEnableVSync = false;
}
if( mVersion >= Version( "96.39" ))