My problem is:
- The option is set to false; then everything works, but moving furnitures around is damn slow. Each redraw takes about half a second, which makes designing frustrating.
Code: Select all
-Dsun.java2d.opengl - is set to true, then the graphics is quick. However, the startup splash and many menus (context menus, the "Open recent" submenu, etc) are empty. If I click within the the menus, it shows that the text is just invisible, but the menu is indeed working. This is quite unuseful.
Code: Select all
-Dsun.java2d.opengl
Setting
Code: Select all
SWEETHOME3D_JAVA3DCode: Select all
-Dsun.java2d.d2dHow can have both, quick graphics and visible text in the menus?
My OS is Manjaro Linux, Java is OpenJDK 1.8.0_222. My GPU is an Intel i915 compatible.