Cannot start any LibreOfiice's application, so cannot revert setting with menu.
Solution 1:
Open terminal and run:
Then disable OpenCL usage with a menu.
Solution 2:
In the file .config/libreoffice/4/user/registrymodifications.xcu
find block
and change "true" to "false".
Probably will work with AMD ROCm OpenCL.
Solution 1:
Open terminal and run:
Code:
SAL_DISABLE_OPENCL=1 soffice
Solution 2:
In the file .config/libreoffice/4/user/registrymodifications.xcu
find block
Code:
<item oor:path="/org.openoffice.Office.Common/Misc">
<prop oor:name="UseOpenCL" oor:op="fuse">
<value>true</value>
</prop>
</item>
Probably will work with AMD ROCm OpenCL.