Regarding Maya running on Wayland. I have found a compromise solution to this problem and would like to share it with you. This solution works for me for Maya 2025.3 on Distrobox Rocky 9.
Switch Viewport rendering from Viewport 2.0 to Legacy. To do this, add the following line to the Maya.env file: MAYA_ENABLE_DEPRECATED_VIEWPORT=1. Legacy is hidden option in Maya you can't find it in Preferences without this code line.
To ensure that Legacy Viewport starts automatically when Maya launches, make sure you have the following settings:
-
Windows -> Preferences -> Display -> Viewport 2.0 -> Rendering engine -> OpenGL - Core Profile (Compatibility).
-
Windows -> Preferences -> Display -> Viewport 2.0 -> Default viewport -> Legacy Default Viewport.
-
Viewport -> Renderer -> Legacy Default Viewport.
-
Exit the program for the settings to be saved.
For those who create animations, you may encounter freezes in the viewport playback. To make animations in the viewport smoother, check the box here:
Windows -> Preferences -> Cached Playback -> Cache smooth meshes. Additionally, you can experiment with other settings that may help you.
This solves the black screen problem, but the UV editor is still black. I haven't found a solution to this problem yet. I tested Rigging, Animations, and Arnold Rendering — everything works fine. After 1-2 hours of operation, the Viewport starts to lag due to cache accumulation. Restarting the program solves this problem and the viewport becomes smooth again.
Pinned Comments
meepzh commented on 2022-04-08 22:36 (UTC) (edited on 2026-03-28 14:07 (UTC) by meepzh)
Many thanks to ttc0419 for getting this set up and for writing these instructions originally. Many thanks to jimmy_christensenMSURY for fixing the Maya 2025+ licensing.
Installation Instructions:
Go to your Autodesk Products and Services page and save the Linux tgz file. You will also need v1.15+ of the Autodesk Identity Manager from Product Updates.
Extract the tgz files.
Maya is now split into several packages as it is for the official rpm installation. You will need the following files from the extracted tgz files to build some other packages as well:
Packages/AdpSdk/adp-desktop-sdk.zipto build adp-desktop-sdkPackages/AdskIdentityManager/adskidentitymanager*.rpmto build adskidentitymanagerPackages/Licensing/adsklicensing*.rpmto build adsklicensingPackages/Maya*.rpmto build this packagePackages/package.tgzto build maya-arnoldPackages/Bifrost*.rpmto build maya-bifrostPackages/AdobeSubstance3DforMaya*.rpmto build maya-substancePackages/MayaUSD*.rpmto build maya-usd-bin, if you don't want to download directly from GitHubPackages/LookdevX.rpmto build maya-lookdevxPackages 1 to 3 are required to use Maya and 5 to 9 are plugins that can be installed when needed.
You will need to move the rpm files to the directory containing the corresponding package's PKGBUILD file. Please refer to the AUR wiki for further installation details, since AUR helpers may or may not work with this package.
After installation, you may wish to enable the Autodesk Licensing service with
systemctl enable adsklicensing.service. This service is started automatically one time when installing and removing this package.Note that the install file will automatically register and deregister Maya with the licensing service if you are using the adsklicensing package. You may need to restart the adsklicensing service and reinstall Maya if adsklicensing was upgraded and running at the same time.
Launch Maya and log into your Autodesk account or enter your product serial to check out a license. Note that Wayland is currently not supported by the licensing software.
Please note that the Maya executable is patched to launch with the
--single-processflag to address launch issues with the Application Home. You may try to opt out of this patch if this does not present an issue for you.Troubleshooting:
If you are having the following font error,
Failed trying to load font : -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-iso8859-1 //, first try the Autodesk recommended commands with your normal permissions.(source)
If you are still seeing font errors, you can try one or more of the following:
xorg-mkfontscaleand runmkfontscalein/usr/share/fonts. Then re-run thexsetcommands above.xsetcommands with superuser permissions.en_GB ISO-8859-1en_US ISO-8859-1If you are having licensing errors, you can refer to this comment/forum post by mac666er recommending you to only use the en_US.UTF-8 locale. Or you may need to set a different default browser as Tellik experienced.
If your launch process hangs at the OpenCL initialization, you may wish to check for OpenCL conflicts as mentioned in this comment by TheSunCat. You may also need to rename/delete the intel-openapi icd file in
/etc/OpenCL/vendorsas mentioned here.If you see a black screen, check that Wayland is disabled: https://forums.autodesk.com/t5/maya-forum/maya-2025-2026-on-linux/td-p/13617041
Cheers