Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

46,610

Downloads of v 1.23.0.0:

601

Last Update:

26 Nov 2020

Package Maintainer(s):

Software Author(s):

  • jeGX

Tags:

admin gpu freeware stress test performance cpu hardware

Furmark

This is not the latest version of Furmark available.

  • 1
  • 2
  • 3

1.23.0.0 | Updated: 26 Nov 2020

Downloads:

46,610

Downloads of v 1.23.0.0:

601

Maintainer(s):

Software Author(s):

  • jeGX

Furmark 1.23.0.0

This is not the latest version of Furmark available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade furmark -y --source="'INTERNAL REPO URL'" --version="'1.23.0.0'" [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'" --version="'1.23.0.0'" 
$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.23.0.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.23.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller furmark
{
    Name     = "furmark"
    Version  = "1.23.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'furmark':
  ensure   => '1.23.0.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.

Package Approved

This package was approved as a trusted package on 26 Nov 2020.

Description

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

screenshot


legal\LICENSE.txt
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].
legal\VERIFICATION.txt
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/2020p/FurMark_1.23.0.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: 23952EADE9996CAD1817ADEA2166900D65BFDDFEFFA777F85C6ADF8399B54751

Using AU:

   Get-RemoteChecksum

File 'license.txt' is obtained from the installation dialog.   
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir      = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName    = 'furmark'
  fileType       = 'exe'
  file           = gi $toolsDir\*.exe
  silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
  validExitCodes = @(0, 1223)
  softwareName   = 'Geeks3D FurMark *'
}
Install-ChocolateyInstallPackage @packageArgs
rm $toolsDir\*.exe -ea 0

$packageName = $packageArgs.packageName
$installLocation = Get-AppInstallLocation $packageArgs.softwareName
if (!$installLocation)  { Write-Warning "Can't find $packageName install location"; return }
Write-Host "$packageName installed to '$installLocation'"

Register-Application "$installLocation\$packageName.exe"
Write-Host "$packageName registered as $packageName"
tools\FurMark_1.23.0.0_Setup.exe
md5: 972A5E09C82FACF47C8C7E20E28A57EF | sha1: C152FC39593F1FED6B900C6AB24910B7C8D71E5F | sha256: 23952EADE9996CAD1817ADEA2166900D65BFDDFEFFA777F85C6ADF8399B54751 | sha512: 7C8626393CE7A72F4F6BF1E9B4F8E15117A2A1BE0A932E0D35B4B9E4F14B6F16C3B7787415D15877FFE8910B811DC47A6CE7B77E12856EEB0ADFF49F45482069

Log in or click on link to see number of positives.

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.37.2.0 4213 Thursday, October 5, 2023 Approved
Furmark 1.36.0.0 2061 Monday, August 28, 2023 Approved
Furmark 1.35.0.0 2691 Friday, June 23, 2023 Approved
Furmark 1.34.0.0 2354 Thursday, April 27, 2023 Approved
Furmark 1.33.0.0 3042 Friday, February 3, 2023 Approved
Furmark 1.32.1.0 2264 Saturday, December 10, 2022 Approved
Furmark 1.32.0.0 741 Friday, December 2, 2022 Approved
Furmark 1.31.0.0 2603 Thursday, August 4, 2022 Approved
Furmark 1.30.0.0 1495 Wednesday, May 18, 2022 Approved
Furmark 1.29.0.0 3260 Wednesday, November 17, 2021 Approved
Furmark 1.28.0.0 1278 Saturday, October 9, 2021 Approved
Furmark 1.27.0.0 1702 Saturday, August 14, 2021 Approved
Furmark 1.26.0.0 1870 Wednesday, May 19, 2021 Approved
Furmark 1.25.1.0 1518 Thursday, March 18, 2021 Approved
Furmark 1.24.1.0 1880 Friday, December 11, 2020 Approved
Furmark 1.24.0.0 603 Thursday, December 3, 2020 Approved
Furmark 1.23.0.0 601 Thursday, November 26, 2020 Approved
Furmark 1.22.2.0 778 Tuesday, November 10, 2020 Approved
Furmark 1.22.1.0 551 Saturday, October 31, 2020 Approved
Furmark 1.22.0.0 923 Friday, September 25, 2020 Approved
Furmark 1.21.2.0 1622 Thursday, June 4, 2020 Approved
Furmark 1.21.1.0 974 Tuesday, March 24, 2020 Approved
Furmark 1.21.0.0 1122 Saturday, January 25, 2020 Approved
Furmark 1.20.9.0 851 Monday, November 25, 2019 Approved
Furmark 1.20.8.0 2378 Friday, August 23, 2019 Approved
Furmark 1.20.7.0 450 Friday, July 5, 2019 Approved
Furmark 1.20.6.0 370 Friday, June 7, 2019 Approved
Furmark 1.20.5.0 282 Friday, May 24, 2019 Approved
Discussion for the Furmark Package

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.
comments powered by Disqus