I just got my Personal Iris and was trying to run the examples in the Graphics Library Programming Guide. The very first example bombed with Segmentation Error. The offending line is shademodel(FLAT); If I take out this line, it works. Doing shademodel((long)FLAT); doesn't help. Does shademodel work for others?