I was hoping someone could help me. I have been trying to solve this problem where my large source files opened in NEtBeans ends up garbled unreadable text. At first I thought it was netbeans but then it turns out being a Java issue. I have followed these instructions (Screenshot on this page)
http://wiki.netbeans.org/FaqSolvingEditorGarbledText
I am not sure I am entering the correct Device when I run the command lspci in terminal.
lspci gets me this
06:00.0 VGA compatible controller: ATI Technologies Inc Barts XT [ATI Radeon HD 6800 Series]
Which then I update my xorg.conf file with the following text.
Section "Device"
Identifier "ATI Technologies Inc Barts XT [ATI Radeon HD 6800 Series]"
Option "AccelMethod" "xaa"
Option "RenderAccel" "true"
EndSection
But I still have garbled text when the source files become large. When I say large I am talking about 2000+ lines.
Here is a screenshot

-Dsun.java2d.pmoffscreen=false)? – alain.janinm Feb 3 at 15:18-Dsun.java2d.pmoffscreen=false, check this think docs.oracle.com/javase/6/docs/technotes/guides/2d/flags.html. Have you tried with an other "accelMethod"? Like EXA fr.wikipedia.org/wiki/EXA – alain.janinm Feb 3 at 18:46