I noticed that the thread:
https://www.genuitec.com/forums/topic/heap-memory-configuration-again-for-myeclipse-10/#post-321196
is already locked, so I continue here.
BTW: it might be a good idea to not directly show the attachment full-size in a thread but show them as icon’s as they appear very large in the thread above.
Anyway: I still have this auto-refresh problem due to a official-not-supported nvidia card that I use in my laptop (that’s what Clevo told me). But still: other people are running the same configuration and have no problem, but neither do they use MyEclipse.
In the mean time, till I might get a new video card, I have to deal with this problem.
The strange thing is: the auto-refresh only occurs with MyEclipse (probably in general with java app’s) and only when it’s minimized and maximized.
If I force a resize, the application looks ago again.
So my question: which setting can I specify to the VM to overcome this rendering problem?
I tried the following in the eclipse ini file but without any luck:
—
-Dsun.java2d.noddraw=true
-Dsun.java2d.ddoffscreen=false
-Dsun.java2d.d3d=false
—
Please some advice on how to solve this issue?
– Ed