- This topic has 9 replies, 2 voices, and was last updated 18 years, 1 month ago by Riyad Kalla.
-
AuthorPosts
-
yeecnMemberHi,
I am seeing random replicating blocks of patterns in the UML drawing area. The outline view/toolbar icons are also showing random patterns, menu text are not visible.
I suspected that it is hardware related. Currently I can get by by setting my screen color quality from 16bits to 32bits and vice versa. It looks like everytime I restart MyEclipse things will go wrong, then I will have to go through the screen re-setting to ocntinue to work.
I am using Dell 6400 notebook, screen resolution 1680 X 1050 pixels.
Eclipse config attached below. Let me know if you want me to provide a screen shot.
Regards,
Yee————————————————————-
*** Date: Thu Oct 05 08:58:28 SGT 2006*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\Java\eclipse 3.2\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
434_80
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberPlease have a look at this tip, it should help fix the problem:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-14343.html
yeecnMemberI tried updating my display driver, it doesn’t work.
Then I tried the following starup parameters, and it doesn’t work either.
“D:\Java\eclipse 3.2\eclipse.exe” -vm D:\Java\jdk1.5.0_09\bin\javaw.exe -vmargs -Xms256M -Xmx756M -XX:PermSize=64M -XX:MaxPermSize=512M -Dsun.java2d.d3d=falseAnything more I can try?
Regards,
Yee
Riyad KallaMemberCan you post a screenshot of what you are seeing?
yeecnMemberI do not know how to post a screenshot in the forum – but I have email one to support @ myeclipseide.com.
Regards,
Yee
Riyad KallaMemberYee,
I got your screenshot and replied with a link to our FAQ entry to help work around the issue.
yeecnMemberRiyad,
I applied both tips in the FAQ and it doesn’t help. Any more I can do?
Regards,
Yee
Riyad KallaMemberYee,
After applying the -D option to turn off 3d acceleration, when you go to MyEclipse > Installation Summary > Installation Details, and check your startup arguments, do you see the -D options or is it not displayed? The order of your startup arguments are important, and if it’s in the wrong location it’s possible that it’s not taking effect.Unfortunately I do not have any other workarounds at this point for the issue.
yeecnMemberYes – the -D option has to be at the front for it to take effect, i.e.
“D:\Java\eclipse 3.2\eclipse.exe” -Dsun.java2d.d3d=false -vm D:\Java\jdk1.5.0_09\bin\javaw.exe -vmargs -Xms256M -Xmx756M -XX:PermSize=64M -XX:MaxPermSize=512MIt is not helping me nevertheless. Sigh.
Yee
Riyad KallaMemberAs a last suggestion you could try a different JDK, possiblye 1.4.2_12 to see if that corrects the corruption or even a late build of JDK 6.0.
-
AuthorPosts