🧙‍♂️
docs.skou.xyz
CtrlK
  • Knowledge base
  • Linux
    • General
      • Group management
      • Terminal usage
    • Errors
      • VirtualBox: Firefox crashes inside guest OS
      • error: failed to prepare transaction (could not satisfy dependencies)
      • GPGME error: No data
      • Stuck at boot screen after update
    • GPU related
      • Hybrid GPU setup (AMD/NVIDIA)
      • NVIDIA
        • Overclocking and fan profiling
    • Tools
      • aircrack-ng
      • airmon-ng
      • airodump-ng
      • archlinux-java
      • comm
      • cut
      • dd
      • firejail
      • git, github-cli
      • gobuster
      • grep
      • hashcat
        • Driver Timeout Patch
      • hcxtools
        • hcxdumptool
        • hcxpcapngtool
        • hcxhashtool
      • hydra
      • john
      • metasploit
      • msfvenom
      • ncdu
      • nl
      • nmap
      • recon-ng
      • smb
      • split
      • sqlmap
      • ssh
        • scp
      • syncthing
      • virtualbox
      • wfuzz
      • wireshark
    • Miscellaneous
      • Huion H640P
      • Varmilo VA88M fn keys
  • Security
    • Writeups
      • HackTheBox
        • Archetype
      • OverTheWire
        • Bandit
      • TryHackMe
        • agent sudo
        • skynet
        • dailybugle
  • Raspberry Pi
    • General
    • PiVPN
  • Pwnagotchi
    • General
  • Programming / Scripting
    • C
      • General
      • Pointers
    • Python
      • argparse
      • dataclass
      • doctest
      • testing
      • venv
    • CryptoHack
      • Introduction
      • General
    • LeetCode
  • Mining
    • SRBMiner
    • NBMiner
    • nanominer
  • Miscellaneous
    • Online resources
Powered by GitBook
On this page
  1. Linux
  2. Tools
  3. hashcat

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

PrevioushashcatNexthcxtools

Last updated 4 years ago