Posts: 3
Threads: 1
Joined: Oct 2014
how can fix this ..tnks..
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
Posts: 2,936
Threads: 12
Joined: May 2012
Posts: 3
Threads: 1
Joined: Oct 2014
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...
Posts: 143
Threads: 9
Joined: Dec 2012
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.
Posts: 3
Threads: 1
Joined: Oct 2014
10-06-2014, 06:56 PM
(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
Posts: 2,936
Threads: 12
Joined: May 2012
Thanks magnum, updated the wiki page with that information.