News:

**Inspired by recurrent discussions in FIBS shouts on issues concerning science and consciousness, we have introduced an ISP Board on Fibsboard.com ...a space set aside for more considered esoteric meanderings on ideas science and philosophy --- "concept formation and elucidation" .....> the philosophy/physiology/ structure and function of a fibster or fibsboarder!
take a look at http://www.fibsboard.com/ideas-science-and-philosophy/

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