10-04-2014, 07:49 AM
10-04-2014, 10:47 AM
10-04-2014, 03:45 PM
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...
10-05-2014, 05:05 PM
Add a line "Interactive" in /etc/X11/xorg.conf:
Not sure if this applies to all cards/drivers/xorg versions but it did work for me in the past with an nvidia.
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-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
10-07-2014, 03:55 AM
Thanks magnum, updated the wiki page with that information.