Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add credits #225

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ Although the initial setup prompts if you want to disable power-saving, you can

!!! info "Windows 11-only"

Atlas includes a script that uses TimerResolution utility to increase the precision of Windows' timer, which benefits applications requiring consistent pacing or [sleeping](https://en.wikipedia.org/wiki/Sleep_(system_call)), such as framerate limiters in some games.
Atlas includes a script that uses [@valleyofdoom's TimerResolution utility](https://github.com/valleyofdoom/TimerResolution) to increase the precision of Windows' timer, which benefits applications requiring consistent pacing or [sleeping](https://en.wikipedia.org/wiki/Sleep_(system_call)), such as framerate limiters in some games.

However, this is at the cost of increased power consumption and is not always beneficial for all applications, so we recommend you do testing.

Run the `Enable timer resolution.cmd` script to enable this high precision, and use the `! MeasureSleep.exe` utility to track it.
Run the `Enable timer resolution.cmd` script to enable this high precision, and use the `! MeasureSleep.exe` utility to track it. See [@valleyofdoom's TimerResolution repository](https://github.com/valleyofdoom/TimerResolution#timerresolution) for more information.

## :material-printer: Printing

Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/post-installation/drivers/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ We recommend using NVCleanstall, as it is a GUI alternative to manually strippin

## :material-cog: Configure NVIDIA Control Panel

This section was partly based on [valleyofdoom's documentation](https://github.com/valleyofdoom/PC-Tuning/blob/main/docs/configure-nvidia.md).

- Open the NVIDIA Control Panel by right-clicking on the desktop.
- Navigate to ``3D Settings -> Adjust image settings with preview``
- Select **Use the advanced 3D image settings** and hit **Take me there**
Expand Down
Loading