Driver Timeout Patch

Warnings related to CL_OUT_OF_RESOURCES or Kernel exec timeout is not disabled can be fixed by creating a new file, 20-nvidia.conf, in the folder /usr/share/X11/xorg.conf.d/. The file should look like the following

Section "Device"
    Identifier     "MyGPU" # In my case "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option	   "Interactive" "0"
EndSection

Reference

https://hashcat.net/wiki/doku.php?id=timeout_patch

Last updated