@kjslag Yes! I can confirm both issues (segfault for 12.0
and blank 3D for 12.1
) are gone with mesa
. However, 11.3
works fine with OpenGL
and displays better graphics (with less aliasing). It seems that 12+
is somehow incompatible with system's OpenGL implementation, which, I think (at least for me), is also mesa
; by searching through my installed packages with keyword OpenGL
, I find that the only related package is mesa v20.0.6
. Hence I believe there might be conflicts betweeen the bundled mesa
and system mesa
. Weird since it worked fine in 11.3
.
References: Mathematica documentation for RenderingOptions
:
"Mesa" use the bundled Mesa implementation of OpenGL, available on all systems
"OpenGL" use the system's OpenGL driver, available only on non-Windows systems
Pinned Comments
marmis commented on 2024-12-24 03:37 (UTC)
mathematica
andmathematica-light
have been updated to 14.1. Matematica is being rebranded to WolframApp or just Wolfram. Because of that, you might have to update your current configuration according to Upgrading from Mathematica to Wolfram:$UserBaseDirectory
is now~/.Wolfram
(you may need tomv ~/.Mathematica ~/.Wolfram
)MATHINIT
is nowWOLFRAMNB_INIT
(for additional arguments to Wolfram)MATHEMATICA_BASE
is nowWOLFRAM_BASE
(for custom$BaseDirectory
)MATHEMATICA_USERBASE
is nowWOLFRAM_USERBASE
(for custom$UserBaseDirectory
)JP-Ellis commented on 2022-10-08 00:22 (UTC) (edited on 2023-08-19 12:56 (UTC) by JP-Ellis)
Wolfram offers two bundles for Mathematica: one with offline docs included, and one which relies on online docs. I have created corresponding version of the Mathematica package in the AUR:
mathematica
: As this package has historically always included offline docs, it will continue to do so now. As of 13.1.0, the package takes up around 14.1GiB with all documentation.mathematica-light
: For those people who want a small package and/or want to use online docs, I have created this package which uses Wolfram's online-docs bundling of Mathematica. As of 13.3, the light version takes up around 7.2GiB.