Graphics 200,200,0 DrawText "hello",100,100 Flip WaitKey End
crashes with the error
../common/dri_bufmgr_fake.c:576: dri_bufmgr_fake_contended_lock_take: Assertion `((&bufmgr_fake->on_hardware)->next == (&bufmgr_fake->on_hardware))' failed.
When I shorten the text to two characters, it doesn't crash, but the letters appear scrambled.
someone else has had this problem with intel graphics on ubuntu 8.10 but not 8.04, so it must be a driver issue.
Does anyone have any idea what it might be?