diff options
| -rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core-testing/tweaker/bin/twk_graphics.pl | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index 9c9b54a..5f92817 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@  pkgname=tweaker  pkgver=1 -pkgrel=33 +pkgrel=34  pkgdesc=""  arch=('i686' 'x86_64') 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"); | 
