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

enter image description here

link|improve this question

75% accept rate
You've tried without bracket enclosed part? Maybe the right identifier is "ATI Technologies Inc Barts XT". Have you also try the second option (add property -Dsun.java2d.pmoffscreen=false)? – alain.janinm Feb 3 at 15:18
I wanted to try the second way. but I couldn't find where that should go. Is that just as a new option for that device. – RichardW11 Feb 3 at 17:34
+alain.janinm I just tried the "ATI Technologies Inc Barts XT" but that didn't work. – RichardW11 Feb 3 at 17:45
1  
For using -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
ok I tried the pmoffscreen by adding to the end of the line in the netbeans/etc/netbeans.conf file. No good. I also tried the "EXA" with using the name "ATI Technologies Inc Barts XT" but that didn't work either. Is there a way for me to see if that is the correct device name? Thanks in advance – RichardW11 Feb 3 at 21:02
show 2 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.