hashcat Forum

Full Version: Error code 702
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can fix this ..tnks..

Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
tnks dear friend But the problem is on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux not on windows ,, tkns for your reply...
Add a line "Interactive" in /etc/X11/xorg.conf:
Code:
Section "Device"
    Identifier     "Device0"
    ...
    Option         "Interactive"        "False"
EndSection

Not sure if this applies to all cards/drivers/xorg versions but it did work for me in the past with an nvidia.
(10-05-2014, 05:05 PM)magnum Wrote: [ -> ]Add a line "Interactive" in /etc/X11/xorg.conf:
Code:
Section "Device"
    Identifier     "Device0"
    ...
    Option         "Interactive"        "False"
EndSection

Not sure if this applies to all cards/drivers/xorg versions but it did work for me in the past with an nvidia.

Thank you very much dear friend,, problem solved with your instructions
Thanks magnum, updated the wiki page with that information.