| Problem | Solution | |---------|----------| | | In Wine: winecfg → Graphics → dpi = 120 | | Cannot import PSD files | Install GIMP via Wine ( winetricks gimp ) or use native GIMP and save as legacy PSD (max compatibility). | | Tablet pen pressure not working | Use wine-staging and set WINE_DIGITIZER=1 . Install libwacom drivers. | | GLX error when running native SDK | Install libgl1-mesa-dev and libglfw3-dev . Use export MESA_GL_VERSION_OVERRIDE=4.5 . | | Model textures appear magenta (missing shader) | Recompile the native framework with -DCUBISM_SHADER_DIR="/path/to/shaders" . |
./Samples/OpenGL/Demo
This is a popular open-source tracking robust enough to run natively on Linux, providing the data necessary to drive Live2D models.
While Live2D Inc. does not officially support Linux, the community has forged pathways to make it work. Here is the current state of Live2D on Linux.
(optional but improves performance):
Build the CubismNativeFramework ExportTool :
Export your model from the Editor as . Then embed in a Linux-hosted web page using Three.js + Live2D plugin. Works perfectly.
You cannot edit models natively, but you can them in your own Linux applications using open-source or ported SDKs.
: