Settings
2 minute read
The Settings panel holds appearance and rendering options. Every change applies immediately.
Theme
Light or Dark. The choice is remembered; with no choice made, Desk follows the operating system setting and keeps following it until you pick one.
Renderer
How trace geometry is computed on the GPU. Switching the renderer rebuilds all traces.
| Mode | Description |
|---|---|
| 64bit | Emulated double precision, single-pixel lines. Lowest GPU cost. |
| 64bit-aa | Same precision with anti-aliased, width-adjustable lines. Default. |
Both modes keep full precision on large X values (long sessions with millisecond timestamps), which is what prevents traces from drifting or stair-stepping at deep zoom.
Plot style
| Style | Draws |
|---|---|
| Line | Connected line through the samples |
| Dot | One dot per sample |
Dot mode shows where data actually exists instead of interpolating across gaps, which matters when samples are sparse or irregular.
The slider below follows the style: Line width (1.0 – 8.0 px) in Line mode, Point size in Dot mode.
Note
Line width only has a visual effect with the 64bit-aa renderer; 64bit always draws one-pixel lines.
Selecting signals in the Active panel temporarily thickens their traces on top of this setting.
Look-ahead
How briskly the view follows incoming data while auto-follow is on, from 0 (very smooth, lagging) to 1 (snaps to the newest sample). Default 0.2.
Freq divider
How much of the controller’s publish rate Desk subscribes to: the controller sends every n-th tick.
| Divider | Effect |
|---|---|
| 1 | Every tick — maximum detail, highest network and CPU load |
| 10 | Default; a balance between detail and load |
| 100 | Coarse — light load, suited to long observation |
| 1000 | Minimal rate for slow monitoring |
Changing the divider resubscribes all traces, which clears the data already plotted. Pick the divider before a measurement run rather than during it.