The CSD Portfolio software fails to start or has graphical issues on Linux

Modified on Fri, 4 Apr at 2:29 PM

Try launching the software from the command line to obtain more information about the nature of the error. If it concerns incompatible Qt libraries then these commands should resolve it.

cd /path/to/CCDC/ [the installation directory of the CCDC software]
find . -name "libqwayland-egl.so" -delete
find . -name "libqwayland-generic.so" -delete
  • Otherwise, first ensure that you have the latest version of the CSD Portfolio and that your Linux system is up to date.
  • On Ubuntu running the software from the command line and adding the -nodoublebuffer option may resolve the issue.
  • If you are using an external monitor with a laptop, try disconnecting it.
  • Lastly, if the above suggestions do not work, we recommend disabling 3D acceleration as described in this FAQ: Is there a way to disable 3D acceleration?

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article