News:

All new Fibsboard.com for 2011 --" your unofficial Forum for all fings FIBS."
New Membergroups, new boards including topical discussions, Campaigns, Culture and Gossip. Photo Galleries, Forum Backgammon vs Top Guest, and much much more.........faster and improved, with sas :)

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