0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

M1 MacでフォーカスがあたっていないIntteliJの画面がチカチカする問題の対応法

0
Last updated at Posted at 2023-01-08

事象

Intel Mac から M1 Mac に変えたところ、IntteliJの画面がチカチカする問題が発生するようになりました。OS起動直後は問題ないのですが、数時間すると画面がチカチカするようになりました。IntteliJのウインドウにフォーカスを当てて作業している時はチカチカしないのすが、ウインドウにフォーカスがあたっていないときにチカチカするという事象です。

この事象は IntteliJのサポートサイト にも同様の質問が投稿されていました。

環境

  • OS: Mac OS Monterey (version 12.6)
  • Chip: Apple M1 Pro
  • IntelliJ IDEA 2022.2

解決法

IntteliJのサポートサイト にてElena Pogorelovaさんが提案している、JDKのオプションを変更する方法で解決できます。

具体的には、/Applications/IntelliJ IDEA.app/Contents/bin/idea.vmoptions のファイルを編集し、以下の行を追加します。

-Djdk.module.illegalAccess.silent=true
-Dsun.java2d.metal=false   ←追記
-Dkotlinx.coroutines.debug=off
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?