Downloads:
50,562
Downloads of v 1.38.1.0:
5,487
Last Update:
16 Feb 2024
Package Maintainer(s):
Software Author(s):
- jeGX
Tags:
admin gpu freeware stress test performance cpu hardware- Software Specific:
- Software Site
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Furmark
- 1
- 2
- 3
1.38.1.0 | Updated: 16 Feb 2024
- Software Specific:
- Software Site
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
50,562
Downloads of v 1.38.1.0:
5,487
Maintainer(s):
Software Author(s):
- jeGX
Furmark 1.38.1.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by jeGX. The inclusion of jeGX trademark(s), if any, upon this webpage is solely to identify jeGX goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Furmark, run the following command from the command line or from PowerShell:
To upgrade Furmark, run the following command from the command line or from PowerShell:
To uninstall Furmark, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download furmark --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade furmark -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade furmark -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install furmark
win_chocolatey:
name: furmark
version: '1.38.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'furmark' do
action :install
source 'INTERNAL REPO URL'
version '1.38.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller furmark
{
Name = "furmark"
Version = "1.38.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'furmark':
ensure => '1.38.1.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Windos on 18 Feb 2024.
FurMark is a very intensive OpenGL benchmark that uses fur rendering algorithms to measure the performance of the graphics card. Fur rendering is especially adapted to overheat the GPU and that's why FurMark is also a perfect stability and stress test tool (also called GPU burner) for the graphics card.
FurMark requires an OpenGL 2.0 compliant graphics card: NVIDIA GeForce 6 (and higher), AMD/ATI Radeon 9600 (and higher), Intel HD Graphics 2000/3000 or a S3 Graphics Chrome 400 series with the latest graphics drivers.
Command line
FurMark has a GUI or Graphical User Interface but also offers command line parameters. With command line parameters you can control more precisely how FurMark is launched and most of all you can launch multiple times FurMark with different paramaters and log all results in a single result file. This feature is useful for graphics cards reviews and graphics drivers tests.
That said, let’s see the parameters.
/nogui
: does not display the startup GUI./nomenubar
: does not display the menu bar in windowed mode./noscore
: does not display the final score box/fullscreen
: starts FurMark in fullscreen mode/width
: specifies the screen width – Default: 1280/height
: specifies the screen height – Default: 1024/msaa
: specifies the MSAA level – Default: 0/run_mode
: specifies the run mode: 1 for benchmark, and 2 for stability test – Default: 1/contest_mode
: 1 to enable the contest mode or 0 to disable it – Default: 0 – Contest mode allows an online score submission./max_time
: specifies the benchmark max time (run_mode=1) in milliseconds – Default: 60000/max_frames
: specifies the benchmark max number of frames (run_mode=1) – Default: -1 (-1 means that max_frames is not used)./app_process_priority
: specifies FurMark process priority – Default: 32 (NORMAL_PRIORITY_CLASS) – See Win32 API for possible values./app_cpu_affinity
: specifies FurMark main thread CPU affinity – Default: 1 (first CPU core)/rendering_cpu_affinity
: specifies FurMark rendering thread CPU affinity – Default: 2 (second CPU core)./xtreme_burning
: sets FurMarks in a mode that overburns the GPU…/log_temperature
: writes GPU temperature to file (gpu-temperature.xml). This feature is useful for overclocking. FurMark 1.5.0+/log_score
: writes benchmak’s result to file (FurMark-Score.txt). FurMark 1.5.0+/disable_catalyst_warning
: disable warning message box when Catalyst 8.8+ is detected. See here and here for more information. FurMark 1.5.0+
@echo off
echo Call Test 1...
call FurMark.exe /width=640 /height=480 /msaa=4 /max_time=60000
/nogui /nomenubar /noscore /run_mode=1 /log_score
/disable_catalyst_warning
echo Test 1 complete OK.
echo Call Test 2...
call FurMark.exe /width=1024 /height=768 /msaa=4 /max_time=60000
/nogui /nomenubar /noscore /run_mode=1 /log_score
/disable_catalyst_warning
echo Test 2 complete OK.
echo Call Test 3...
call FurMark.exe /width=1280 /height=1024 /msaa=4 /max_time=60000
/fullscreen /nogui /nomenubar /noscore /run_mode=1 /log_score
/disable_catalyst_warning
echo Test 3 complete OK.
pause
md5: 1A689AB17F17AC675E18AC67FE39B656 | sha1: 18C6145F6492AC96B02DEADCAD9D9D902EFCA526 | sha256: 314DF1C873A103F4C7297B254B11C48F51534BFBF46FC83B109FEE97818418FC | sha512: ED8E9FB41E4D5E8AF0164466D3893434B984BF5A496CB758BF191C8BDA8804CF49CDB4D52B6C7353B47CC84795E2DA6B3334288509C96F4EDF07976E9E96969C
Geeks3D FurMark - GPU stress test and OpenGL benchmark.
Copyright (C) 2007-2019 Geeks3D, All rights reserved.
https://geeks3d.com/furmark/
****************************************************************
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
****************************************************************
Permission is granted to anyone to use this software
for any purpose, excluding commercial applications,
and to redistribute it freely, subject to the following
restrictions:
1. The origin of this software must not be misrepresented;
you must not claim that you wrote the original software.
2. This software is a freeware, it cannot be sold or rented.
3. - Websites: you can copy and distribute it freely as long
as you add a backlink to the source post at Geeks3D.com
or a backlink to https://geeks3d.com/furmark/
- CDROM/DVDROM or other kind of BUNDLES (graphics cards, etc.):
please contact the author at [email protected]
4. This notice may not be removed or altered from any distribution.
----------------- Geeks3D PRO Pack ---------------------
To use FurMark in a commercial context, visit this page:
http://www.ozone3d.net/g3dpp/
or send an email at [email protected].
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://geeks3d.com/downloads/2024p/FurMark_1.38.1.0_Setup.exe
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 314DF1C873A103F4C7297B254B11C48F51534BFBF46FC83B109FEE97818418FC
Using AU:
Get-RemoteChecksum
File 'license.txt' is obtained from the installation dialog.
Log in or click on link to see number of positives.
- furmark.1.38.1.0.nupkg (0b44aa0f0278) - ## / 65
- FurMark_1.38.1.0_Setup.exe (314df1c873a1) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Furmark 1.38.1.0 | 5487 | Friday, February 16, 2024 | Approved | |
Furmark 1.37.2.0 | 4239 | Thursday, October 5, 2023 | Approved | |
Furmark 1.36.0.0 | 2078 | Monday, August 28, 2023 | Approved | |
Furmark 1.35.0.0 | 2789 | Friday, June 23, 2023 | Approved | |
Furmark 1.34.0.0 | 2365 | Thursday, April 27, 2023 | Approved | |
Furmark 1.33.0.0 | 3060 | Friday, February 3, 2023 | Approved | |
Furmark 1.32.1.0 | 2283 | Saturday, December 10, 2022 | Approved | |
Furmark 1.32.0.0 | 752 | Friday, December 2, 2022 | Approved | |
Furmark 1.31.0.0 | 2615 | Thursday, August 4, 2022 | Approved | |
Furmark 1.30.0.0 | 1511 | Wednesday, May 18, 2022 | Approved | |
Furmark 1.29.0.0 | 3271 | Wednesday, November 17, 2021 | Approved | |
Furmark 1.28.0.0 | 1296 | Saturday, October 9, 2021 | Approved | |
Furmark 1.27.0.0 | 1720 | Saturday, August 14, 2021 | Approved | |
Furmark 1.26.0.0 | 1883 | Wednesday, May 19, 2021 | Approved | |
Furmark 1.25.1.0 | 1532 | Thursday, March 18, 2021 | Approved | |
Furmark 1.24.1.0 | 1901 | Friday, December 11, 2020 | Approved | |
Furmark 1.24.0.0 | 623 | Thursday, December 3, 2020 | Approved | |
Furmark 1.23.0.0 | 617 | Thursday, November 26, 2020 | Approved | |
Furmark 1.22.2.0 | 795 | Tuesday, November 10, 2020 | Approved | |
Furmark 1.22.1.0 | 565 | Saturday, October 31, 2020 | Approved | |
Furmark 1.22.0.0 | 942 | Friday, September 25, 2020 | Approved | |
Furmark 1.21.2.0 | 1641 | Thursday, June 4, 2020 | Approved | |
Furmark 1.21.1.0 | 986 | Tuesday, March 24, 2020 | Approved | |
Furmark 1.21.0.0 | 1140 | Saturday, January 25, 2020 | Approved | |
Furmark 1.20.9.0 | 864 | Monday, November 25, 2019 | Approved | |
Furmark 1.20.8.0 | 2401 | Friday, August 23, 2019 | Approved | |
Furmark 1.20.7.0 | 472 | Friday, July 5, 2019 | Approved | |
Furmark 1.20.6.0 | 389 | Friday, June 7, 2019 | Approved | |
Furmark 1.20.5.0 | 300 | Friday, May 24, 2019 | Approved |
2007-2016 Geeks3D.com
Ground Rules:
- This discussion is only about Furmark and the Furmark package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Furmark, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.