Why does MATLAB start with a blank grey window when using a Compiz or Beryl window manager?

14 次查看(过去 30 天)
Starting MATLAB on a Linux machine opens just an empty grey window. I cannot see any MATLAB windows, but MATLAB appears to work fine. If I type following command:
doc
the help window pops up, but it is still grey. But, if I use the -nojvm option, MATLAB works normal. Also, If I use SSH for remote access with X11 tunneling, MATLAB works normal and I can see all the windows.
I am using Xgl / Compiz as a window manager.

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2022-10-7
This error is a bug with Java applications when desktop effects are enabled. For more information about this bug, refer to Sun's bug reports here:
Generally to resolve this issue you will need to disable desktop effects for MATLAB to function normally. To do so:
Fedora family:
Click the System menu, go to Preferences to Look & Feel and select Desktop Effects. Set Desktop effects to None.
Debian family:
Click the System menu, go to Preferences, and select Appearance. Go to the Visual Effects tab. Set Desktop effects to None.
It may also be possible to display the MATLAB desktop with these effects enabled. For information on how to enable the MATLAB desktop with desktop effects enabled, please see below.
NOTE: The methods below are not officially supported as other side effects may be caused by changing these settings.
To enable the MATLAB desktop with desktop effects enabled, you can set the following environment variable:
AWT_TOOLKIT=MToolkit
Alternatively you may try installing Java JRE 1.6 on the machine and point MATLAB to that JRE. See the related solution: "How do I change the Java Virtual Machine (JVM) that MATLAB is using? " for more information about using MATLAB with a different Java.

更多回答(2 个)

Benedict Schlüter
Benedict Schlüter 2019-10-7
export _JAVA_AWT_WM_NONREPARENTING=1 worked for me. I am using Arch-Linux with sway

Christophe Pouillot
Christophe Pouillot 2024-7-23,15:59
In my case where I run MATLAB on WSL, maximizing the x11 window solves the issue.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

尚未输入任何标签。

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by