Skip to content

Commit

Permalink
feat: add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
36conaN committed Jul 24, 2024
1 parent b89d41b commit 9f15c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 9f15c4c

Please sign in to comment.