mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
added glmark2 package
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 341 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
@@ -0,0 +1,30 @@
|
|||||||
|
Package: tooloop-glmark2
|
||||||
|
Version: 1.0.0
|
||||||
|
Maintainer: Tooloop Multimedia
|
||||||
|
Homepage: https://www.tooloop.de
|
||||||
|
Bugs: https://github.com/glmark2/glmark2
|
||||||
|
Section: tooloop/presentation
|
||||||
|
Depends: glmark2
|
||||||
|
Architecture: amd64
|
||||||
|
Name: glmark2
|
||||||
|
Thumbnail: glmark2-thumbnail.jpg
|
||||||
|
Media: glmark2-jellyfish.jpg, glmark2-buffer.jpg, glmark2-refract.jpg, glmark2-shadow.jpg
|
||||||
|
Description: OpenGL 2.0 and ES 2.0 benchmark
|
||||||
|
This is a meta package installing [glmark2](https://github.com/glmark2/glmark2).
|
||||||
|
glmark2 runs several tests and returns a final total score afterwards.
|
||||||
|
It’s useful to compare and benchmark different computers or graphics cards.
|
||||||
|
.
|
||||||
|
### Testing
|
||||||
|
.
|
||||||
|
All test scenes are run at a resolution of 1920 × 1080 px and results are
|
||||||
|
stored in `/assets/logs/glmark2.txt`
|
||||||
|
.
|
||||||
|
If you wan’t to change test parameters, simply change the command in
|
||||||
|
`/assets/presentation/start-presentation.sh`. Please refer to the
|
||||||
|
[glmark2 man pages](https://manpages.ubuntu.com/manpages/jammy/man1/glmark2.1.html)
|
||||||
|
to learn about all options.
|
||||||
|
.
|
||||||
|
### Attribution
|
||||||
|
.
|
||||||
|
glmark2 is developed by Alexandros Frantzis and Jesse Barker based on the
|
||||||
|
original glmark benchmark by Ben Smith.
|
||||||
Executable
+7
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
touch /assets/logs/glmark2.txt
|
||||||
|
chown tooloop:tooloop /assets/logs/glmark2.txt
|
||||||
|
|
||||||
|
exit 0
|
||||||
Executable
+6
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
rm /assets/logs/glmark2.txt
|
||||||
|
|
||||||
|
exit 0
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
glmark2 --annotate --size 1920x1080 > /assets/logs/glmark2.txt &
|
||||||
|
|
||||||
|
exit 0
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
killall glmark2
|
||||||
|
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user