Skip to content

Instantly share code, notes, and snippets.

@ThisNekoGuy
Created October 8, 2020 12:15
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 ThisNekoGuy/1011aa307285d8e2728bd8c20431acb0 to your computer and use it in GitHub Desktop.
Save ThisNekoGuy/1011aa307285d8e2728bd8c20431acb0 to your computer and use it in GitHub Desktop.
lsmod.log
neko-san@NASA ~> lsmod | grep nvidia
nvidia_drm 57344 21
nvidia_modeset 1187840 52 nvidia_drm
nvidia_uvm 1138688 0
nvidia 19742720 2666 nvidia_uvm,nvidia_modeset
drm_kms_helper 262144 1 nvidia_drm
i2c_nvidia_gpu 16384 0
drm 626688 24 drm_kms_helper,nvidia_drm
neko-san@NASA ~>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment