Skip to content

Instantly share code, notes, and snippets.

@dongnguyenltqb
Created November 11, 2022 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongnguyenltqb/a2bbadfd207b65de318c397c65318d46 to your computer and use it in GitHub Desktop.
Save dongnguyenltqb/a2bbadfd207b65de318c397c65318d46 to your computer and use it in GitHub Desktop.
set nvidia card fan speed
sh -c 'sleep 5 && /usr/bin/nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=25" -a "[fan:1]/GPUTargetFanSpeed=25"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment