/* Note: no EXTRA_VBP */ #define FPS 84 #define HACT 1240 #define VACT 980 #define VFP 3 #define VSYNC 16 #define VBP 22 /* taken from Paul Spencer's comp.sys.sgi.* note, 1999.04.27, * and tweaked by hand until the display on my monitor looked OK. * If you see a very-distorted left edge of the screen, or a bright line there, * try increasing HBP a bit. * * This 1240x980x84Hz format seems to be close to some sort of O2 hardware * limit -- it didn't seem to produce any signal at all at 86Hz, for example. * You could probably get higher frequencies by reducing the screen area * (HACT, VACT above) somewhat. */ #define HSYNC 110 #define HBP 252 #define HFP 8 /* * Include the modified stereo template. Can't quite use the SGI-supplied * one, which only seems to work for the IR. */ #include "O2StereoTemplate.def"