Currently Being Moderated

Slow editor performance on Ubuntu 8.10

VERSION 4

Created on: Nov 25, 2008 11:01 PM by Serge Baranov - Last Modified:  Sep 7, 2011 3:02 PM by Serge Baranov

The performance problem in all the Java Swing applications is caused by the Ubuntu specific bug. You can find more information in another bug description.

 

One known workaround until it's fixed in Ubuntu is:

 

Under Device section of the /etc/X11/xorg.conf file add the following line:

Option "AccelMethod" "XAA"

You can also add the following option, but some users reported that it makes menu drawing slower:

Option "XAANoOffscreenPixmaps" "true"

While this option should fix the editor scrolling performance, there could be other issues, like slow menu drawing speed. Changing Look&Feel to GTK+ is known to make it much faster.

 

UPDATE: this bug is fixed in JDK 1.6.0_12, running IntelliJ IDEA under this or later JDK version will also fix the performance problem without the need to edit xorg.conf.

Average User Rating
(2 ratings)




Lukas Zapletal Lukas Zapletal  says:

Thanks, it solved my problem. Sorry for reporting the "bug" with Groovy - it was this.

More Like This

  • Retrieving data ...