The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
New to Rapipminer studio, Display going crazy
Hi, I'm new to this and eager to learn. Ive downloaded rapid miner studio but when i try to use it the display will be fine for a bit then on any mouse movement it seems to go a little nuts. Im on a fairly new windows 10 computer and all my other programs work fine, any idea on how to fix this? I attached a screenshot as its pretty hard to explain what it looks like. Thanks!
Tagged:
0
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM EngineeringHi,
Thank you! Unfortunately, it is what I expected: Looking completely normal
If there is nothing in the logs, these kind of issues usually boil down to some kind of incompatibility between the graphics driver / graphics card and Java. Usually something like some integrated graphics card with some weird/missing/broken driver for it.
It seems that the hardware acceleration to display the UI is messing things up.
There is a way how you could check if that is the case, by forcing Java to not use hardware-accelerated rendering. You can do so by going to the installation folder of RapidMiner Studio, and looking for the RapidMiner-Studio.bat file.
You can edit it with a text editor, and add the following snippet to line 158 in the :launch section:
-Dsun.java2d.d3d=false
Please put it precisely at the place as seen in the picture below.
This should prevent the issue, though obviously it does not fix the underlying incompatibility of some description..
Regards,
Marco6
Answers
Can you please attach your C:/Users/USERNAME/.RapidMiner/rapidminer-studio.log file?
Though in these rare cases, it's usually some kind of Graphics driver problem, because what is being displayed is simply the hardware accelerated rendering via Java, nothing out of the ordinary..
Regards,
Marco