diff options
author | James Meyer <james.meyer@operamail.com> | 2009-07-09 02:03:54 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-07-09 02:03:54 (GMT) |
commit | 2eee989ecb7f1494dc4582ac3f4602078ada13aa (patch) | |
tree | 5119f388ecfe50b3c82270d75117f66a67bed1c7 /abs/core-testing/tweaker/bin | |
parent | 8368c4962f33d6d6bce6617487c149fd8927f966 (diff) | |
parent | b8c1ca11b76f3d32e9680dfd1cbb611f000f7382 (diff) | |
download | linhes_pkgbuild-2eee989ecb7f1494dc4582ac3f4602078ada13aa.zip linhes_pkgbuild-2eee989ecb7f1494dc4582ac3f4602078ada13aa.tar.gz linhes_pkgbuild-2eee989ecb7f1494dc4582ac3f4602078ada13aa.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_graphics.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_graphics.pl b/abs/core-testing/tweaker/bin/twk_graphics.pl index 4fb6d77..22b6688 100755 --- a/abs/core-testing/tweaker/bin/twk_graphics.pl +++ b/abs/core-testing/tweaker/bin/twk_graphics.pl @@ -43,7 +43,7 @@ sub check_for_GL() { # Now poll the strength, returning the FPS from glxgears, run at the default resolution. # I would love to be able to poll this in a way that 1) doesn't pop up a GUI window and # 2) doesn't rely on manually making a database that maps video cards to performance levels. - $result = execute_shell_command("script -q -c \"glxgears -fullscreen & sleep 11 ; pkill -15 glxgears\" | tail -1"); + $result = execute_shell_command("script -q -c \"glxgears -fullscreen & sleep 11 ; pkill -15 glxgears\" | grep FPS | tail -1"); if ($result =~ m/ (\d+)\.\d+ FPS/) { $fps = $1; execute_shell_command("echo $fps > /tmp/fps"); |