Verlangsamtes MacOS wegen Asus 5K Monitor?

saimonsez

Cadet 4th Year
Registriert
Dez. 2017
Beiträge
74
Hallo

Mein neuer Asus 27" ProArt PA27JCV, angeschlossen via mitgeliefertem USB-C Kabel an ein MacBook Pro M3 Pro verursacht merkwürdige Probleme mit MacOS.

Es hat damit angefangen, dass Navigieren mit dem Keyboard in IntelliJ immer wieder Aussetzer hatte. Sobald das Fenster vom Asus auf den internen Screen gezogen wurde, lief alles normal. Die Lösung war paradox, den internen Screen auf 60Hz stellen und damit die gleiche Wiederholfrequenz wie beim Asus einstellen hat das Problem behoben. Bereits hier war mir unerklärlich, wieso es nur IntelliJ betrifft. Daneben liefen viele Container glatt, auch VS Code, DB Tools, Outlook, Safari, etc. Das Gesamtsystem hat viel am Laufen, war aber nie überlastet.

Jetzt, 2 Wochen später: Das Phänomen ist wieder da, allerdings schlimmer. Fenster-Switching mit Alt-Tab zwischen IntelliJ Fenstern, ist stark verzögert. Alt-Tab bei anderen Apps -> alles gut. Maus- und Tastatur-Eingaben in IntelliJ und Alt-Tab werden teilweise stark verzögert oder gar nicht angenommen.

Das es etwas mit dem Kabel zu tun hat kann ich ausschliessen, mit HDMI keine Änderung.

Damit bin ich mit meinem Latein am Ende. Ich kann so kaum arbeiten und meine leise Hoffnung ist jetzt noch, dass jemand von Euch eine Idee hat was hierbei helfen könnte. Als nächstes würde ich ASUS das Problem schildern, ich befürchte jedoch die werden das auf MacOS oder IntelliJ schieben und Apple in die andere Richtung.

Grüsse
Simon
Ergänzung ()

Auf das Offensichtlichste bin ich noch nicht gekommen: Die Verringerung der Auflösung von 2560 x 1440 (Default) auf etwas kleineres hat geholfen und die Symptome sind weg. Aber dafür habe ich mir keinen 5K Monitor geholt :/
 
Zuletzt bearbeitet:
2560x1440 sind auch keine 5k

Wahrscheinlich wird das Problem die IDE sein, welche mit unterschiedlichen Wiederholfrequenzen nicht zurecht kommt. Bei meinen MacBooks habe ich so ein Problem noch nie festgestellt.
Auf der anderen Seite ist Apple ohnehin etwas speziell, wenn es um Auflösungen außerhalb ihres "Standards" geht.
 
2560 x 1440 (Default)
ist aber eben den Standard von Apple, wo die doppelte DPI-Anzahl genommen wird (2x scaling).

Andere use-cases sind out of spec - auf den ersten Blick.

Es könnte jedoch auch was anderes limitieren.

edit:
scheint ein länger existierendes Problem zu sein mit IntelliJ:

https://news.ycombinator.com/item?id=19145286 3 years later, IntelliJ is still unusably slow on macOS with a 4K display

IntelliJ IDEA performance issues on macOS with high-resolution (4K) monitors are widely reported and often stem from a combination of macOS display scaling, Java-based UI rendering, and specific IDE settings.

  • Display Scaling & Resolution: The most common cause is macOS scaling on 4K displays. Users report severe lag, high CPU usage (300–600%), and unresponsiveness when using scaled 4K resolutions. Solutions include:
    • Setting the display to "More Space" (non-scaled) in System Settings → Displays, even if it makes UI elements small (then increase font size in IntelliJ).
    • Using true 4K resolution instead of scaled options, though this reduces readability.
    • Avoiding multiple 4K monitors; performance improves with only one connected.
  • IDE-Specific Settings:
    • Disable "Show Whitespaces": This is a frequent culprit. Turning off all whitespace rendering (Settings → Editor → General → Show whitespaces) dramatically improves scrolling and typing responsiveness.
    • Disable Antialiasing or set to Greyscale: Reduces GPU load and improves performance.
    • Use JetBrains’ bundled JRE: Some users resolved CPU issues by switching from the system Java to the JRE provided with IntelliJ (in bin/ directory).
  • macOS & Hardware-Specific Fixes:
    • Match refresh rates: Ensure both internal and external displays use the same refresh rate (e.g., 60Hz). ProMotion on MacBook Pro can cause issues when paired with non-ProMotion external monitors.
    • M1/M2/M3 Macs: Some users report scrolling lag on M1 Pro/M2 Pro Macs. Workarounds include:
      • Setting the internal display as the main display.
      • Enabling "Displays have separate Spaces" in System Settings → Desktop & Dock.
    • High CPU and overheating: Can be caused by plugin bugs (e.g., Svelte plugin), outdated IDE versions, or corrupted installations. Reinstalling the IDE or disabling problematic plugins often helps.
  • Underlying Issues:
    • The problem is not isolated to IntelliJ—it affects other JetBrains IDEs and even non-JetBrains apps on high-DPI macOS setups.
    • It is primarily a macOS + Java UI rendering issue, not a fundamental flaw in IntelliJ. Performance is significantly better on Windows with similar monitors.
Recommendation: Start with disabling whitespace rendering, using the bundled JRE, and setting the display to non-scaled (more space). If issues persist, test with one monitor and ensure consistent refresh rates.
source: search.brave.com "IntelliJ high resolution monitor mac os slow"
Ergänzung ()

https://youtrack.jetbrains.com/issue/JBR-526 IDE is unusably slow when using a 4K display with scaled resolution on OS X

Known workarounds:​


  • Disable Show whitespaces option

was Anderes:

In case it helps anyone: I thought I had the same problem, but then noticed it seems to be the completions of the Github Copilot plugin.
Disabling the completions solved the problem for me.
 
  • Gefällt mir
Reaktionen: Mr.Zweig
Danke. Das trifft es ganz gut:
  • The problem is not isolated to IntelliJ—it affects other JetBrains IDEs and even non-JetBrains apps on high-DPI macOS setups.
  • It is primarily a macOS + Java UI rendering issue, not a fundamental flaw in IntelliJ. Performance is significantly better on Windows with similar monitors.
Ich habe nun alle Vorschläge durchprobiert und eine Änderung der Auflösung ist das einzige was etwas bringt. Damit kann ich erstmal leben und hoffe es bessert sich später mal.
 
  • Gefällt mir
Reaktionen: Mr.Zweig
Zurück
Oben