Skip to content

Instantly share code, notes, and snippets.

@imdanielch
Created February 20, 2020 22:58
Show Gist options
  • Save imdanielch/babdc4f9eb4549eea17c47fb7ebc36f7 to your computer and use it in GitHub Desktop.
Save imdanielch/babdc4f9eb4549eea17c47fb7ebc36f7 to your computer and use it in GitHub Desktop.
Run vulkaninfo as root to initialize it during bootup https://askubuntu.com/questions/1152704/run-sudo-vulkaninfo-at-startup-all-users
(crontab -l 2>/dev/null; echo "@reboot vulkaninfo") | crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment