News:

thx MAffi Botchee, sixty, zorba, caleb, ettu, trrroglodyte, diane, captainmubbers, aviator, Anonymous, Tom, roygbiv  yyy , Michael  r_monk Jade & Linus  our latest VIP donors/subscribers..cheers! they get to see special links & articles and gain much kudos.:) join them at http://www.fibsboard.com/donate.php

Main Menu

Slow graphics/rendering (hint)

Started by bgspiff, December 25, 2009, 01:17:12 AM

Previous topic - Next topic

bgspiff

For those of you who like to keep other applications running in the background, and find that JavaFIBS graphics turn painstakingly slow, or even fail to refresh entirely, there are some java switches you can use to tweak that.

My fibs.bat looks like this (all in one line):

start javaw -jar JavaFIBS-1.0.11_JDK16.jar -Dsun.java2d.noddraw=true -Dsun.java2d.ddoffscreen=false -Dsun.java2d.ddscale=true

What this does is tell the Java interpreter to turn off DirectDraw and offscreen DirectDraw image rendering, and to enable hardware-accelerated scaling. Not all three -D options may be needed.

See http://java.sun.com/products/java-media/2D/perf_graphics.html