Skip to content
Michael DeGuzis edited this page Jun 15, 2017 · 9 revisions

Table of Contents generated with DocToc

Viewing FPS stats on SteamOS

Viewing FPS stats on SteamOS is not straightforward at the moment. This is also true for Big Picture Mode users. You may have tried enabling FPS stats in the desktop client in the ordinary Steam for Linux client, only to find that doesn't show up in BPM. You have some options with the custom compositor in SteamOS. One of the following below should work for you.

Voglperf

voglperf is now available via packages.libregeek.org. It may not work with every game (such as wrapper-based games). See https://github.com/ProfessorKaos64/voglperf

Using your Xbox 360 gamepad

Previously, FPS stats could be toggled via an Xbox 360 gamepad. However, due to major changes with SteamOS Brewmaster, the previous udev rules in SteamOS Alchemist no longer work. The developer of VaporOS is currently looking into solutions for Brewmaster

Manually running steamos-displayfps.sh over SSH

This method involves code from the script steamos-displayfps.sh, dumped into /usr/bin. You will first have to enable access to the Linux desktop by going to Settings > Interface > Enable Access to the Linux desktop. Once there, open a Terminal window by clicking the top left "Activities" word, and typing "Terminal."

Set the user password

passwd

Install SSH access

sudo apt-get install openssh-server

From another computer, run:

ssh desktop@steamos

Install the VaporOS bindings package

./desktop-software install xb360-bindings

Then, toggle FPS stats

sudo runuser -l steam -c '/usr/bin/steamos-displayfps.sh'
Clone this wiki locally