mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
10 lines
377 B
Plaintext
10 lines
377 B
Plaintext
# nvidia-settings
|
|
# Configure the NVIDIA graphics driver
|
|
|
|
# Set 'ForceFullCompositionPipeline' attribute to 'on'. This will set it for an
|
|
# automatically-determined display.
|
|
nvidia-settings --assign "CurrentMetaMode=nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
|
|
|
|
# Assign the first GPU a power mode of 'performance'.
|
|
nvidia-settings -a [gpu:0]/GpuPowerMizerMode=1
|