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:
parent
840818e39a
commit
8439c3be9a
1 changed files with 2 additions and 2 deletions
|
@ -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" ))
|
||||
|
|
Loading…
Reference in a new issue