Skip to content

Commit eca6a30

Browse files
committed
README: Add missing params and info to README
1 parent 975815c commit eca6a30

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If distro's packaged `meson` is too old and gives build errors, install newer ve
8787

8888
### Meson options
8989

90-
| Option | Default | Description
90+
| Option | Default | Description
9191
| -------- | ------- | -
9292
| with_nvml | enabled |Required for NVIDIA GPU metrics on wayland
9393
| with_xnvctrl | enabled |Required for NVIDIA GPU metrics on older GPUs
@@ -356,10 +356,11 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
356356
| `debug` | Shows the graph of gamescope app frametimes and latency (only on gamescope obviously) |
357357
| `device_battery_icon` | Display wirless device battery icon. |
358358
| `device_battery` | Display wireless device battery percent. Currently supported arguments `gamepad` and `mouse` e.g `device_battery=gamepad,mouse` |
359+
| `display_server` | Display the current display session (e.g. X11 or wayland) |
359360
| `dynamic_frame_timing` | This changes frame_timing y-axis to correspond with the current maximum and minimum frametime instead of being a static 0-50 |
360361
| `engine_short_names` | Display a short version of the used engine (e.g. `OGL` instead of `OpenGL`) |
361362
| `engine_version` | Display OpenGL or vulkan and vulkan-based render engine's version |
362-
| `exec` | Display output of bash command in next column, e.g `custom_text=/home` , `exec=df -h /home \| tail -n 1`. Only works with `legacy_layout=0` |
363+
| `exec` | Display output of bash command in next column, e.g. `custom_text=/home` , `exec=df -h /home \| tail -n 1`. Only works with `legacy_layout=0` |
363364
| `exec_name` | Display current exec name |
364365
| `fan` | Shows the Steam Deck fan rpm |
365366
| `fcat` | Enables frame capture analysis |
@@ -380,8 +381,11 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
380381
| `fps_sampling_period=` | Time interval between two sampling points for gathering the FPS in milliseconds. Default is `500` |
381382
| `fps_value` | Choose the break points where `fps_color_change` changes colors between. E.g `60,144`, default is `30,60` |
382383
| `fps_metrics` | Takes a list of decimal values or the value avg, e.g `avg,0.001` |
384+
| `reset_fps_metrics` | Reset fps metrics keybind, default is `Shift_R+F9` |
385+
| `fps_text` | Display custom text for engine name in front of FPS |
383386
| `frame_count` | Display frame count |
384387
| `frametime` | Display frametime next to FPS text |
388+
| `frame_timing_detailed` | Display frame timing in a more detailed chart |
385389
| `fsr` | Display the status of FSR (only works in gamescope) |
386390
| `hdr` | Display the status of HDR (only works in gamescope) |
387391
| `refresh_rate` | Display the current refresh rate (only works in gamescope) |
@@ -487,6 +491,7 @@ Not all vulkan vsync options may be supported on your device, you can check what
487491
- `Shift_L+F2` : Toggle Logging
488492
- `Shift_L+F4` : Reload Config
489493
- `Shift_R+F12` : Toggle Hud
494+
- `Shift_R+9` : Reset FPS metrics
490495

491496
## Workarounds
492497

0 commit comments

Comments
 (0)