Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 20

622 bytes added, 11:08, 22 July 2020
/* Using both Intel and Nvidia graphics card */
- Boot to Linux Mint
- All connected displays will appear in the "Display" section
</pre>
 
== Noise mitigation on Nvidia graphics card ==
* To reduce the noise need to set PowerMizer Mode to "Prefer Consistent Performance"
* From GUI:
<pre>
Menu -> NVIDIA X Server Settings -> PowerMizer -> Preferred Mode: "Prefer Consistent Performance"
</pre>
* The same from command line:
<pre>
$ nvidia-settings -a "[gpu:0]/GPUPowerMizerMode=3"
</pre>
* To make the setting permanent:
<pre>
Menu -> Startup Applications -> "+" -> Custom command
Name: NVIDIA PowerMizer Settings
Command: nvidia-settings -a "[gpu:0]/GPUPowerMizerMode=3"
Comment: Set working mode "Prefer Consistent Performanse" to reduce noise
</pre>
425
edits