<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Zwift graphics &amp;amp; hardware survey</title>
        <description> Lots of people are interested in running Zwift in 1080p in High or Ultra graphics mode but not sure what hardware they need.  I recently bought a new (well, used) gaming laptop and I have to say, the virtual cycling experience is definitely better with improved graphics!

Post your computer specs and Zwift graphics performance below!
Please include the following information so the results can be compared:

* Computer/laptop manufacturer and model name
* CPU model and system memory
* GPU model and graphics memory
* Average FPS under normal riding conditions, or FPS range (ie empty course vs riding in a big group)

* Optional: Include a photo of your virtual cycling setup (aka pain cave)
* Optional:  3DMark Basic (free version) benchmark results Download here

For consistency, please report FPS at 1080p (1920x1080) resolution, with Zwift settings on High, full screen, camera view 1

To measure frames per second (fps) install the free FRAPS tool which will show a FPS overlay
Unfortunately, Fraps is Windows only (works fine on Win8 &amp;amp; Win10) - for Mac instructions, see below.
Most games have a console where you can show FPS on the screen, unfortunately Zwift doesn't have this feature (yet)

In Watopia, the FPS seem to be lowest when approaching the bridge underpass just after the Start line, and of course the more riders you can see, the lower the FPS (eg in a large group ride or race).  Post the min &amp;amp; max FPS you see when riding.

Not sure what CPU you have? Windows: Use CPU-Z Mac: Apple menu -&amp;gt; About This Mac
Not sure what GPU you have? Windows: Use GPU-Z Mac: Apple menu -&amp;gt; About This Mac

Note that for many gaming laptops, they will have TWO graphics adapters for power savings - one low powered adapter for normal computing tasks and a high powered, dedicated GPU for gaming.  Please post the GPU details, as that's what should be running Zwift.

Measuring FPS on a Mac: After doing your ride, open a Terminal window and type the following:

grep FPS ~/Documents/Zwift/Logs/Log.txt

Zwift periodically posts the current FPS to it's log file, so you can see some numbers from various times in the log file via this method.  The log file exists in Windows as well, but I prefer using Fraps to measure FPS on that platform.

Short link http://stamini.st/zwiftgpu</description>
        <link>https://staminist.com/read.php?16,362,362#msg-362</link>
        <lastBuildDate>Wed, 29 Apr 2026 03:40:37 -0500</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Great info, thanks David!<br />Lots of Mac users, as I suspected high FPS performance isn't too terribly important to a lot of riders.<br />I thought the percentage of laptop users would be higher, I guess a lot of people have enough space for a fairly static &quot;pain cave&quot; setup. Either that or the turbo trainer ends up going in the home office/computer room.<br />How are people running Zwift on tablets?! ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Tue, 15 Dec 2015 14:57:58 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Here's more...<br />and if you want to sort through the FPS on your Log.txt, you can use these snippets (available in the Zwift Coders etherPad)<br /><b>PowerShell</b>:<br /><pre class="bbcode"> $input_path = $env:USERPROFILE + ‘\Documents\Zwift\Logs\Log.txt’ Get-Content $input_path -wait | where { $_ -match &quot;fps&quot;} | % {$_ -Replace &quot;,(.*)&quot;, &quot;&quot;}</pre><br /><b>Perl</b>:<br /><pre class="bbcode"> #!/usr/bin/perl use strict; use warnings; open(my $in, '&lt;', &quot;Log.txt&quot; ) or die &quot;$!&quot;; my ($total, $count) = (0,0); while (my $line = &lt;$in&gt;) { if ($line =~ m/FPS\s+?\d+/) { my ($fps) = (split(/\s+/, $line))[2]; $fps =~ s/,//; $total += $fps; $count += 1; } } my $average = $total / $count; my $rounded = sprintf(&quot;%.2f&quot;, $average); printf &quot;Average FPS (%s samples) is: %f\n&quot;, $count, $rounded; </pre> ^ CLICK TO REPLY]]></description>
            <dc:creator>setuid</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Sat, 12 Dec 2015 20:36:46 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Here's some of the responses from the survey we recently took in Zwift Riders... ^ CLICK TO REPLY]]></description>
            <dc:creator>setuid</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Sat, 12 Dec 2015 20:32:36 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ I'll post my logs after tonight's TGIF ride. I know I show 60fps in Zwift's logs, despite my GPUs pushing up to 180fps using Valley Benchmark and 149fps using Heaven Benchmark (MUCH more intensive) in OpenGL mode.<br />I'll reply back with screenshots later as well... ^ CLICK TO REPLY]]></description>
            <dc:creator>setuid</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 04 Dec 2015 16:56:46 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Just a quick observation on Zwift graphics. Since the Zwift settings page doesn't provide separate controls for resolution and graphics detail level like most games, the detail level seems to be set automatically while the game is running (see log file lines indicated below). I wonder if it dynamically removes details to try to achieve some FPS target - seems to be the case since it's performing some kind of benchmark indicated by the &quot;calculating graphics score&quot; log entry. Thanks to Randy Sandberg on the Zwift Riders group for pointing that out.<br />So, while the FPS on High Mode results we're collecting in this topic can't necessarily be used to compare absolute performance between computer (as the detail level may be different), it is still useful for determining expected FPS performance (or minimum system requirements for a certain FPS) which I believe is the most important factor for most people.<br />Anyway, this post is purely a technical observation. Please ignore &amp; resume posting your computer specs and FPS results =) ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Mon, 30 Nov 2015 15:53:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ 3 graphics cards in the Monster?! Are you running 6 monitors or are they all cross linked for SLI or something? I'm not much of a gamer anymore, so I don't know what the hot setup is these days. Isn't it deafening with all those fans? I suppose you can always drown it out with the turbo trainer noise :)<br />Sticking with Windows 7 I see. I can't stand Win8, but Win10 doesn't make me want to smash my laptop with a hammer, so I guess that's an improvement. It still crashes an awful lot - even with all the latest graphics drivers, it still panics about half the time when I connect or disconnect the HDMI cable. Incredible.<br />Please add some FPS numbers for each computer when you get a chance (edit your post, or add a new reply below). Thanks!<br />Skye ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Mon, 30 Nov 2015 14:20:48 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ I have several Zwift rigs:<br /><a href="https://www.dropbox.com/s/mxwn9k2r1k8mt13/2015-11-30%2011_17_30-Piriform%20Speccy.png?dl=0" target="_blank" >The &quot;Monster&quot;</a><br /><a href="https://www.dropbox.com/s/n6bfrx3jlgnhadj/2015-11-30%2011_16_51-.png?dl=0" target="_blank" >Gigabyte GB-BXi7-4770R BRIX Pro Ultra</a><br /><a href="https://www.dropbox.com/s/imgoic3l1y10j5y/Screenshot%202015-11-30%2011.18.55.png?dl=0" target="_blank" >MacBook Air (11-inch, Early 2014)</a> ^ CLICK TO REPLY]]></description>
            <dc:creator>setuid</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Mon, 30 Nov 2015 10:21:26 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Just for kicks, here's how it runs on my old Macbook Air, now that I know where to look to get the FPS from the Zwift log file...<br /><b>MacBook Air (11 inch, mid-2011)<br />1.6 GHz Intel Core i5, 4 GB memory<br />Intel HD Graphics 3000 384 MB<br />4-6 FPS</b><br />A few lines from the log file (instructions for getting FPS on a Mac has been added to the first post in this topic):<br /><pre class="bbcode">[13:32:42] FPS 6, 8803, 10196, -23009 [13:32:50] FPS 4, 67927, 14530, -23128 [13:32:57] FPS 4, 55365, 13101, -18400 [13:33:03] FPS 5, 45898, 12397, -15893 [13:33:09] FPS 5, 36453, 11938, -13784</pre><br />Abysmal, as expected. Too bad Zwift doesn't seem to allow you to run in full screen mode on a Mac - might help a little bit.<br />It's slightly better in Low graphics mode 8-14 FPS. No doubt a more recent model would provide better FPS in Low mode if ultra-portability is important to you. This thing almost fits in my jersey back pocket. ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Sat, 28 Nov 2015 15:47:13 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ yeah I think it it is capped at 60FPS, I am seeing lots of similar results across the web and in other forums. ^ CLICK TO REPLY]]></description>
            <dc:creator>mwillett</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 27 Nov 2015 21:39:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Great numbers, Mike! I wonder if Zwift is capped at 60 fps like some games?<br />I figured the GPU was probably more important to Zwift performance, good to have some confirmation. Not that the Skylake i5 is any slouch ;)<br />Skye ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 27 Nov 2015 20:35:31 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ I wasn't happy with my late 2012 MacMini so I sold it for $550 and started to put this custom rig together.<br />Asus Raven RV02 mITX<br />Asrock Z170 itx/ac<br />Intel Core i5 6600k<br />Asus GeForca 980 Ti Strix<br />16Gb RAm G.Skill RAM<br />Runs over HDMI at 4K<br />60FPS<br />Fire Strike 1.1 - 13,191<br />Sky Diver 1.0 - 24,868<br />Cloud Gate 1.1 - 20,795<br />Ice Storm 1.2 - 141,169 ^ CLICK TO REPLY]]></description>
            <dc:creator>mwillett</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 27 Nov 2015 19:13:32 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Here's how my girlfriend's business laptop stacks up:<br /><b>Lenovo Thinkpad T550<br />Intel Core i7-5600U 2.6 GHz CPU, 8 GB memory<br />Intel HD Graphics 5500 (integrated)<br />12-15 FPS</b><br />This laptop is built for spreadsheets and emails, not gaming, so without a dedicated graphics card (GPU) the performance was never going to be stellar. But even with the slightly choppy frame rate, I've used this laptop for quite a few rides and it's fine in a pinch. At the very least, it demonstrates what you can expect from a fairly high-end laptop that does NOT have a GPU. 3DMark scores:<br />Fire Strike 1.1 - 583<br />Sky Diver 1.0 - 2,366<br />Cloud Gate 1.1 - 4,560<br />Ice Storm 1.2 - 41,668 ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 27 Nov 2015 15:26:20 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Re: Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ I'll start off with the new (used) laptop I just bought off eBay for $500...<br /><b>Clevo W230ST Laptop<br />Intel i7-4700MQ 2.4GHz CPU, 8 GB memory<br />NVidia GeForce GTX 765M GPU, 2 GB memory<br />20-25 FPS</b><br />Very happy with the performance, FPS is definitely acceptable for virtual cycling although I'm surprised it's so low considering the specs.<br />Clevo W230ST 3DMark scores (run over HDMI at 1080p)<br />Fire Strike 1.1 - 2,716<br />Sky Diver 1.0 - 9,481<br />Cloud Gate 1.1 - 11,976<br />Ice Storm 1.2 - 78,397<br />Just for comparision, the Alienware Alpha with custom GeForce GTX 860M scores 3,501 on the Fire Stike test (~ 30% better), so this laptop still has plenty of grunt. I've also installed a bunch of games on the laptop just to compare performance, I'm getting 200+ FPS on Half-Life 2 (older game) and 40+ FPS on Crysis which is about 6 years old, and there's a heck of a lot more going on graphics-wise in those games compared to Zwift, so I can only imagine that whatever cross-platform graphics library Zwift is using is not particularly optimized...<br />Photo of my pain cave below, which since I live in an apartment, is also my living room, and my bike workshop, and about 10 other things. I use a Kurt Kinetic Road Machine 2.0 dumb trainer with a PowerTap G3 rear hub, which I'm quite happy with at least for another season or two. ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 27 Nov 2015 14:46:59 -0600</pubDate>
        </item>
        <item>
            <guid>https://staminist.com/read.php?16,362#</guid>
            <title>Zwift graphics &amp;amp; hardware survey</title>
            <link>https://staminist.com/read.php?16,362#</link>
            <description><![CDATA[ Lots of people are interested in running Zwift in 1080p in High or Ultra graphics mode but not sure what hardware they need. I recently bought a new (well, used) gaming laptop and I have to say, the virtual cycling experience is definitely better with improved graphics!<br /><b>Post your computer specs and Zwift graphics performance below!</b><br />Please include the following information so the results can be compared:<br />* Computer/laptop manufacturer and model name<br />* CPU model and system memory<br />* GPU model and graphics memory<br />* Average FPS under normal riding conditions, or FPS range (ie empty course vs riding in a big group)<br />* Optional: Include a photo of your virtual cycling setup (aka pain cave)<br />* Optional: 3DMark Basic (free version) benchmark results <a href="http://www.guru3d.com/files_details/3dmark_download.html" target="_blank" >Download here</a><br /><b>For consistency, please report FPS at 1080p (1920x1080) resolution, with Zwift settings on High, full screen, camera view 1</b><br />To measure frames per second (fps) <a href="http://www.fraps.com/" target="_blank" >install the free FRAPS tool</a> which will show a FPS overlay<br />Unfortunately, Fraps is Windows only (works fine on Win8 &amp; Win10) - for Mac instructions, see below.<br />Most games have a console where you can show FPS on the screen, unfortunately Zwift doesn't have this feature (yet)<br />In Watopia, the FPS seem to be lowest when approaching the bridge underpass just after the Start line, and of course the more riders you can see, the lower the FPS (eg in a large group ride or race). Post the min &amp; max FPS you see when riding.<br />Not sure what CPU you have? Windows: Use <a href="http://www.cpuid.com/softwares/cpu-z.html" target="_blank" >CPU-Z</a> Mac: Apple menu -&gt; About This Mac<br />Not sure what GPU you have? Windows: Use <a href="https://www.techpowerup.com/gpuz/" target="_blank" >GPU-Z</a> Mac: Apple menu -&gt; About This Mac<br />Note that for many gaming laptops, they will have TWO graphics adapters for power savings - one low powered adapter for normal computing tasks and a high powered, dedicated GPU for gaming. Please post the GPU details, as that's what should be running Zwift.<br /><b>Measuring FPS on a Mac:</b> After doing your ride, open a Terminal window and type the following:<br /><pre class="bbcode">grep FPS ~/Documents/Zwift/Logs/Log.txt</pre><br />Zwift periodically posts the current FPS to it's log file, so you can see some numbers from various times in the log file via this method. The log file exists in Windows as well, but I prefer using Fraps to measure FPS on that platform.<br /><div style="text-align: right;" class="bbcode">Short link <a href="http://stamini.st/zwiftgpu" target="_blank" >http://stamini.st/zwiftgpu</a></div> ^ CLICK TO REPLY]]></description>
            <dc:creator>Skye</dc:creator>
            <category>Zwift Riders Forum</category>
            <pubDate>Fri, 27 Nov 2015 14:39:49 -0600</pubDate>
        </item>
    </channel>
</rss>
