how do you disable the Jetson_clocks.sh

Hi,

I ran the jetson_clocks.sh shell file. However after completing the simulation i’d like to disable or stop it. Is there a command to do such a thing?

Hi camransyed, before running jetson_clocks, run “sudo jetson_clocks --store” (this will store the default non-maximized configuration to a file). Then when you are done and want to disable it, run “sudo jetson_clocks --restore” (this will restore the settings from the configuration file that was saved).

Since you already ran jetson_clocks this time, reboot your system and the settings will be returned to normal. Then run “sudo jetson_clocks --store” and you will have the file saved for next time.

5 Likes

thank you!