Quick question about bufferStrategy

Hi im using

createBufferStrategy(2);

to take care of double buffering, this works fine in windowed mode but when i enter fullScreen mode and attempt the same anything rendered is flickery and seems to jump left and right by a small amount each frame. In the past ive resorted to creating a volatileImage and using it as a back buffer rendering it contents to the bufferstrategy once per frame. This workd fine but i was wondering if this the norm or should the bufferStrategy take care of double buffering in fullScreen mode?

thanks

MBRPascoe

[574 byte] By [MBRpascoe] at [2007-9-30 20:06:07]
# 1
it should work fine in fullscreen mode, either you are doing something strange, or you've found a bug.What gfx card, driver version, and DX version are you using?
Abuse at 2007-7-7 0:52:12 > top of Java-index,Other Topics,Java Game Development...
# 2
Sorry for taking so long to get back to you, its been a long day.Im using a TNT2 with driver version 6.1.7.7 and directX 9.0c
MBRpascoe at 2007-7-7 0:52:12 > top of Java-index,Other Topics,Java Game Development...