Search Criteria
Package Details: gputest 0.7.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gputest.git (read-only, click to copy) |
|---|---|
| Package Base: | gputest |
| Description: | cross-platform GPU stress test and OpenGL benchmark. Contains FurMark, TessMark |
| Upstream URL: | http://www.geeks3d.com/gputest/ |
| Licenses: | custom:freeware |
| Submitter: | swiftgeek |
| Maintainer: | swiftgeek |
| Last Packager: | swiftgeek |
| Votes: | 84 |
| Popularity: | 0.071320 |
| First Submitted: | 2013-07-28 02:22 (UTC) |
| Last Updated: | 2024-04-21 20:22 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-amber)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
- python2AUR (python2-binAUR, stackless2AUR) (optional) – tkinter gui
- tk (tk-fossilAUR) (optional) – tkinter gui
Latest Comments
1 2 3 4 Next › Last »
swiftgeek commented on 2026-02-01 19:45 (UTC) (edited on 2026-02-01 19:45 (UTC) by swiftgeek)
-binwould make sense if it was possible to build it (just like withgoogle-chromenot having such suffix)I can't seem to reproduce Tk issue even on clean user profile, perhaps it comes down to source of
python2? (AUR vs Arch Linux Archive)dreieck commented on 2026-01-30 23:38 (UTC)
Ahoj,
even with
python2andtkinstalled,gputest_gui.pyfails withIt seems that some more dependency is missing?
dreieck commented on 2026-01-30 23:29 (UTC)
Ahoj,
this package uses precompiled binaries.
So you must rename it to
gputest-bin, and then addprovides=("gputest=${pkgver}"),conflicts=("gputest"),replaces=("gputest<=0.7.0").Regards and thank you for this package!
MS-DTYP commented on 2024-04-21 02:09 (UTC)
Hello, could you update links to https?
MaximGun commented on 2023-05-11 23:42 (UTC) (edited on 2023-05-12 00:09 (UTC) by MaximGun)
gputest_gui.py works fine in python3 after a 2to3. Also included an ugly hack (inspired by the included Furmark scripts) to cd to /opt/gputest before executing GpuTest. Furmark doesn't work without it.
and here are some sed statements that could be stuck in the PKGBUILD
zwastik commented on 2022-10-15 19:47 (UTC) (edited on 2022-10-15 19:49 (UTC) by zwastik)
Some other undocumented parameters:
/** Do work**/
/** Don't work/Windows only/Did not managed to get it to work**/
kuehnelth commented on 2022-09-23 10:38 (UTC)
python2 will be removed from the official repo, could you convert the gui to python3 with
2to3 gputest_gui.pyin the PKGBUILD. I successfully tested it. THe only thing that changes is the tkinter import and on print call.Also you could skip installing "./data/.DS_Store" this is just a MacOS metadata file with thumbnails for the files in this folder and pretty useless on linux.
micwoj92 commented on 2021-05-12 19:41 (UTC)
Hello, could you update links to https?
1 2 3 4 Next › Last »