# Testing your computer

The tests below will help you determine if LightAct runs as it should.

## No GPU Throttling

{% hint style="info" %}
**Good to know:** this tests check if there is anything throttling your GPU.
{% endhint %}

<figure><img src="/files/Vn2R8vcUCZoL0C5oS5IH" alt=""><figcaption></figcaption></figure>

If you open *Preferences* window and enable **Remote support mode**, then you'll be able to modify the **Vertical sync** property in *Project settings* window.

Make sure it is unchecked and also uncheck **Force Project framerate**. This will cause LightAct to run as fast as it can.

On an average computer you should easily achieve more than 1000 FPS. The exact number is not so important. What's important is that the FPS should be more or less constant.

<figure><img src="/files/9z2AyC1Gk3XyVSJ6i1cZ" alt=""><figcaption></figcaption></figure>

You can observe this either by watching the FPS number in the top right corner of the program or by opening the Performance window where all the graphs should be more or less completely straight.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcYxqIGIoCLIiTpLc3B0s7EiFAA84fK5cM0t-vOPg6hVHBkXQVo0RavRpwTURDR9DxQsZEB7AwVowQkKloGFb1tTvnXqBu7dJ6UUebwkL-sYfwpoqq6WwhG7GZg7w0L44LvCuv0zg?key=9MbVFRG7ng3qlGZvKKkNRQ" alt=""><figcaption><p>Example of a stable FPS</p></figcaption></figure>

If you see framerate dips every few seconds or so, it means something is throttling your GPU.

## Smooth Traveling gradient and Strobe Content Overrides

{% hint style="info" %}
**Good to know:** This tests checks if content generation and output is completely smooth.
{% endhint %}

You can now re-enable **Vertical sync** and **Force Project framerate checkboxes** in *Project settings* window. You can also uncheck **Remote support mode** in the *Preferences* window.

<figure><img src="/files/21kX8GGsleU1B1qckaSG" alt=""><figcaption></figcaption></figure>

Then, in the *Output Maps* window, create one virtual output of the same resolution as your output display. You can do that by simply double clicking on one of your detected Physical outputs. Then enable either *Strobe* or *Traveling gradient* override. Enable the output so you see the chosen content override on the output display.

<figure><img src="/files/02mkJzuaHSnqaAWJhTck" alt="" width="375"><figcaption></figcaption></figure>

<p align="center">Traveling gradient content override.</p>

<figure><img src="/files/DJyUhQIGqvEUuJk2NZVc" alt="" width="375"><figcaption></figcaption></figure>

<p align="center">Traveling lines content override.</p>

<figure><img src="/files/B6XHPYIbExl2eZuO42FT" alt="" width="375"><figcaption></figcaption></figure>

<p align="center">Strobe content override.</p>

Regardless of which of these 3 content overrides you picked, the movement should be completely smooth.

{% hint style="warning" %}
If you are outputting to multiple displays, you need to combine them into a Mosaic in order for them to be completely smooth.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lightact.com/preparing-your-hardware-for-lightact/testing-your-computer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
