diff options
author | bobo1on1 <bobo1on1@svn> | 2010-05-17 13:20:40 +0000 |
---|---|---|
committer | bobo1on1 <bobo1on1@svn> | 2010-05-17 13:20:40 +0000 |
commit | 6d97effe2f1b3f17b98700f5fdbc15545e0dfe90 (patch) | |
tree | 262b6d32800a06586a322c267cb6e7cfd9e3f4cb | |
parent | 30edebed1b66df4d6ad50ef6fd880fbd907bd154 (diff) |
fixed: request RefreshRate3 from nvidia-settings for better accuracy in the log
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30255 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/VideoReferenceClock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/VideoReferenceClock.cpp b/xbmc/VideoReferenceClock.cpp index 494a055e59..dad242e647 100644 --- a/xbmc/VideoReferenceClock.cpp +++ b/xbmc/VideoReferenceClock.cpp @@ -30,7 +30,7 @@ #if defined(HAS_GLX) && defined(HAS_XRANDR) #include <sstream> #include <X11/extensions/Xrandr.h> - #define NVSETTINGSCMD "nvidia-settings -nt -q RefreshRate" + #define NVSETTINGSCMD "nvidia-settings -nt -q RefreshRate3" #elif defined(__APPLE__) #include <QuartzCore/CVDisplayLink.h> #include "CocoaInterface.h" |